@itentialopensource/adapter-meraki
Version:
This adapter integrates with system described as: merakiDashboardApi.
25 lines • 718 B
JSON
{
"actions": [
{
"name": "returnstheMVSenseobjectdetectionmodellistforthegivencamera",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/devices/{pathv1}/camera/sense/objectDetectionModels?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/returnstheMVSenseobjectdetectionmodellistforthegivencamera-default.json"
}
]
}
]
}