Skip to main content
POST
/
api
/
license
/
getAlertMonitoringLicenses
Get alert monitoring licenses
curl --request POST \
  --url https://api2.rhombussystems.com/api/license/getAlertMonitoringLicenses \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '{}'
{
  "alertMonitoringLicenses": [
    {
      "allowedDeviceCount": 123,
      "claimKeyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
      "createdOn": "2023-11-07T05:31:56Z",
      "deviceUuids": [
        "AAAAAAAAAAAAAAAAAAAAAA"
      ],
      "firstAssignedDate": "2023-11-07T05:31:56Z",
      "licenseToUnassignEmailState": "INITIAL_EMAIL_SUCCEEDED",
      "licenseType": "STARTER",
      "locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
      "maxDeleteDate": "2023-11-07T05:31:56Z",
      "monthlyVerificationLimit": 123,
      "monthsReset": 123,
      "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
      "percentUsage": 123,
      "priorClaimKeyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
      "productCode": "<string>",
      "productType": "DEVICE",
      "remainingAlarms": 123,
      "remainingVerifications": 123,
      "state": "CLAIMED",
      "trial": true,
      "updatedOn": "2023-11-07T05:31:56Z",
      "uuid": "AAAAAAAAAAAAAAAAAAAAAA",
      "warningStage": 123
    }
  ],
  "error": true,
  "errorMsg": "<string>",
  "warningMsg": "<string>"
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request object for getting list of alert monitoring licenses available in organization.

Response

200 - application/json

OK

Response object containing list of alert monitoring licenses available in organization.

alertMonitoringLicenses
object[] | null

List of alert monitoring licenses available in the organization

error
boolean | null
errorMsg
string | null
warningMsg
string | null