UNPKG

@itentialopensource/adapter-nokia_nsp_sdn

Version:

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

52 lines 1.28 kB
{ "actions": [ { "name": "getToken", "protocol": "REST", "method": "POST", "entitypath": "/rest-gateway/rest/api/v1/auth/token", "requestSchema": "schemaTokenReq.json", "responseSchema": "schemaTokenResp.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": { "Authorization": "Basic {b64}{username}:{password}{/b64}" }, "sso": { "protocol": "", "host": "", "port": 0 }, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getToken-default.json" } ] }, { "name": "healthcheck", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/healthcheck?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "", "responseDatatype": "", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/healthcheck-default.json" } ] } ] }