@itentialopensource/adapter-azure_aks
Version:
This adapter integrates with system described as: Azure AKS.
128 lines • 4.16 kB
JSON
{
"actions": [
{
"name": "agentPoolsList",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/subscriptions/{pathv1}/resourceGroups/{pathv2}/providers/Microsoft.ContainerService/managedClusters/{pathv3}/agentPools?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/agentPoolsList-default.json"
}
]
},
{
"name": "agentPoolsDelete",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/subscriptions/{pathv1}/resourceGroups/{pathv2}/providers/Microsoft.ContainerService/managedClusters/{pathv3}/agentPools/{pathv4}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "agentPoolsGet",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/subscriptions/{pathv1}/resourceGroups/{pathv2}/providers/Microsoft.ContainerService/managedClusters/{pathv3}/agentPools/{pathv4}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/agentPoolsGet-default.json"
}
]
},
{
"name": "agentPoolsCreateOrUpdate",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/subscriptions/{pathv1}/resourceGroups/{pathv2}/providers/Microsoft.ContainerService/managedClusters/{pathv3}/agentPools/{pathv4}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/agentPoolsCreateOrUpdate-default.json"
}
]
},
{
"name": "agentPoolsGetUpgradeProfile",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/subscriptions/{pathv1}/resourceGroups/{pathv2}/providers/Microsoft.ContainerService/managedClusters/{pathv3}/agentPools/{pathv4}/upgradeProfiles/default?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/agentPoolsGetUpgradeProfile-default.json"
}
]
},
{
"name": "agentPoolsGetAvailableAgentPoolVersions",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/subscriptions/{pathv1}/resourceGroups/{pathv2}/providers/Microsoft.ContainerService/managedClusters/{pathv3}/availableAgentPoolVersions?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/agentPoolsGetAvailableAgentPoolVersions-default.json"
}
]
}
]
}