PLATINUM DOCS
ApiSandboxes

GET /v1/sandboxes/{id}

GET
/v1/sandboxes/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://example.com/v1/sandboxes/string"
{  "id": "string",  "name": "string",  "orgId": "string",  "templateId": "string",  "hostId": "string",  "state": "pending",  "type": "persistent",  "region": "string",  "datacenter": "string",  "agent_ready": true,  "runtime_ready": true,  "runtime_reason": "string",  "cpu": 0,  "ramMb": 0,  "diskGb": 0,  "vsockCid": 0,  "internalIp": "string",  "exposedPorts": [    0  ],  "metadata": {},  "errorMessage": "string",  "createdAt": "string",  "startedAt": "string",  "stoppedAt": "string",  "deletedAt": "string"}
Empty