GET Tenants({id})/GlobalDefaults

Get the subset of global settings that are read-only for tenant administrators.

Request Information

Parameters

NameDescriptionAdditional information
id

ID of the tenant.

Type: String

Response Information

Global settings that are visible to admins of the tenant.

Response type

TenantGlobalDefaultsModel

Response body formats

application/json, text/json

Sample:
{
  "Href": "[api:Tenants(91ade655-feb5-47d3-9585-a5827ad50132)/GlobalDefaults]",
  "ExternalDnsSuffix": "csp.com",
  "IsNetworkIsolationEnabled": true,
  "IsNetScalerGatewayEnabled": true,
  "DefaultPrimaryDataCenter": {
    "Href": "[api:DataCenters(af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a)]",
    "Name": "datacenter1",
    "Id": "af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a"
  },
  "IsIntegratedProvisioningEnabled": true
}