@itentialopensource/adapter-nokia_nsp_device_configurator
Version:
This adapter integrates with system described as: 22.11Modeled-deviceConfiguratorRestconfApis.
130 lines • 3.65 kB
JSON
{
"actions": [
{
"name": "gettheRESTCONFRoot",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/.well-known/host-meta?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/gettheRESTCONFRoot-default.json"
}
]
},
{
"name": "getthedatastore",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/restconf?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getthedatastore-default.json"
}
]
},
{
"name": "gettheyangLibrary",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/restconf/data/ietf-yang-library:yang-library?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/gettheyangLibrary-default.json"
}
]
},
{
"name": "gettheschemamounts",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/restconf/data/ietf-yang-schema-mount:schema-mounts?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/gettheschemamounts-default.json"
}
]
},
{
"name": "getallthenetworkdevices",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/restconf/data/network-device-mgr:network-devices?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getallthenetworkdevices-default.json"
}
]
},
{
"name": "getagivennetworkdevice",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/restconf/data/network-device-mgr:network-devices/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getagivennetworkdevice-default.json"
}
]
}
]
}