Get Org Networking Settings

Get Org Networking Settings

Get the networking-specific settings for the given organization.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/orgs/{orgUrn}/networkingSettings
COPY
Path Parameters
string
orgUrn
Required

orgUrn

string
orgUrn
Required

orgUrn


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns OrgNetworkingSettings of type(s) application/json;version=39.0
{
    "networkingTenancyEnabled": false,
    "orgNameForLogs": "string"
}
boolean
networkingTenancyEnabled
Optional

Whether this Organization has tenancy for the network domain in the backing network provider. If enabled, can only be disabled after all Org VDCs and VDC Groups that have networking tenancy enabled are deleted. Is disabled by default.

string
orgNameForLogs
Optional

A short (8 char) display name to identify this Organization in the logs of the backing network provider. Only applies if the Organization is networking tenancy enabled. This identifier is globally unique.