UNPKG

@itentialopensource/adapter-versa_director

Version:

This adapter integrates with system described as: versaDirectorApi.

85 lines 2.24 kB
{ "actions": [ { "name": "createRouteObject", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/api/config/nms/routing-options/static?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteRouteObject", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/api/config/nms/routing-options/static/route/{pathv1}/{pathv2}/{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "editRouteObject", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/api/config/nms/routing-options/static/route/{pathv1}/{pathv2}/{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getRouteObjectList", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/api/config/nms/routing-options/static/route?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }