UNPKG

@itentialopensource/adapter-solarwinds_servicedesk

Version:

This adapter integrates with system described as: solarwindsServiceDeskApi.

106 lines 2.92 kB
{ "actions": [ { "name": "getChangeCatalogById", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/change_catalogs/{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/getChangeCatalogById-default.json" } ] }, { "name": "updateChangeCatalogById", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/change_catalogs/{pathv1}.json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateChangeCatalogById-default.json" } ] }, { "name": "deleteChangeCatalogById", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/change_catalogs/{pathv1}.json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/deleteChangeCatalogById-default.json" } ] }, { "name": "getChangeCatalogs", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/change_catalogs.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/getChangeCatalogs-default.json" } ] }, { "name": "createChangeCatalog", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/change_catalogs.json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createChangeCatalog-default.json" } ] } ] }