@itentialopensource/adapter-azure_aks
Version:
This adapter integrates with system described as: Azure AKS.
35 lines • 859 B
JSON
{
"$id": "schema.json",
"type": "object",
"schema": "http://json-schema.org/draft-07/schema#",
"translate": true,
"dynamicfields": true,
"properties": {
"ph_request_type": {
"type": "string",
"description": "type of request (internal to adapter)",
"default": "agentPoolsList",
"enum": [
"agentPoolsList",
"agentPoolsDelete",
"agentPoolsGet",
"agentPoolsCreateOrUpdate",
"agentPoolsGetUpgradeProfile",
"agentPoolsGetAvailableAgentPoolVersions"
],
"external_name": "ph_request_type"
},
"apiVersion": {
"type": "string",
"description": "Client Api Version.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "api-version"
}
},
"definitions": {}
}