🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
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",
"monthlyFallbackVerificationLimit": 123,
"monthlyVerificationLimit": 123,
"monthsReset": 123,
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"percentUsage": 123,
"priorClaimKeyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"productCode": "<string>",
"productType": "DEVICE",
"remainingAlarms": 123,
"remainingFallbackVerifications": 123,
"remainingVerifications": 123,
"state": "CLAIMED",
"trial": true,
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "AAAAAAAAAAAAAAAAAAAAAA",
"warningStage": 123
}
}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",
"monthlyFallbackVerificationLimit": 123,
"monthlyVerificationLimit": 123,
"monthsReset": 123,
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"percentUsage": 123,
"priorClaimKeyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"productCode": "<string>",
"productType": "DEVICE",
"remainingAlarms": 123,
"remainingFallbackVerifications": 123,
"remainingVerifications": 123,
"state": "CLAIMED",
"trial": true,
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "AAAAAAAAAAAAAAAAAAAAAA",
"warningStage": 123
}
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9OK
Response object for assigning alert monitoring license.
List of alert monitoring licenses available for the client organization
Show child attributes
Was this page helpful?