UNPKG

@itentialopensource/adapter-meraki

Version:

This adapter integrates with system described as: merakiDashboardApi.

127 lines 3.73 kB
{ "actions": [ { "name": "listtheSwitchPortProfilesinanetwork", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/networks/{pathv1}/switch/ports/profiles?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/listtheSwitchPortProfilesinanetwork-default.json" } ] }, { "name": "listallprofilesinanetwork", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/networks/{pathv1}/sm/profiles?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/listallprofilesinanetwork-default.json" } ] }, { "name": "createAnOrganizationWideAlertConfiguration", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/organizations/{pathv1}/alerts/profiles?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createAnOrganizationWideAlertConfiguration-default.json" } ] }, { "name": "listAllOrganizationWideAlertConfigurations", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/organizations/{pathv1}/alerts/profiles?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/listAllOrganizationWideAlertConfigurations-default.json" } ] }, { "name": "removesAnOrganizationWideAlertConfig", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/organizations/{pathv1}/alerts/profiles/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateAnOrganizationWideAlertConfig", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/organizations/{pathv1}/alerts/profiles/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateAnOrganizationWideAlertConfig-default.json" } ] } ] }