@itentialopensource/adapter-meraki
Version:
This adapter integrates with system described as: merakiDashboardApi.
67 lines • 2.16 kB
JSON
{
"actions": [
{
"name": "returnthedevicesthathaveaDynamicARPInspectionwarningandtheirwarnings",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/networks/{pathv1}/switch/dhcpServerPolicy/arpInspection/warnings/byDevice?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/returnthedevicesthathaveaDynamicARPInspectionwarningandtheirwarnings-default.json"
}
]
},
{
"name": "listthepowerstatusinformationfordevicesinanorganization",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/devices/powerModules/statuses/byDevice?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/listthepowerstatusinformationfordevicesinanorganization-default.json"
}
]
},
{
"name": "listthecurrentuplinkaddressesfordevicesinanorganization",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/devices/uplinks/addresses/byDevice?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/listthecurrentuplinkaddressesfordevicesinanorganization-default.json"
}
]
}
]
}