Get Vdc Group Settings

Get Vdc Group Settings

Retrieves the global vDC groups settings. These settings apply to all vDC Groups in the system and can only be retrieved by the provider.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/vdcGroups/settings
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VdcGroupSettings of type(s) application/json;version=37.2
{
    "nsxTVdcGroupFaultDomainTagType": "string"
}
string
nsxTVdcGroupFaultDomainTagType
Optional
    Defines the fault domain tag that will be shown for participating/candidate Organization vDCs during creation or update of a vDC Group whose networkProviderType is NSX_T. The options a provider can choose from are COMPUTE_PROVIDER_SCOPE and NETWORK_PROVIDER_SCOPE. This should be selected based on the provider's compute or networking infrastructure. The default value is COMPUTE_PROVIDER_SCOPE.
  • NETWORK_PROVIDER_SCOPE: This represents the tenant-facing name of the backing network provider for the organization vDC (NSX-V/NSX-T manager). This should be used when the fault domains in the provider infrastructure are separated by network provider.
  • COMPUTE_PROVIDER_SCOPE: This represents the tenant-facing name of the backing compute provider for the organization vDC (Provider VDC). This should be used when the fault domains in the provider infrastructure are separated by compute provider.