A list of currently provisioned servers associated with a Provider Integration.
General error response from the platform
{- "data": [
- {
- "id": "651586fca6078e98982dbd90",
- "name": "string",
- "description": "string",
- "specs": {
- "cpu": {
- "count": 0,
- "cores": 0,
- "threads": 0,
- "type": "string",
- "shared": true,
- "extra": {
- "property1": "string",
- "property2": "string"
}
}, - "gpu": {
- "count": 0,
- "cores": 0,
- "vram_gb": 0,
- "type": "string",
- "shared": true,
- "extra": {
- "property1": "string",
- "property2": "string"
}
}, - "memory": {
- "size_gb": 0,
- "type": "string",
- "extra": {
- "property1": "string",
- "property2": "string"
}
}, - "storage": [
- {
- "count": 0,
- "size_gb": 0,
- "type": "string",
- "extra": {
- "property1": "string",
- "property2": "string"
}
}
], - "network": [
- {
- "count": 0,
- "scope": "public",
- "throughput": 0,
- "type": "string"
}
], - "features": {
- "raid": "string",
- "hypervisor": true,
- "extra": { }
}
}, - "provider": {
- "identifier": "string",
- "integration_id": "651586fca6078e98982dbd90",
- "category": "string",
- "class": "string",
- "model": "string",
- "locations": [
- "string"
], - "availability_zones": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}, - "price": {
- "mills": 0,
- "term": "once"
}, - "compatible": true,
- "low_resource": true,
- "location_ids": [
- "string"
]
}
]
}
A list of locations this Provider Integration supports.
General error response from the platform
{- "data": [
- {
- "id": "string",
- "name": "string",
- "geographic": {
- "latitude": 0,
- "longitude": 0,
- "city": "string",
- "state": "string",
- "country": "string",
- "region": "string"
}, - "provider": {
- "identifier": "string",
- "integration_id": "651586fca6078e98982dbd90",
- "location": "string",
- "code": "string",
- "availability_zones": [
- "string"
]
}, - "compatible": true,
- "features": {
- "available": [
- "string"
], - "supported": [
- "string"
]
}, - "abbreviation": "string",
- "annotations": {
- "property1": null,
- "property2": null
}
}
]
}