@itentialopensource/adapter-nokia_altiplano
Version:
This adapter integrates with system described as: Nokia Altiplano.
70 lines • 1.84 kB
JSON
{
"actions": [
{
"name": "getEntityOntView",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/ema/entity/{pathv1}/ONT/{pathv2}/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {
"Content-Type": "application/yang-data+json"
},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getEntityOntPort",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/ema/entity/{pathv1}/ONT%20Port/{pathv2}/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {
"Content-Type": "application/yang-data+json"
},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getEntityOntVlanAssociation",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/ema/entity/{pathv1}/ONT%20VLAN%20Association/{pathv2}/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {
"Content-Type": "application/yang-data+json"
},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}