Get offering items for a customer tenant
GET {{base_url}}/api/2/tenants/{{customer_tenant_id}}/offering_items?edition={{edition}}
Body
PARAM
Key | Datatype | Required | Description |
edition
|
string | ||
for_ui
|
boolean |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string |
RESPONSES
status OK
{
"items": [
{
"usage_name": "storage",
"locked": false,
"infra_id": "019097a6-114f-4418-bd54-e01ef049f209",
"quota": {
"version": 0,
"overage": null,
"value": null
},
"edition": "standard",
"measurement_unit": "bytes",
"name": "storage",
"application_id": "6e6d758d-8e74-3ae3-ac84-50eb0dff12eb",
"status": 1,
"type": "infra"
},
{
"usage_name": "dr_storage",
"locked": false,
"infra_id": "debe7865-fa8d-4c16-8e26-adcf8d7fd23d",
"quota": {
"version": 0,
"overage": null,
"value": null
},
"edition": "standard",
"measurement_unit": "bytes",
"name": "dr_storage",
"application_id": "6e6d758d-8e74-3ae3-ac84-50eb0dff12eb",
"status": 1,
"type": "infra"
},
{
"usage_name": "compute_points",
"locked": false,
"infra_id": "debe7865-fa8d-4c16-8e26-adcf8d7fd23d",
"quota": {
"version": 0,
"overage": null,
"value": null
},
"edition": "standard",
"measurement_unit": "seconds",
"name": "compute_points",
"application_id": "6e6d758d-8e74-3ae3-ac84-50eb0dff12eb",
"status": 1,
"type": "infra"
},
{
"usage_name": "dr_cloud_servers",
"locked": false,
"infra_id": "debe7865-fa8d-4c16-8e26-adcf8d7fd23d",
"quota": {
"version": 0,
"overage": null,
"value": null
},
"edition" Curl curl -X GET 'base_url/api/2/tenants/customer_tenant_id/offering_items?edition=edition?edition=edition&for_ui=true' -H 'Content-Type: application/json' ENDPOINTS |