licenseAlarmsResponse

licenseAlarmsResponse
licenseAlarmsResponse
JSON Example
{
    "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"
    ]
}
string
id
Optional

Identifier of this Alarm information element.

string
perceivedSeverity
Optional

Perceived severity of the managed object failure.

string
alarmRaisedTime
Optional

Time stamp indicating when the alarm is raised

string
ackState
Optional

Acknowledgement state of the alarm. Permitted values: * UNACKNOWLEDGED * ACKNOWLEDGED.

string
ackStatus
Optional

Acknowledgement status of the alarm.

string
alarmName
Optional

Name of the Alarm

string
description
Optional

Description of the alarm in short

string
acknowledgedByUser
Optional

User detail who acknowledged the alarm

string
acknowledgedTime
Optional

Time of alarm acknowledged by user

object
rootCauseFaultyResource
Optional

The virtualised resources that are causing the VNF fault. Shall be present if the alarm affects virtualized resources.

string
eventTime
Optional

Time stamp indicating when the fault was observed.

string
eventType
Optional

Type of event.

string
probableCause
Optional

Information about the probable cause of the fault.

boolean
isRootCause
Optional

Attribute indicating if this fault is the root for other correlated alarms. If true, then the alarms listed in the attribute "correlatedAlarmId" are caused by this fault.

object
_links
Optional

Links for this resource.

array of string
errors
Optional

Error Details if any