UNPKG

@itentialopensource/adapter-nokia_nsp_sdn

Version:

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

25 lines 600 B
{ "actions": [ { "name": "getL2Paths", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v4/l2/backhaul/paths/l2-paths?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getL2Paths-default.json" } ] } ] }