Get License Alarms

Get License Alarms

Returns license Alarms details

Request
URI
GET
https://{server}/tca/licensing/api/v1/orgs/{orgId}/alarms
COPY
Path Parameters
string
orgId
Optional

The identifier of the tenant


Authentication
This operation uses the following authentication methods.
Responses
200

Ok

Returns Array of licenseAlarmsResponse of type(s) application/json
[
    {
        "id": "string",
        "perceivedSeverity": "string",
        "alarmRaisedTime": "string",
        "ackState": "string",
        "ackStatus": "string",
        "alarmName": "string",
        "description": "string",
        "acknowledgedByUser": "string",
        "acknowledgedTime": "string",
        "eventTime": "string",
        "eventType": "string",
        "probableCause": "string",
        "isRootCause": false,
        "errors": [
            "string"
        ]
    }
]

400

Bad Request

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

500

Internal Server Error

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors