Alarm

Alarm
Alarm

This resource represents an alarm supporting the information model defined in ITU-T X.733.

JSON Example
{
    "id": "Name:NOTIFICATION-KubernetesPod_KubernetesPod-072c77d1-7765-46e9-9846-96e81ea43f0b_Down$Source:INCHARGE-SA-PRES$",
    "href": "/tcsa/api/tmf/v1/alarms/Name%3ANOTIFICATION-KubernetesPod_KubernetesPod-072c77d1-7765-46e9-9846-96e81ea43f0b_Down%24Source%3AINCHARGE-SA-PRES%24",
    "ackState": "UNACKNOWLEDGED",
    "ackSystemId": "string",
    "ackUserId": "string",
    "alarmChangedTime": "string",
    "alarmClearedTime": "string",
    "alarmDetails": "no description available",
    "alarmEscalation": false,
    "alarmRaisedTime": "string",
    "alarmReportingTime": "string",
    "alarmType": "Down",
    "alarmedObjectType": "KubernetesPod",
    "clearSystemId": "string",
    "clearUserId": "string",
    "externalAlarmId": "string",
    "isRootCause": true,
    "perceivedSeverity": "CRITICAL",
    "plannedOutageIndicator": "OUT_OF_SERVICE",
    "probableCause": "string",
    "proposedRepairedActions": "string",
    "reportingSystemId": "string",
    "serviceAffecting": false,
    "sourceSystemId": "INCHARGE-ESM, INCHARGE-SA-PRES",
    "specificProblem": "string",
    "state": "ACTIVE",
    "affectedService": [
        {
            "id": "string",
            "href": "string",
            "@baseType": "string",
            "@schemaLocation": "string",
            "@type": "string"
        }
    ],
    "alarmedObject": {
        "id": "KubernetesPod-072c77d1-7765-46e9-9846-96e81ea43f0b$KubernetesPod$INCHARGE-SA-PRES",
        "href": "/tcsa/api/topology/v1/instances/KubernetesPod-072c77d1-7765-46e9-9846-96e81ea43f0b%24KubernetesPod%24INCHARGE-SA-PRES",
        "@baseType": "alarm",
        "@schemaLocation": "https://developer.vmware.com/apis/telco-cloud-service-assurance/latest",
        "@type": "notification"
    },
    "comment": [
        {
            "comment": "Testing Comments for openAPI spec",
            "systemId": "postman-api",
            "time": "string",
            "userId": "string",
            "@baseType": "string",
            "@schemaLocation": "string",
            "@type": "string"
        }
    ],
    "correlatedAlarm": [
        {
            "id": "Name:NOTIFICATION-KubernetesPod_KubernetesPod-072c77d1-7765-46e9-9846-96e81ea43f0b_Failed$Source:INCHARGE-SA-PRES$",
            "href": "/tcsa/api/alarms/Name%3ANOTIFICATION-KubernetesPod_KubernetesPod-072c77d1-7765-46e9-9846-96e81ea43f0b_Failed%24Source%3AINCHARGE-SA-PRES%24",
            "name": "Name:NOTIFICATION-KubernetesPod_KubernetesPod-072c77d1-7765-46e9-9846-96e81ea43f0b_Failed$Source:INCHARGE-SA-PRES$",
            "@baseType": "alarm",
            "@schemaLocation": "https://developer.vmware.com/apis/telco-cloud-service-assurance/latest",
            "@type": "notification",
            "@referredType": "string"
        }
    ],
    "crossedThresholdInformation": {
        "direction": "string",
        "granularity": "string",
        "indicatorName": "string",
        "indicatorUnit": "string",
        "observedValue": "string",
        "thresholdCrossingDescription": "string",
        "threshold": {
            "id": "string",
            "href": "string",
            "name": "string",
            "@baseType": "string",
            "@schemaLocation": "string",
            "@type": "string",
            "@referredType": "string"
        },
        "@baseType": "string",
        "@schemaLocation": "string",
        "@type": "string"
    },
    "parentAlarm": [
        {
            "id": "Name:NOTIFICATION-KubernetesPod_KubernetesPod-072c77d1-7765-46e9-9846-96e81ea43f0b_Failed$Source:INCHARGE-SA-PRES$",
            "href": "/tcsa/api/alarms/Name%3ANOTIFICATION-KubernetesPod_KubernetesPod-072c77d1-7765-46e9-9846-96e81ea43f0b_Failed%24Source%3AINCHARGE-SA-PRES%24",
            "name": "Name:NOTIFICATION-KubernetesPod_KubernetesPod-072c77d1-7765-46e9-9846-96e81ea43f0b_Failed$Source:INCHARGE-SA-PRES$",
            "@baseType": "alarm",
            "@schemaLocation": "https://developer.vmware.com/apis/telco-cloud-service-assurance/latest",
            "@type": "notification",
            "@referredType": "string"
        }
    ],
    "place": [
        {
            "id": "string",
            "href": "string",
            "name": "string",
            "role": "string",
            "@baseType": "string",
            "@schemaLocation": "string",
            "@type": "string",
            "@referredType": "string"
        }
    ],
    "@baseType": "alarm",
    "@schemaLocation": "https://developer.vmware.com/apis/telco-cloud-service-assurance/latest",
    "@type": "notification"
}
string
id
Optional

Identifier of the alarm, determined by the alarm owning system

string
href
Optional

A reference to the alarm.

string
ackState
Optional

Provides the Acknowledgement State of the alarm

string
ackSystemId
Optional

Provides the name of the system that last changed the ackState of an alarm, i.e. acknowledged or unacknowledged the alarm.

string
ackUserId
Optional

Provides the id of the user who has last changed the ack state of the alarm, i.e. acknowledged or unacknowledged the alarm.

string As date-time As date-time
alarmChangedTime
Optional

Indicates the last date and time when the alarm is changed on the alarm-owning system. Any change to the alarm whether coming from the alarmed resource, or triggered by a change from the client is changing this time.

string As date-time As date-time
alarmClearedTime
Optional

Indicates the time (as a date + time) at which the alarm is cleared at the source.

string
alarmDetails
Optional

Contains further information on the alarm.

boolean
alarmEscalation
Optional

Indicates if this alarm has been escalated or not.

string As date-time As date-time
alarmRaisedTime
Optional

Indicates the time (as a date + time) at which the alarm occurred at its source.

string As date-time As date-time
alarmReportingTime
Optional

Indicates the time (as a date + time) at which the alarm was reported by the owning OSS. It might be different from the alarmRaisedTime. For instance, if the alarm list is maintained by an EMS, the alarmRaisedtime would be the time the alarm was detected by the NE, while the alarmReportingTime would be the time this alarm was stored in the alarm list of the EMS.

string
alarmType
Optional

Categorize the alarm.

string
alarmedObjectType
Optional

The type (class) of the managed object associated with the event.

string
clearSystemId
Optional

Provides the id of the system where the user who invoked the alarmCleared operation is located.

string
clearUserId
Optional

Provides the id of the user who invoked the alarmCleared operation

string
externalAlarmId
Optional

An identifier of the alarm in the source system.

boolean
isRootCause
Optional

Indicates whether the alarm is a root cause alarm..

string
perceivedSeverity
Optional

Lists the possible severities that can be allocated to an Alarm.

Possible values are : CRITICAL, MAJOR, MINOR, NORMAL, UNKNOWN,
string
plannedOutageIndicator
Optional

Indicates that the Managed Object (related to this alarm) is in planned outage (in planned maintenance, or out-of-service).

Possible values are : PLANNED_MAINTENANCE, OUT_OF_SERVICE,
string
probableCause
Optional

Provides the probable cause of the alarm.

string
proposedRepairedActions
Optional

Indicates proposed repair actions, if known to the system emitting the alarm.

string
reportingSystemId
Optional

Reporting system identity.

boolean
serviceAffecting
Optional

Indicates whether the alarm affects service or not.

string
sourceSystemId
Optional

Source system identity.

string
specificProblem
Optional

Provides more specific information about the alarm.

string
state
Optional

Defines the alarm state during its life cycle

affectedService
Optional

Identifies the service affected by the alarm.

alarmedObject
Optional

Identifies the managed object instance associated with the alarm.

array of Comment
comment
Optional

comment

array of AlarmRef
correlatedAlarm
Optional

Indicates other alarms related to this alarm.

crossedThresholdInformation
Optional

Identifies the details of the threshold that has been crossed.

array of AlarmRef
parentAlarm
Optional

Indicates the parent alarms of the alarm.

place
Optional

place

string
@baseType
Optional

The base type of this alarm.

string
@schemaLocation
Optional

A reference to the schema describing this alarm.

string
@type
Optional

The type for this alarm.