UNPKG

@itentialopensource/adapter-meraki

Version:

This adapter integrates with system described as: merakiDashboardApi.

46 lines 1.18 kB
{ "actions": [ { "name": "getNetworkSwitchAccessControlLists", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/networks/{pathv1}/switch/accessControlLists?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateNetworkSwitchAccessControlLists", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/networks/{pathv1}/switch/accessControlLists?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }