Microsoft Azure · Example Payload

Microsoft Azure Managedclusters Update Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Microsoft Azure Managedclusters Update Example is an example object payload from Microsoft Azure, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "ManagedClusters_Update",
  "method": "PATCH",
  "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}",
  "summary": "Microsoft Azure Update Tags on a Managed Cluster",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "ManagedclustersUpdateRequestExample",
      "example": {
        "tags": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "ManagedclustersUpdate200Example",
      "example": {
        "id": "abc123",
        "name": "Example Title",
        "type": "example_value",
        "location": "example_value",
        "tags": "example_value",
        "sku": {
          "name": "Base",
          "tier": "Premium"
        },
        "identity": {
          "principalId": "500123",
          "tenantId": "500123",
          "type": "SystemAssigned",
          "userAssignedIdentities": "example_value"
        },
        "properties": {
          "provisioningState": "example_value",
          "powerState": {
            "code": "Running"
          },
          "kubernetesVersion": "example_value",
          "currentKubernetesVersion": "example_value",
          "dnsPrefix": "example_value",
          "fqdn": "example_value",
          "fqdnSubdomain": "example_value",
          "agentPoolProfiles": [
            {}
          ],
          "linuxProfile": {
            "adminUsername": "example_value",
            "ssh": {}
          },
          "windowsProfile": {
            "adminUsername": "example_value",
            "adminPassword": "example_value",
            "licenseType": "None"
          },
          "servicePrincipalProfile": {
            "clientId": "500123",
            "secret": "example_value"
          },
          "addonProfiles": "example_value",
          "nodeResourceGroup": "example_value",
          "enableRBAC": true,
          "enablePodSecurityPolicy": true,
          "autoScalerProfile": {
            "balance-similar-node-groups": "example_value",
            "expander": "least-waste",
            "max-empty-bulk-delete": "example_value",
            "max-graceful-termination-sec": "example_value",
            "max-node-provision-time": "example_value",
            "max-total-unready-percentage": "example_value",
            "new-pod-scale-up-delay": "example_value",
            "ok-total-unready-count": "example_value",
            "scan-interval": "example_value",
            "scale-down-delay-after-add": "example_value",
            "scale-down-delay-after-delete": "example_value",
            "scale-down-delay-after-failure": "example_value",
            "scale-down-unneeded-time": "example_value",
            "scale-down-unready-time": "example_value",
            "scale-down-utilization-threshold": "example_value",
            "skip-nodes-with-local-storage": "example_value",
            "skip-nodes-with-system-pods": "example_value"
          },
          "apiServerAccessProfile": {
            "authorizedIPRanges": {},
            "enablePrivateCluster": true,
            "privateDNSZone": "example_value",
            "enablePrivateClusterPublicFQDN": true
          },
          "diskEncryptionSetID": "500123"
        }
      }
    },
    {
      "status": "default",
      "contentType": "application/json",
      "name": "ManagedclustersUpdatedefaultExample",
      "example": {
        "error": {
          "code": "example_value",
          "message": "example_value",
          "target": "example_value",
          "details": [
            {
              "code": "example_value",
              "message": "example_value",
              "target": "example_value"
            }
          ]
        }
      }
    }
  ]
}