Microsoft Azure · Example Payload

Microsoft Azure Managedclusters Get Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure-as-a-ServicePlatform-as-a-ServiceT1

Microsoft Azure Managedclusters Get 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_Get",
  "method": "GET",
  "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}",
  "summary": "Microsoft Azure Get a Managed Cluster",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "ManagedclustersGet200Example",
      "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": "ManagedclustersGetdefaultExample",
      "example": {
        "error": {
          "code": "example_value",
          "message": "example_value",
          "target": "example_value",
          "details": [
            {
              "code": "example_value",
              "message": "example_value",
              "target": "example_value"
            }
          ]
        }
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/microsoft-azure-managedclusters-get-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.