Logo
Acronis Cyber Platform's Public API Documentation

Get available offering items for a customer tenant

GET {{base_url}}/api/2/tenants/{{partner_tenant_id}}/offering_items/available_for_child?edition={{edition}}&kind={{kind}}

 

Body PARAM

Key Datatype Required Description 
edition
string
kind
string



HEADERS

Key Datatype Required Description 




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": "standard", "measurement_unit": "quantity", "name": "dr_cloud_servers", "application_id": "6e6d758d-8e74-3ae3-ac84-50eb0dff12eb", "status": 1, "type": "infra" }, { "usage_name": "fc_storage", "locked": false, "infra_id": "fbc254b9-d8be-4daf-94f6-0253d23b63f0", "quota": { "version": 0, "overage": null, "value": null }, "edition": null, "measurement_unit": "bytes", "name": "fc_storage", "application_id":
Curl
curl -X GET 'base_url/api/2/tenants/partner_tenant_id/offering_items/available_for_child?edition=edition&kind=kind?edition=edition&kind=kind'

ENDPOINTS