Get Locations Using GET
API code: GET-AVAILABLE-LOCATIONS
Pre-authorized role(s): TENANT_USER
Request
URI
GET
https://{api_host}//localhost/api/alp/v1/locations
COPY
Responses
200
OK
Returns Page_Location_ of type(s) application/json
{
"items": [
{
"id": "string",
"name": "string",
"org": {
"enabled": false,
"id": "string",
"name": "string",
"number_of_app_instances": 0,
"number_of_catalogs": 0
},
"org_vdc": {
"id": "string",
"name": "string"
},
"site": {
"id": "string",
"name": "string"
}
}
],
"page_info": {
"limit": 0,
"offset": 0,
"total": 0
}
}
Organizations Operations
POST
Create Vm Sizing Template Using POST
DELETE
Delete Vm Sizing Template Using DELETE
GET
Get Current Org Default Settings Using GET
GET
Get Locations Using GET
GET
Get Org Default Location Using GET
GET
Get Orgs Using GET
GET
Get Org Vdc Settings Using GET
GET
Get Vm Sizing Templates Using GET
GET
Get Vm Sizing Template Using GET
GET
List Org Vdc Settings Using GET
PUT
Update Org Default Location Using PUT
PUT
Update Org Vdc Settings Using PUT
PUT
Update Vm Sizing Template Using PUT