UNPKG

@itentialopensource/adapter-solarwinds_servicedesk

Version:

This adapter integrates with system described as: solarwindsServiceDeskApi.

106 lines 2.84 kB
{ "actions": [ { "name": "getIncidentById", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/incidents/{pathv1}.json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getIncidentById-default.json" } ] }, { "name": "updateIncidentById", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/incidents/{pathv1}.json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateIncidentById-default.json" } ] }, { "name": "deleteIncidentById", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/incidents/{pathv1}.json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/deleteIncidentById-default.json" } ] }, { "name": "getIncidents", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/incidents.json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getIncidents-default.json" } ] }, { "name": "createIncident", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/incidents.json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createIncident-default.json" } ] } ] }