UNPKG

@itentialopensource/adapter-meraki

Version:

This adapter integrates with system described as: merakiDashboardApi.

109 lines 2.95 kB
{ "actions": [ { "name": "getNetworkFloorPlans", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/networks/{pathv1}/floorPlans?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getNetworkFloorPlans-default.json" } ] }, { "name": "createNetworkFloorPlan", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/networks/{pathv1}/floorPlans?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getNetworkFloorPlan", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/networks/{pathv1}/floorPlans/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getNetworkFloorPlan-default.json" } ] }, { "name": "updateNetworkFloorPlan", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/networks/{pathv1}/floorPlans/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateNetworkFloorPlan-default.json" } ] }, { "name": "deleteNetworkFloorPlan", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/networks/{pathv1}/floorPlans/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }