Healthcheck Info
To get firehose health info:
URL: /api/partners/v1/firehose/health
Method: GET
URL Params Required: partnerTenantId=[PARTNER_TENANT_ID>
Success Response
Code: 200 – Success
Sample Response:
{
"timestamp": ,
"activeConnections": [
],
"protocolVersion": "",
"appActivations": [
{
"spacesTenantName": "",
"spacesTenantId": "",
"partnerTenantId": "",
"name": "",
"referenceId": "",
"instanceName": "",
"macFilters": [
]
}
]
}
Error Response
-
Code: 401 UNAUTHORIZED – [API Key/Partner Tenant Id is not authorized].
-
Code: 404 NOT FOUND – [Device not found for given macAddress or deviceId].