List Org Vdc Settings Using GET
API code: GET-ORG-VDC-SETTINGS
Pre-authorized role(s): PROVIDER_ADMIN
Request
URI
GET
https://{api_host}/api/alp/v1/orgs/{org-id}/vdc-settings
COPY
Path Parameters
string
org-id
Required
Marketplace organization ID. It must be an UUID.
Responses
200
OK
Returns
Page_VdcDefaultSettings_
of type(s)
application/json
{
"items": [
{
"ip_assignment": "string",
"location": {
"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"
}
},
"network": {
"id": "string",
"name": "string"
},
"network_type": "string",
"sizing_template": {
"disk_gb": "number",
"global_default": false,
"id": "string",
"memory_gb": "number",
"name": "string",
"vcpu_num": 0
},
"storage_profile": {
"id": "string",
"name": "string"
}
}
],
"page_info": {
"limit": 0,
"offset": 0,
"total": 0
}
}
array of
object
items
Optional
items
object
page_info
Optional
page_info
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/alp/v1/orgs/{org-id}/vdc-settings
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