@itentialopensource/adapter-meraki
Version:
This adapter integrates with system described as: merakiDashboardApi.
86 lines • 2.75 kB
JSON
{
"actions": [
{
"name": "returnALayer3InterfaceDHCPConfigurationForASwitch",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/devices/{pathv1}/switch/routing/interfaces/{pathv2}/dhcp?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/returnALayer3InterfaceDHCPConfigurationForASwitch-default.json"
}
]
},
{
"name": "updateALayer3InterfaceDHCPConfigurationForASwitch",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/devices/{pathv1}/switch/routing/interfaces/{pathv2}/dhcp?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/updateALayer3InterfaceDHCPConfigurationForASwitch-default.json"
}
]
},
{
"name": "returnALayer3InterfaceDHCPConfigurationForASwitchStack",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/networks/{pathv1}/switch/stacks/{pathv2}/routing/interfaces/{pathv3}/dhcp?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/returnALayer3InterfaceDHCPConfigurationForASwitchStack-default.json"
}
]
},
{
"name": "updateALayer3InterfaceDHCPConfigurationForASwitchStack",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/networks/{pathv1}/switch/stacks/{pathv2}/routing/interfaces/{pathv3}/dhcp?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/updateALayer3InterfaceDHCPConfigurationForASwitchStack-default.json"
}
]
}
]
}