UNPKG

@itentialopensource/adapter-meraki

Version:

This adapter integrates with system described as: merakiDashboardApi.

88 lines 2.33 kB
{ "actions": [ { "name": "getNetworkSwitchPortSchedules", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/networks/{pathv1}/switch/portSchedules?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "createNetworkSwitchPortSchedule", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/networks/{pathv1}/switch/portSchedules?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateNetworkSwitchPortSchedule", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/networks/{pathv1}/switch/portSchedules/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteNetworkSwitchPortSchedule", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/networks/{pathv1}/switch/portSchedules/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }