{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Agent Pools API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Agent Pools", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure List Agent Pools", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerService/managedClusters/:resourceName/agentPools", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The ID of the target subscription." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the managed cluster resource." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Gets a list of agent pools in the specified managed cluster." }, { "info": { "name": "Microsoft Azure Get an Agent Pool", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerService/managedClusters/:resourceName/agentPools/:agentPoolName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The ID of the target subscription." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the managed cluster resource." }, { "name": "agentPoolName", "value": "example_value", "type": "path", "description": "The name of the agent pool." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Gets the specified managed cluster agent pool." }, { "info": { "name": "Microsoft Azure Create or Update an Agent Pool", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerService/managedClusters/:resourceName/agentPools/:agentPoolName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The ID of the target subscription." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the managed cluster resource." }, { "name": "agentPoolName", "value": "example_value", "type": "path", "description": "The name of the agent pool." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates an agent pool in the specified managed cluster." }, { "info": { "name": "Microsoft Azure Delete an Agent Pool", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerService/managedClusters/:resourceName/agentPools/:agentPoolName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The ID of the target subscription." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the managed cluster resource." }, { "name": "agentPoolName", "value": "example_value", "type": "path", "description": "The name of the agent pool." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Deletes an agent pool in the specified managed cluster." } ] } ], "bundled": true }