PUT GlobalSettings/Validate

Validation of an update for global settings. See Validation.

Request Information

Request body type

UpdateGlobalSettingsModel

Request body formats

application/json, text/json

Sample:
{
  "GuidedSetupState": "GuidedSetupComplete",
  "TaskHistoryLimitDays": 1,
  "IsNetworkIsolationEnabled": true,
  "SharedControllerManagementNetwork": "Shared Controller Management Network",
  "SharedDeliveryGroupManagementNetwork": "Shared Delivery Group Management Network",
  "OtherSharedDeliveryGroupNetworks": [
    "other network"
  ],
  "DefaultSecureIcaRequired": true,
  "DefaultPrimaryDataCenterId": "af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a",
  "IsNetScalerGatewayEnabled": true,
  "IsAacEnabled": true,
  "AacFarmName": "Shared",
  "ProductDepot": "\\\\server\\share\\ProductDepot",
  "ProductDepotUserName": "DOMAIN\\user",
  "ProductDepotPasswordBase64": "cGFzc3dvcmQ=",
  "Tags": [
    "tag"
  ],
  "CustomProperties": [
    {
      "Name": "myProperty",
      "Value": "myValue"
    }
  ]
}