@itentialopensource/adapter-kubernetes
Version:
This adapter integrates with system described as: kubernetes.
25 lines • 594 B
JSON
{
"actions": [
{
"name": "getBatchAPIGroup",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/apis/batch/?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getBatchAPIGroup-default.json"
}
]
}
]
}