@itentialopensource/adapter-nokia_nsp_sdn
Version:
This adapter integrates with system described as: networkServicesPlatformRestApi-V4.
88 lines • 2.3 kB
JSON
{
"actions": [
{
"name": "getOnLink",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v4/mpls/lsp/paths/on-link/{pathv1}/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getOnLink-default.json"
}
]
},
{
"name": "getOnAssocGroup",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v4/mpls/lsp/paths/on-assoc-group/{pathv1}/{pathv2}/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getOnBsid",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v4/mpls/lsp/paths/on-bsid/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getProfileGroup",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v4/mpls/lsp/paths/profile-group/{pathv1}/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}