@itentialopensource/adapter-nokia_nsp_nfm_p
Version:
This adapter integrates with system described as: nfm-p(SAMO).
104 lines • 2.71 kB
JSON
{
"actions": [
{
"name": "restRcaRcaManagerAsyncCheckConfig",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/rca/RcaManager/asyncCheckConfig?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restRcaRcaManagerCheckConfig",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/rca/RcaManager/checkConfig?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restRcaRcaManagerDeleteProblems",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v2/rca/RcaManager/deleteProblems?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restRcaRcaManagerFixProblem",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/rca/RcaManager/fixProblem?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restRcaRcaManagerPreFixProblem",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/rca/RcaManager/preFixProblem?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}