UNPKG

@itentialopensource/adapter-nokia_nsp_sdn

Version:

This adapter integrates with system described as: networkServicesPlatformRestApi-V4.

87 lines 2.23 kB
{ "actions": [ { "name": "gets", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v4/ne?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/gets-default.json" } ] }, { "name": "getSystem", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v4/ne/system/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getSystem-default.json" } ] }, { "name": "update", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/v4/ne/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/update-default.json" } ] }, { "name": "getV4NeUuid", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v4/ne/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getV4NeUuid-default.json" } ] } ] }