Update Org Default Location Using PUT
API code: UPDATE-ORG-DEFAULT-LOCATION
Pre-authorized role(s): PROVIDER_ADMIN
Request
URI
PUT
https://{api_host}/api/alp/v1/orgs/{org-id}/default-location
COPY
Path Parameters
string
org-id
Required
Marketplace organization ID. It must be an UUID.
Request Body
Organization default location to configure.
Location
of type(s)
application/json
Optional
{
"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"
}
}
string
id
Optional
id
string
name
Optional
name
object
org
Optional
org
object
org_vdc
Optional
org_vdc
object
site
Optional
site
Responses
200
OK
Returns
Location
of type(s)
application/json
"Location Object"
string
id
Optional
id
string
name
Optional
name
object
org
Optional
org
object
org_vdc
Optional
org_vdc
object
site
Optional
site
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/alp/v1/orgs/{org-id}/default-location
On This Page
Organizations Operations
GET
Get Locations Using GET
GET
Get Current Org Default Settings Using GET
GET
Get Org Default Location Using GET
PUT
Update Org Default Location Using PUT
GET
List Org Vdc Settings Using GET
GET
Get Org Vdc Settings Using GET
PUT
Update Org Vdc Settings Using PUT
GET
Get Orgs Using GET
POST
Create Vm Sizing Template Using POST
GET
Get Vm Sizing Template Using GET
PUT
Update Vm Sizing Template Using PUT
DELETE
Delete Vm Sizing Template Using DELETE
GET
Get Vm Sizing Templates Using GET