🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
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 } }
Assign alert monitoring license
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for assigning alert monitoring license.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
OK
Response object for assigning alert monitoring license.
List of alert monitoring licenses available for the client organization
Show child attributes
Was this page helpful?