POST GlobalSettings/EnableAutoProvisioning

Enable automatic, integrated provisioning of session machines.

This operation must be done one time before using integrated provisioning, but remains in effect for the lifetime of the App Orchestration deployment.

Request Information

Request body type

EnableAutoProvisioningModel

Request body formats

application/json, text/json

Sample:
{
  "FirstComputeResource": {
    "Name": "SCVMM",
    "ShortName": "SCVMM",
    "Description": "My SCVMM cluster",
    "DataCenterId": "af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a",
    "ComputeResourceType": "HyperV",
    "Address": "https://10.1.1.10",
    "UserNameOrApiKey": "DOMAIN\\scvmm",
    "PasswordBase64OrSecretKey": "cGFzc3dvcmQ=",
    "MaxVirtualMachinesToProvision": 100,
    "UseLocalStorage": true,
    "PersonalVDiskStorage": [
      "PVD Storage"
    ],
    "Cluster": {
      "Href": "[api:ComputeResources(ab32f043-4682-4953-8dea-a0489b839f80)/ClusterTree",
      "Name": "ClusterRoot",
      "FullPath": "/ClusterRoot",
      "CanBeProvisioningTarget": true,
      "Children": [
        {
          "Name": "Cluster1",
          "FullPath": "/ClusterRoot/Cluster1",
          "CanBeProvisioningTarget": true
        },
        {
          "Name": "Cluster2",
          "FullPath": "/ClusterRoot/Cluster2",
          "CanBeProvisioningTarget": true
        }
      ]
    },
    "Tags": [
      "tag"
    ],
    "CustomProperties": [
      {
        "Name": "myProperty",
        "Value": "myValue"
      }
    ]
  },
  "SharedControllerManagementNetwork": "Shared Controller Management Network",
  "SharedDeliveryGroupManagementNetwork": "Shared Delivery Group Management Network",
  "OtherSharedDeliveryGroupNetworks": [
    "other network"
  ]
}

Response Information

Global settings.

Response type

GlobalSettingsModel

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.897417-05:00",
  "ProductDepot": "\\\\server\\share\\ProductDepot",
  "ProductDepotUserName": "DOMAIN\\user",
  "Tags": [
    "tag"
  ],
  "CustomProperties": [
    {
      "Name": "myProperty",
      "Value": "myValue"
    }
  ]
}