Azure Kubernetes Service · Schema
ManagedClusterAPIServerAccessProfile
Access profile for managed cluster API server.
AzureCloudContainersDevOpsKubernetesOrchestration
Properties
| Name | Type | Description |
|---|---|---|
| authorizedIPRanges | array | IP ranges authorized to access the Kubernetes API server. |
| enablePrivateCluster | boolean | Whether to create the cluster as a private cluster or not. |
| privateDNSZone | string | The private DNS zone mode for the cluster. |
| enablePrivateClusterPublicFQDN | boolean | Whether to create a public FQDN for private cluster or not. |
| disableRunCommand | boolean | Whether to disable run command for the cluster. |
| enableVnetIntegration | boolean | Whether to enable API server VNET integration for the cluster. |
| subnetId | string | The subnet to be used when API server VNET integration is enabled. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ManagedClusterAPIServerAccessProfile",
"title": "ManagedClusterAPIServerAccessProfile",
"type": "object",
"description": "Access profile for managed cluster API server.",
"properties": {
"authorizedIPRanges": {
"type": "array",
"items": {
"type": "string"
},
"description": "IP ranges authorized to access the Kubernetes API server.",
"example": []
},
"enablePrivateCluster": {
"type": "boolean",
"description": "Whether to create the cluster as a private cluster or not.",
"example": true
},
"privateDNSZone": {
"type": "string",
"description": "The private DNS zone mode for the cluster.",
"example": "example_value"
},
"enablePrivateClusterPublicFQDN": {
"type": "boolean",
"description": "Whether to create a public FQDN for private cluster or not.",
"example": true
},
"disableRunCommand": {
"type": "boolean",
"description": "Whether to disable run command for the cluster.",
"example": true
},
"enableVnetIntegration": {
"type": "boolean",
"description": "Whether to enable API server VNET integration for the cluster.",
"example": true
},
"subnetId": {
"type": "string",
"description": "The subnet to be used when API server VNET integration is enabled.",
"example": "500123"
}
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-azure-kubernetes-service-managedclusterapiserveraccessprofile"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.