Skip to main content
POST
/
api
/
license
/
assignAlertMonitoringLicense
Assign alert monitoring license
curl --request POST \
  --url https://api2.rhombussystems.com/api/license/assignAlertMonitoringLicense \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "licenseUuid": "AAAAAAAAAAAAAAAAAAAAAA",
  "locationUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'
{
  "alertMonitoringLicense": {
    "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
  }
}

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 assigning alert monitoring license.

licenseUuid
string<RUUID> | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

locationUuid
string<RUUID> | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

Response

200 - application/json

OK

Response object for assigning alert monitoring license.

alertMonitoringLicense
object

List of alert monitoring licenses available for the client organization