Returns available support plans.
General error response from the platform
{- "data": [
- {
- "name": "string",
- "price": {
- "mills": 0,
- "term": "once"
}, - "description": "string",
- "features": {
- "engineering_support": true,
- "uptime_sla": true,
- "guaranteed_response_time": "string"
}, - "contract": true,
- "default": true
}
]
}
Returns list of availiable Billing Tiers.
Returns a list of available Billing Tiers.
General error response from the platform
{- "data": [
- {
- "id": "string",
- "name": "string",
- "code": "string",
- "generation": 0,
- "usable": true,
- "price": {
- "mills": 0,
- "term": "once"
}, - "servers": {
- "included": 0,
- "hard_cap": true,
- "additional": {
- "mills": 0,
- "term": "once"
}
}, - "members": {
- "included": 0,
- "hard_cap": true,
- "additional": {
- "mills": 0,
- "term": "once"
}
}, - "max_nodes": 0,
- "max_members": 0,
- "advanced_features": {
- "gpu": true,
- "ial": true,
- "deployments": true,
- "autoscale": true,
- "geodns": true
}, - "max_daily_api_requests": 0,
- "ram": {
- "included_gb": 0,
- "additional_gb": {
- "mills": 0,
- "term": "once"
}, - "hard_cap": true
}, - "image_storage": {
- "included_gb": 0,
- "additional_gb": {
- "mills": 0,
- "term": "once"
}, - "hard_cap": true
}, - "builds": {
- "parallel": 0,
- "cpu_cores": 0,
- "ram_gb": 0,
- "max_daily_builds": 0
}, - "hidden": true,
- "hubs": [
- "string"
], - "description": "string"
}
]
}