Locations and storage management
Number of APIs: 7
-
Get all available locations for a root tenant GET {{base_url}}/api/2/tenants/{{my_tenant_id}}/locations
-
Get all available storages for a root tenant GET {{base_url}}/api/2/tenants/{{my_tenant_id}}/infra
-
Get locarions for a partner tenant GET {{base_url}}/api/2/tenants/{{partner_tenant_id}}/locations
-
Get batch locations info by uuids GET {{base_url}}/api/2/locations?uuids={{location_uuids}}
-
Get a location info by uuid GET {{base_url}}/api/2/locations/{{location_uuid}}
-
Get an infrastructure info by uuid GET {{base_url}}/api/2/infra/{{infra_uuid}}
-
Get batch storages info by uuids GET {{base_url}}/api/2/infra?uuids={{infra_uuids}}