@itentialopensource/adapter-meraki
Version:
This adapter integrates with system described as: merakiDashboardApi.
85 lines • 2.76 kB
JSON
{
"actions": [
{
"name": "returnTheListOfServersTrustedByDynamicARPInspectionOnThisNetwork",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/networks/{pathv1}/switch/dhcpServerPolicy/arpInspection/trustedServers?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/returnTheListOfServersTrustedByDynamicARPInspectionOnThisNetwork-default.json"
}
]
},
{
"name": "addAServerToBeTrustedByDynamicARPInspectionOnThisNetwork",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/networks/{pathv1}/switch/dhcpServerPolicy/arpInspection/trustedServers?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/addAServerToBeTrustedByDynamicARPInspectionOnThisNetwork-default.json"
}
]
},
{
"name": "updateAServerThatIsTrustedByDynamicARPInspectionOnThisNetwork",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/networks/{pathv1}/switch/dhcpServerPolicy/arpInspection/trustedServers/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/updateAServerThatIsTrustedByDynamicARPInspectionOnThisNetwork-default.json"
}
]
},
{
"name": "removeAServerFromBeingTrustedByDynamicARPInspectionOnThisNetwork",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/networks/{pathv1}/switch/dhcpServerPolicy/arpInspection/trustedServers/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}