Locations and storage management

Number of APIs: 7

  1. Get all available locations for a root tenant GET {{base_url}}/api/2/tenants/{{my_tenant_id}}/locations

  2. Get all available storages for a root tenant GET {{base_url}}/api/2/tenants/{{my_tenant_id}}/infra

  3. Get locarions for a partner tenant GET {{base_url}}/api/2/tenants/{{partner_tenant_id}}/locations

  4. Get batch locations info by uuids GET {{base_url}}/api/2/locations?uuids={{location_uuids}}

  5. Get a location info by uuid GET {{base_url}}/api/2/locations/{{location_uuid}}

  6. Get an infrastructure info by uuid GET {{base_url}}/api/2/infra/{{infra_uuid}}

  7. Get batch storages info by uuids GET {{base_url}}/api/2/infra?uuids={{infra_uuids}}