@itentialopensource/adapter-nokia_nsp_nfm_p
Version:
This adapter integrates with system described as: nfm-p(SAMO).
84 lines • 2.28 kB
JSON
{
"actions": [
{
"name": "restPtpIEEEPTPPeerResetPTPCounters",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/ptp/IEEEPTPPeer/resetPTPCounters/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restPtpIEEEPTPSyncDomainFindPtpPeers",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/ptp/IEEEPTPSyncDomain/findPtpPeers/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restPtpIEEEPTPSyncManagerCreateBidirMonitoredIpPath",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/ptp/IEEEPTPSyncManager/createBidirMonitoredIpPath?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restPtpIEEEPTPSyncManagerCreateMonitoredIpPath",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/ptp/IEEEPTPSyncManager/createMonitoredIpPath?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}