@itentialopensource/adapter-meraki
Version:
This adapter integrates with system described as: merakiDashboardApi.
150 lines • 4.77 kB
JSON
{
"actions": [
{
"name": "listtheuplinkstatusofeveryMerakiMXandZseriesappliancesintheorganization",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/appliance/uplink/statuses?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/listtheuplinkstatusofeveryMerakiMXandZseriesappliancesintheorganization-default.json"
}
]
},
{
"name": "fetchOnboardingStatusOfCameras",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/camera/onboarding/statuses?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/fetchOnboardingStatusOfCameras-default.json"
}
]
},
{
"name": "notifyThatCredentialHandoffToCameraHasCompleted",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/camera/onboarding/statuses?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/notifyThatCredentialHandoffToCameraHasCompleted-default.json"
}
]
},
{
"name": "listtheuplinkstatusofeveryMerakiMGcellulargatewayintheorganization",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/cellularGateway/uplink/statuses?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/listtheuplinkstatusofeveryMerakiMGcellulargatewayintheorganization-default.json"
}
]
},
{
"name": "listtheuplinkstatusofeveryMerakiMXMGandZseriesdevicesintheorganization",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/uplinks/statuses?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/listtheuplinkstatusofeveryMerakiMXMGandZseriesdevicesintheorganization-default.json"
}
]
},
{
"name": "showVPNstatusfornetworksinanorganization",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/appliance/vpn/statuses?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/showVPNstatusfornetworksinanorganization-default.json"
}
]
},
{
"name": "listTheStatusOfEveryMerakiDeviceInTheOrganization",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/devices/statuses?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/listTheStatusOfEveryMerakiDeviceInTheOrganization-default.json"
}
]
}
]
}