V Ms
Get a VM with its GPU/node/template info and price
Authorization
apiKey AuthorizationBearer <token>
OpenRelay API key. Send it as Authorization: Bearer vl_….
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/vms/string/detail"{
"id": "string",
"organizationId": "string",
"name": "string",
"status": "string",
"statusReason": "string",
"provisioningStage": "string",
"gpuModelId": "string",
"gpuCount": 0,
"resourceSize": "string",
"tier": "string",
"diskSizeGb": 0,
"diskUsedBytes": 0,
"diskTotalBytes": 0,
"imageUrl": "string",
"containerPort": 0,
"endpointUrl": "string",
"healthy": true,
"nodeId": "string",
"internalIp": "string",
"sshPort": 0,
"rdpPort": 0,
"rdpPassword": "string",
"persistentDiskPath": "string",
"startedAt": "string",
"createdAt": "string",
"updatedAt": "string",
"osType": "string",
"pricePerHourCents": 0,
"sshHost": "string",
"sshHandle": "string",
"sshUser": "string",
"sshCommand": "string",
"sshReady": true,
"gpuInfo": {
"name": "string",
"vramGb": 0,
"pricePerHourCents": 0
},
"nodeInfo": {
"hostname": "string",
"location": "string"
},
"templateInfo": {
"name": "string",
"osType": "string",
"osVersion": "string"
}
}{
"error": "string",
"code": "string"
}{
"error": "string",
"code": "string"
}{
"error": "string",
"code": "string"
}