@itentialopensource/adapter-nokia_nsp_sdn
Version:
This adapter integrates with system described as: networkServicesPlatformRestApi-V4.
64 lines • 1.72 kB
JSON
{
"actions": [
{
"name": "createConstraintTest",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v4/servicedebug/constraint-test/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/createConstraintTest-default.json"
}
]
},
{
"name": "createDciRecompute",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v4/servicedebug/dci-recompute/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/createDciRecompute-default.json"
}
]
},
{
"name": "createTriggerTtzAlgorithm",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v4/servicedebug/trigger-ttz-algorithm?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}