UNPKG

@itentialopensource/adapter-meraki

Version:

This adapter integrates with system described as: merakiDashboardApi.

66 lines 2 kB
{ "actions": [ { "name": "returnAllThePortsOfASwitchProfile", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/organizations/{pathv1}/configTemplates/{pathv2}/switch/profiles/{pathv3}/ports?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/returnAllThePortsOfASwitchProfile-default.json" } ] }, { "name": "returnASwitchProfilePort", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/organizations/{pathv1}/configTemplates/{pathv2}/switch/profiles/{pathv3}/ports/{pathv4}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/returnASwitchProfilePort-default.json" } ] }, { "name": "updateASwitchProfilePort", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/organizations/{pathv1}/configTemplates/{pathv2}/switch/profiles/{pathv3}/ports/{pathv4}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateASwitchProfilePort-default.json" } ] } ] }