cURL
curl --request GET \ --url https://api.computeflow.cloud/v2/servers/{instance_id} \ --header 'api-key: <api-key>'
{ "instance_id": "<string>", "name": "<string>", "network_ports": [ { "name": "<string>", "internal_port": 123, "external_port": 123, "protocol": "udp", "host": "<string>", "tls_enabled": false } ], "status": "launching", "startup_args": "<string>", "service_type": "match_based", "compute_size": "", "region": "", "version_tag": "", "version": 123, "started_at": "2023-11-07T05:31:56Z", "stopped_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "auto_restart": true, "custom_data": {}, "ttl": 123 }
Retrieves details for a specific game server by its ID.
PlayFlow API Key
Unique identifier (UUID) of the server instance to retrieve.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Successful Response
The response is of type object.
object