UNPKG

@itentialopensource/adapter-kentik_v5

Version:

This adapter integrates with system described as: kentikV5Api.

85 lines 2.13 kB
{ "actions": [ { "name": "findCustomApplications", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/customApplications?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "createCustomApplication", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/customApplications?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateCustomApplication", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/customApplications/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteCustomApplication", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/customApplications/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }