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
Responses
200
OK
Returns OrgNetworkingSettings of type(s) application/json;version=38.1
{
"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.
Availability
Added in 38.1
Org Networking Settings Operations
GET
Get Org Networking Settings
PUT
Update Org Networking Settings