Get Org Default Location Using GET

Get Org Default Location Using GET

API code: GET-ORG-DEFAULT-LOCATION Pre-authorized role(s): PROVIDER_ADMIN

Request
URI
GET
https:////localhost/api/alp/v1/orgs/{org-id}/default-location
COPY
Path Parameters
string
org-id
Required

Marketplace organization ID. It must be an UUID.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Location of type(s) application/json
{
    "id": "string",
    "name": "string",
    "org": {
        "enabled": "boolean",
        "id": "string",
        "name": "string",
        "number_of_app_instances": "integer",
        "number_of_catalogs": "integer"
    },
    "org_vdc": {
        "id": "string",
        "name": "string"
    },
    "site": {
        "id": "string",
        "name": "string"
    }
}
string
id
Optional

id

string
name
Optional

name

org
Optional

org

org_vdc
Optional

org_vdc

site
Optional

site