@itentialopensource/adapter-meraki
Version:
This adapter integrates with system described as: merakiDashboardApi.
109 lines • 3.4 kB
JSON
{
"actions": [
{
"name": "returnoverviewstatisticsfornetworkclients",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/networks/{pathv1}/clients/overview?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/returnoverviewstatisticsfornetworkclients-default.json"
}
]
},
{
"name": "returnsummaryinformationaroundclientdatausageInmbAcrossthegivenorganization",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/clients/overview?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/returnsummaryinformationaroundclientdatausageInmbAcrossthegivenorganization-default.json"
}
]
},
{
"name": "returnanoverviewofcurrentdevicestatuses",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/devices/statuses/overview?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/returnanoverviewofcurrentdevicestatuses-default.json"
}
]
},
{
"name": "returnsadaptivepolicyaggregatestatisticsforanorganization",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/adaptivePolicy/overview?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/returnsadaptivepolicyaggregatestatisticsforanorganization-default.json"
}
]
},
{
"name": "returnanoverviewofthelicensestateforanorganization",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/licenses/overview?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/returnanoverviewofthelicensestateforanorganization-default.json"
}
]
}
]
}