UNPKG

@itentialopensource/adapter-solarwinds_servicedesk

Version:

This adapter integrates with system described as: solarwindsServiceDeskApi.

44 lines 1.1 kB
{ "actions": [ { "name": "createMembership", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/memberships.json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteMemebershipById", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/memberships/{pathv1}.json?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/deleteMemebershipById-default.json" } ] } ] }