@itentialopensource/adapter-alkira
Version:
This adapter integrates with system described as: alkiraApi.
86 lines • 2.29 kB
JSON
{
"actions": [
{
"name": "getCloudInsightRefreshRequests",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/cloud-insight-refresh-requests?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createCloudInsightRefreshRequest",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/cloud-insight-refresh-requests?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteallCloudInsightRefreshRequests",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/cloud-insight-refresh-requests?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getCloudInsightRefreshRequest",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/cloud-insight-refresh-requests/{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/getCloudInsightRefreshRequest-default.json"
}
]
}
]
}