Create Alarm
DescriptionThis operation creates an Alarm entity.
Request
URLURL
Request Body
{
"alarmType": "OpenAPIExample",
"alarmedObject": {
"id": "gNodeB-service-mavenir$gNodeB$INCHARGE-SA-PRES"
},
"alarmedObjectType": "gNodeB",
"perceivedSeverity": "MAJOR"
}
Categorize the alarm.
Lists the possible severities that can be allocated to an Alarm.
Possible values are: CRITICAL , MAJOR , MINOR , NORMAL , UNKNOWN
The type (class) of the managed object associated with the event.
Provides the Acknowledgement State of the alarm
Indicates the time (as a date + time) at which the alarm is cleared at the source.
Contains further information on the alarm.
Indicates if this alarm has been escalated or not.
Indicates the time (as a date + time) at which the alarm occurred at its source.
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.
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.
Provides the id of the user who has last changed the ack state of the alarm, i.e. acknowledged or unacknowledged the alarm.
Provides the id of the system where the user who invoked the alarmCleared operation is located.
Provides the id of the user who invoked the alarmCleared operation
Identifies the details of the threshold that has been crossed.
An identifier of the alarm in the source system.
Indicates whether the alarm is a root cause alarm..
Provides the name of the system that last changed the ackState of an alarm, i.e. acknowledged or unacknowledged the alarm.
Related Entity reference. A related place defines a place described by reference or by value linked to a specific entity. The polymorphic attributes @type, @schemaLocation & @referredType are related to the place entity and not the RelatedPlaceRefOrValue class itself
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
Provides the probable cause of the alarm.
Indicates proposed repair actions, if known to the system emitting the alarm.
Reporting system identity.
Indicates whether the alarm affects service or not.
Source system identity.
Provides more specific information about the alarm.
Defines the alarm state during its life cycle
Authentication
Response
Response BodyResponse Body
201 Created
{
"href": "/tcsa/api/tmf/v1/alarms/Name%3ANOTIFICATION-gNodeB_gNodeB-service-mavenir_OpenAPIExample%24Source%3AINCHARGE-SA-PRES%24",
"id": "Name:NOTIFICATION-gNodeB_gNodeB-service-mavenir_OpenAPIExample$Source:INCHARGE-SA-PRES$"
}
A reference to the alarm.
Identifier of the alarm, determined by the alarm owning system
Errors
Bad Request
Unauthorized
Forbidden
Method Not allowed
Conflict
Internal Server Error
Code Samples
cURL Command
Vendor Extensions
x-codegen-request-body-name: alarm