@itentialopensource/adapter-alkira
Version:
This adapter integrates with system described as: alkiraApi.
109 lines • 3.03 kB
JSON
{
"actions": [
{
"name": "getCloudProviderObjects",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/cloud-provider-objects?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getCloudProviderObject",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/cloud-provider-objects/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getCloudProviderObject-default.json"
}
]
},
{
"name": "getCloudProviderObjectTags",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/cloud-provider-objects/tags?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getCloudProviderObjectTags-default.json"
}
]
},
{
"name": "getCloudProviderObjectCounts",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/cloud-provider-object-count?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getCloudProviderObjectCounts-default.json"
}
]
},
{
"name": "getCloudProviderObjectCountByTimes",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/cloud-provider-object-count-by-time?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getCloudProviderObjectCountByTimes-default.json"
}
]
}
]
}