@itentialopensource/adapter-nokia_nsp_nfm_p
Version:
This adapter integrates with system described as: nfm-p(SAMO).
44 lines • 1.19 kB
JSON
{
"actions": [
{
"name": "restAossasCPETestGroupHeadCancelCPETestGroupExection",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v2/aossas/CPETestGroupHead/cancelCPETestGroupExection/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restAossasCPETestHeadCancelCPETestExection",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v2/aossas/CPETestHead/cancelCPETestExection/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}