@itentialopensource/adapter-meraki
Version:
This adapter integrates with system described as: merakiDashboardApi.
28 lines • 844 B
JSON
{
"actions": [
{
"name": "getNetworkL7FirewallRulesApplicationCategories",
"protocol": "REST",
"method": "GET",
"entitypath": {
"v0": "{base_path}/{version}/networks/{pathv1}/l7FirewallRules/applicationCategories?{query}",
"v1": "{base_path}/{version}/networks/{pathv1}/appliance/firewall/l7FirewallRules/applicationCategories?{query}"
},
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getNetworkL7FirewallRulesApplicationCategories-default.json"
}
]
}
]
}