GET GlobalSettings
Get global settings.
Response Information
Global settings.
Response type
Response body formats
application/json, text/json
Sample:
{
"Href": "[api:GlobalSettings]",
"GuidedSetupState": "GuidedSetupComplete",
"SharedResourceDomain": {
"Href": "[api:Domains(241b45cc-261d-47d0-81d7-a0a41c54c760)]",
"Name": "domain1.local",
"Id": "241b45cc-261d-47d0-81d7-a0a41c54c760"
},
"DefaultUserDomain": {
"Href": "[api:Domains(241b45cc-261d-47d0-81d7-a0a41c54c760)]",
"Name": "domain1.local",
"Id": "241b45cc-261d-47d0-81d7-a0a41c54c760"
},
"DefaultPrimaryDataCenter": {
"Href": "[api:DataCenters(af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a)]",
"Name": "datacenter1",
"Id": "af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a"
},
"SharedResourceDomainOrchestrationServiceGroup": "DOMAIN\\OrchestrationAdmins",
"RootOU": "CitrixAppOrchestration",
"AacFarmName": "Shared",
"ExternalDnsSuffix": "csp.com",
"IsIntegratedProvisioningEnabled": true,
"IsNetworkIsolationEnabled": true,
"IsNetScalerGatewayEnabled": true,
"IsAacEnabled": true,
"DefaultSecureIcaRequired": true,
"SharedControllerManagementNetwork": "Shared Controller Management Network",
"SharedDeliveryGroupManagementNetwork": "Shared Delivery Group Management Network",
"OtherSharedDeliveryGroupNetworks": [
"other network"
],
"TaskHistoryLimitDays": 1,
"TaskHistoryLastClearedDate": "2013-12-05T16:12:30.4535814-05:00",
"ProductDepot": "\\\\server\\share\\ProductDepot",
"ProductDepotUserName": "DOMAIN\\user",
"Tags": [
"tag"
],
"CustomProperties": [
{
"Name": "myProperty",
"Value": "myValue"
}
]
}