UNPKG

@itentialopensource/adapter-meraki

Version:

This adapter integrates with system described as: merakiDashboardApi.

45 lines 1.23 kB
{ "actions": [ { "name": "returnAHubBGPConfiguration", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/networks/{pathv1}/appliance/vpn/bgp?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/returnAHubBGPConfiguration-default.json" } ] }, { "name": "updateAHubBGPConfiguration", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/networks/{pathv1}/appliance/vpn/bgp?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateAHubBGPConfiguration-default.json" } ] } ] }