Alarm is a representation of the fault or change of state that occurred in the managed system; it could be resource or service and customer related. Alarms are associated with a group of events received from the managed resources, usually with the same source and category, indicating that such fault or event had occurred.
Since Product Version: 1.2
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
Yes
|
Paging?
|
Yes
|
Filtering?
|
Yes
|
Group Filtering?
|
Yes
|
Aggregation?
|
Yes
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
API version v1 is deprecated
This API version has been deprecated. It will be removed in a future release of the product. Please develop new clients using the latest API version. Please modify your existing clients to use a later API version.
Resource URL
/webacs/api/v1/data/Alarms
To filter entities based on device groups, use Group Based Filtering as documented on the Filtering page on the Home page. Example: ?.group=myrouters
Deprecated
This version has been deprecated. Please use v4.
Response Parameters
acknowledgementStatus
boolean
|
Indicates whether the Alarm has been acknowledged.
|
alarmFoundAt
Date
|
Reflects the time when the Alarm was found.
|
alarmId
long
|
|
annotations
Annotation[]
|
This nested field contains corrective message annotations. These are notes added to the alarm by the operator.
|
creationTimestamp
Date
|
Specifies the time the note was created.
|
creatorId
String
|
Specifies the name or user id of the creator of this note.
|
noteText
String
|
Note content added by operator.
|
|
category
EventAlarmCategoryEnum
|
Specifies the major category for the Alarm/Event.
Categories are major functionality areas for events. For example, the wireless network management application categorizes events by the type of network element or entity that can emit them (access point, wireless LAN controller, port). A different application can introduce a different set of categories.
Binding the list of categories for a particular implementation is represented as a "Lookup" datatype for the values (as opposed to an immutable enumeration type).
|
condition
EventTypeEnum
|
Specifies a type of occurrence/event within a category.
Different applications can introduce different sets of types. Binding the list of types for a particular implementation is represented as a "Lookup" enumeration datatype for the values (as opposed to an immutable enumeration type).
|
deviceName
String
|
Represents the source of the event (including name and/or MAC address). The failure source format is configurable and depends on the alarm category.
You can find and configure failure source patterns in Administration > Settings > System Settings > Alarms and Events > Alarms and Events.
|
deviceTimestamp
Date
|
Specifies the device clock time when this alarm was created.
|
lastUpdatedAt
Date
|
Reflects the time when the Alarm was last modified.
|
message
String
|
Contains the Event/Alarm description as free text.
|
|
IP address of the entity that sent the alarm. In case of AP alarms, it is IP address of the controller which sent the alarm.
|
owner
String
|
Specifies the name or ID of the person assigned to handle this alarm. If value is set to NULL, no owner is assigned.
|
severity
AlarmSeverityEnum
|
Specifies the Event/Alarm severity.
|
source
String
|
Represents the entity for which the event/alarm is reported. This is not necessarily the reporting entity; in many cases, the notification is sent by an entity reporting an occurrence on another entity.
Note that this is an opaque reference type that MIGHT be a reference to a known entity (that is, an instance in the model), but it might also be a reference to an entity that is not represented in the system.
|
timeStamp
Date
|
Specifies the time when this alarm was created. This is the same as the time of the event that resulted in the creation of this alarm (attribute Event.notificationTimestamp).
|
wirelessSpecificAlarmId
String
|
This attribute has the meaning only for alarm which was raised by AP, rogue AP or controller.
Reports the MAC address of a rogue AP when a rogue AP is detected. Reports the wireless MAC address of an access point for all other alarms raised by an access point. Reports the controller IP address for alarms reported by a controller.
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Payload
https://localhost/webacs/api/v1/data/Alarms/15
<?xml version="1.0" ?>
<queryResponse type="Alarms" responseType="getEntity" requestUrl="https://localhost/webacs/api/v1/data/Alarms/15" rootUrl="https://localhost/webacs/api/v1/data">
<entity dtoType="alarmsDTO" type="Alarms" url="https://localhost/webacs/api/v1/data/Alarms/15">
<alarmsDTO displayName="String value" id="15" uuid="String value">
<acknowledgementStatus>true</acknowledgementStatus>
<alarmFoundAt>1986-07-24T00:00:00Z</alarmFoundAt>
<alarmId>2</alarmId>
<annotations>
<annotation>
<creationTimestamp>1986-07-24T00:00:00Z</creationTimestamp>
<creatorId>String value</creatorId>
<noteText>String value</noteText>
</annotation>
</annotations>
<category>
<ordinal>0</ordinal>
<value>All</value>
</category>
<condition>
<ordinal>-1</ordinal>
<value>SWT_VTP_CONFIG_REV_NUMBER</value>
</condition>
<deviceName>String value</deviceName>
<deviceTimestamp>1986-07-24T00:00:00Z</deviceTimestamp>
<lastUpdatedAt>1986-07-24T00:00:00Z</lastUpdatedAt>
<message>String value</message>
<owner>String value</owner>
<severity>CRITICAL</severity>
<source>String value</source>
<timeStamp>1986-07-24T00:00:00Z</timeStamp>
<wirelessSpecificAlarmId>String value</wirelessSpecificAlarmId>
<nttyaddrss7_address>String value</nttyaddrss7_address>
</alarmsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://localhost/webacs/api/v1/data/Alarms/15.json
{
"queryResponse" : {
"@type" : "Alarms",
"@responseType" : "getEntity",
"@requestUrl" : "https : \/\/localhost\/webacs\/api\/v1\/data\/Alarms\/15",
"@rootUrl" : "https : \/\/localhost\/webacs\/api\/v1\/data",
"entity" : {
"@dtoType" : "alarmsDTO",
"@type" : "Alarms",
"@url" : "https : \/\/localhost\/webacs\/api\/v1\/data\/Alarms\/15",
"alarmsDTO" : {
"@displayName" : "String value",
"@id" : "15",
"@uuid" : "String value",
"acknowledgementStatus" : true,
"alarmFoundAt" : "1986-07-24T00 : 00 : 00Z",
"alarmId" : 2,
"annotations" : {
"annotation" : {
"creationTimestamp" : "1986-07-24T00 : 00 : 00Z",
"creatorId" : "String value",
"noteText" : "String value"
}
},
"category" : {
"ordinal" : 0,
"value" : "All"
},
"condition" : {
"ordinal" : -1,
"value" : "SWT_VTP_CONFIG_REV_NUMBER"
},
"deviceName" : "String value",
"deviceTimestamp" : "1986-07-24T00 : 00 : 00Z",
"lastUpdatedAt" : "1986-07-24T00 : 00 : 00Z",
"message" : "String value",
"owner" : "String value",
"severity" : "CRITICAL",
"source" : "String value",
"timeStamp" : "1986-07-24T00 : 00 : 00Z",
"wirelessSpecificAlarmId" : "String value",
"nttyaddrss7_address" : "String value"
}
}
}
}
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
Yes
|
Paging?
|
Yes
|
Filtering?
|
Yes
|
Group Filtering?
|
Yes
|
Aggregation?
|
Yes
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
Resource URL
/webacs/api/v2/data/Alarms
To filter entities based on device groups, use Group Based Filtering as documented on the Filtering page on the Home page. Example: ?.group=myrouters
Unmodified
This resource has not been modified since the previous API version.
Deprecated
This version has been deprecated. Please use v4.
Response Parameters
acknowledgementStatus
boolean
|
Indicates whether the Alarm has been acknowledged.
|
alarmFoundAt
Date
|
Reflects the time when the Alarm was found.
|
alarmId
long
|
|
annotations
Annotation[]
|
This nested field contains corrective message annotations. These are notes added to the alarm by the operator.
|
creationTimestamp
Date
|
Specifies the time the note was created.
|
creatorId
String
|
Specifies the name or user id of the creator of this note.
|
noteText
String
|
Note content added by operator.
|
|
category
EventAlarmCategoryEnum
|
Specifies the major category for the Alarm/Event.
Categories are major functionality areas for events. For example, the wireless network management application categorizes events by the type of network element or entity that can emit them (access point, wireless LAN controller, port). A different application can introduce a different set of categories.
Binding the list of categories for a particular implementation is represented as a "Lookup" datatype for the values (as opposed to an immutable enumeration type).
|
condition
EventTypeEnum
|
Specifies a type of occurrence/event within a category.
Different applications can introduce different sets of types. Binding the list of types for a particular implementation is represented as a "Lookup" enumeration datatype for the values (as opposed to an immutable enumeration type).
|
deviceName
String
|
Represents the source of the event (including name and/or MAC address). The failure source format is configurable and depends on the alarm category.
You can find and configure failure source patterns in Administration > Settings > System Settings > Alarms and Events > Alarms and Events.
|
deviceTimestamp
Date
|
Specifies the device clock time when this alarm was created.
|
lastUpdatedAt
Date
|
Reflects the time when the Alarm was last modified.
|
message
String
|
Contains the Event/Alarm description as free text.
|
|
IP address of the entity that sent the alarm. In case of AP alarms, it is IP address of the controller which sent the alarm.
|
owner
String
|
Specifies the name or ID of the person assigned to handle this alarm. If value is set to NULL, no owner is assigned.
|
severity
AlarmSeverityEnum
|
Specifies the Event/Alarm severity.
|
source
String
|
Represents the entity for which the event/alarm is reported. This is not necessarily the reporting entity; in many cases, the notification is sent by an entity reporting an occurrence on another entity.
Note that this is an opaque reference type that MIGHT be a reference to a known entity (that is, an instance in the model), but it might also be a reference to an entity that is not represented in the system.
|
timeStamp
Date
|
Specifies the time when this alarm was created. This is the same as the time of the event that resulted in the creation of this alarm (attribute Event.notificationTimestamp).
|
wirelessSpecificAlarmId
String
|
This attribute has the meaning only for alarm which was raised by AP, rogue AP or controller.
Reports the MAC address of a rogue AP when a rogue AP is detected. Reports the wireless MAC address of an access point for all other alarms raised by an access point. Reports the controller IP address for alarms reported by a controller.
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Payload
https://localhost/webacs/api/v2/data/Alarms/15
<?xml version="1.0" ?>
<queryResponse type="Alarms" responseType="getEntity" requestUrl="https://localhost/webacs/api/v2/data/Alarms/15" rootUrl="https://localhost/webacs/api/v2/data">
<entity dtoType="alarmsDTO" type="Alarms" url="https://localhost/webacs/api/v2/data/Alarms/15">
<alarmsDTO displayName="String value" id="15" uuid="String value">
<acknowledgementStatus>true</acknowledgementStatus>
<alarmFoundAt>1986-07-24T00:00:00Z</alarmFoundAt>
<alarmId>2</alarmId>
<annotations>
<annotation>
<creationTimestamp>1986-07-24T00:00:00Z</creationTimestamp>
<creatorId>String value</creatorId>
<noteText>String value</noteText>
</annotation>
</annotations>
<category>
<ordinal>0</ordinal>
<value>All</value>
</category>
<condition>
<ordinal>-1</ordinal>
<value>SWT_VTP_CONFIG_REV_NUMBER</value>
</condition>
<deviceName>String value</deviceName>
<deviceTimestamp>1986-07-24T00:00:00Z</deviceTimestamp>
<lastUpdatedAt>1986-07-24T00:00:00Z</lastUpdatedAt>
<message>String value</message>
<owner>String value</owner>
<severity>CRITICAL</severity>
<source>String value</source>
<timeStamp>1986-07-24T00:00:00Z</timeStamp>
<wirelessSpecificAlarmId>String value</wirelessSpecificAlarmId>
<nttyaddrss7_address>String value</nttyaddrss7_address>
</alarmsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://localhost/webacs/api/v2/data/Alarms/15.json
{
"queryResponse" : {
"@type" : "Alarms",
"@requestUrl" : "https://localhost/webacs/api/v2/data/Alarms/15",
"@responseType" : "getEntity",
"@rootUrl" : "https://localhost/webacs/api/v2/data",
"entity" : [ {
"@dtoType" : "alarmsDTO",
"@type" : "Alarms",
"@url" : "https://localhost/webacs/api/v2/data/Alarms/15",
"alarmsDTO" : {
"@displayName" : "String value",
"@id" : 15,
"@uuid" : "String value",
"acknowledgementStatus" : true,
"alarmFoundAt" : 522547200000,
"alarmId" : 2,
"annotations" : {
"annotation" : [ {
"creationTimestamp" : 522547200000,
"creatorId" : "String value",
"noteText" : "String value"
} ]
},
"category" : {
"ordinal" : 0,
"value" : "All"
},
"condition" : {
"ordinal" : -1,
"value" : "SWT_VTP_CONFIG_REV_NUMBER"
},
"deviceName" : "String value",
"deviceTimestamp" : 522547200000,
"lastUpdatedAt" : 522547200000,
"message" : "String value",
"nttyaddrss7_address" : "String value",
"owner" : "String value",
"severity" : "CRITICAL",
"source" : "String value",
"timeStamp" : 522547200000,
"wirelessSpecificAlarmId" : "String value"
}
} ]
}
}
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
Yes
|
Paging?
|
Yes
|
Filtering?
|
Yes
|
Group Filtering?
|
Yes
|
Aggregation?
|
Yes
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
Resource URL
/webacs/api/v3/data/Alarms
To filter entities based on device groups, use Group Based Filtering as documented on the Filtering page on the Home page. Example: ?.group=myrouters
Unmodified
This resource has not been modified since the previous API version.
Deprecated
This version has been deprecated. Please use v4.
Response Parameters
acknowledgementStatus
boolean
|
Indicates whether the Alarm has been acknowledged.
|
alarmFoundAt
Date
|
Reflects the time when the Alarm was found.
|
alarmId
long
|
|
annotations
Annotation[]
|
This nested field contains corrective message annotations. These are notes added to the alarm by the operator.
|
creationTimestamp
Date
|
Specifies the time the note was created.
|
creatorId
String
|
Specifies the name or user id of the creator of this note.
|
noteText
String
|
Note content added by operator.
|
|
category
EventAlarmCategoryEnum
|
Specifies the major category for the Alarm/Event.
Categories are major functionality areas for events. For example, the wireless network management application categorizes events by the type of network element or entity that can emit them (access point, wireless LAN controller, port). A different application can introduce a different set of categories.
Binding the list of categories for a particular implementation is represented as a "Lookup" datatype for the values (as opposed to an immutable enumeration type).
|
condition
EventTypeEnum
|
Specifies a type of occurrence/event within a category.
Different applications can introduce different sets of types. Binding the list of types for a particular implementation is represented as a "Lookup" enumeration datatype for the values (as opposed to an immutable enumeration type).
|
deviceName
String
|
Represents the source of the event (including name and/or MAC address). The failure source format is configurable and depends on the alarm category.
You can find and configure failure source patterns in Administration > Settings > System Settings > Alarms and Events > Alarms and Events.
|
deviceTimestamp
Date
|
Specifies the device clock time when this alarm was created.
|
lastUpdatedAt
Date
|
Reflects the time when the Alarm was last modified.
|
message
String
|
Contains the Event/Alarm description as free text.
|
|
IP address of the entity that sent the alarm. In case of AP alarms, it is IP address of the controller which sent the alarm.
|
owner
String
|
Specifies the name or ID of the person assigned to handle this alarm. If value is set to NULL, no owner is assigned.
|
severity
AlarmSeverityEnum
|
Specifies the Event/Alarm severity.
|
source
String
|
Represents the entity for which the event/alarm is reported. This is not necessarily the reporting entity; in many cases, the notification is sent by an entity reporting an occurrence on another entity.
Note that this is an opaque reference type that MIGHT be a reference to a known entity (that is, an instance in the model), but it might also be a reference to an entity that is not represented in the system.
|
timeStamp
Date
|
Specifies the time when this alarm was created. This is the same as the time of the event that resulted in the creation of this alarm (attribute Event.notificationTimestamp).
|
wirelessSpecificAlarmId
String
|
This attribute has the meaning only for alarm which was raised by AP, rogue AP or controller.
Reports the MAC address of a rogue AP when a rogue AP is detected. Reports the wireless MAC address of an access point for all other alarms raised by an access point. Reports the controller IP address for alarms reported by a controller.
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Payload
https://localhost/webacs/api/v3/data/Alarms/15
<?xml version="1.0" ?>
<queryResponse type="Alarms" responseType="getEntity" requestUrl="https://localhost/webacs/api/v3/data/Alarms/15" rootUrl="https://localhost/webacs/api/v3/data">
<entity dtoType="alarmsDTO" type="Alarms" url="https://localhost/webacs/api/v3/data/Alarms/15">
<alarmsDTO displayName="String value" id="15" uuid="String value">
<acknowledgementStatus>true</acknowledgementStatus>
<alarmFoundAt>1986-07-24T00:00:00Z</alarmFoundAt>
<alarmId>2</alarmId>
<annotations>
<annotation>
<creationTimestamp>1986-07-24T00:00:00Z</creationTimestamp>
<creatorId>String value</creatorId>
<noteText>String value</noteText>
</annotation>
<annotation>
<creationTimestamp>1991-01-11T00:00:00Z</creationTimestamp>
<creatorId>Another string value</creatorId>
<noteText>Another string value</noteText>
</annotation>
</annotations>
<category>
<ordinal>0</ordinal>
<value>All</value>
</category>
<condition>
<ordinal>-1</ordinal>
<value>SWT_VTP_CONFIG_REV_NUMBER</value>
</condition>
<deviceName>String value</deviceName>
<deviceTimestamp>1986-07-24T00:00:00Z</deviceTimestamp>
<lastUpdatedAt>1986-07-24T00:00:00Z</lastUpdatedAt>
<message>String value</message>
<owner>String value</owner>
<severity>CRITICAL</severity>
<source>String value</source>
<timeStamp>1986-07-24T00:00:00Z</timeStamp>
<wirelessSpecificAlarmId>String value</wirelessSpecificAlarmId>
<nttyaddrss7_address>String value</nttyaddrss7_address>
</alarmsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://localhost/webacs/api/v3/data/Alarms/15.json
{
"queryResponse" : {
"@type" : "Alarms",
"@requestUrl" : "https://localhost/webacs/api/v3/data/Alarms/15",
"@responseType" : "getEntity",
"@rootUrl" : "https://localhost/webacs/api/v3/data",
"entity" : [ {
"@dtoType" : "alarmsDTO",
"@type" : "Alarms",
"@url" : "https://localhost/webacs/api/v3/data/Alarms/15",
"alarmsDTO" : {
"@displayName" : "String value",
"@id" : 15,
"@uuid" : "String value",
"acknowledgementStatus" : true,
"alarmFoundAt" : "1986-07-24T00:00:00.000Z",
"alarmId" : 2,
"annotations" : {
"annotation" : [ {
"creationTimestamp" : "1986-07-24T00:00:00.000Z",
"creatorId" : "String value",
"noteText" : "String value"
}, {
"creationTimestamp" : "1991-01-11T00:00:00.000Z",
"creatorId" : "Another string value",
"noteText" : "Another string value"
} ]
},
"category" : {
"ordinal" : 0,
"value" : "All"
},
"condition" : {
"ordinal" : -1,
"value" : "SWT_VTP_CONFIG_REV_NUMBER"
},
"deviceName" : "String value",
"deviceTimestamp" : "1986-07-24T00:00:00.000Z",
"lastUpdatedAt" : "1986-07-24T00:00:00.000Z",
"message" : "String value",
"nttyaddrss7_address" : "String value",
"owner" : "String value",
"severity" : "CRITICAL",
"source" : "String value",
"timeStamp" : "1986-07-24T00:00:00.000Z",
"wirelessSpecificAlarmId" : "String value"
}
} ]
}
}
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
Yes
|
Paging?
|
Yes
|
Filtering?
|
Yes
|
Group Filtering?
|
Yes
|
Aggregation?
|
Yes
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
Resource URL
/webacs/api/v4/data/Alarms
To filter entities based on device groups, use Group Based Filtering as documented on the Filtering page on the Home page. Example: ?.group=myrouters
Updated
Since version 4 type of nttyaddrss7_address is InetAddress.
Response Parameters
acknowledgementStatus
boolean
|
Indicates whether the Alarm has been acknowledged.
|
alarmFoundAt
Date
|
Reflects the time when the Alarm was found.
|
alarmId
long
|
|
annotations
Annotation[]
|
This nested field contains corrective message annotations. These are notes added to the alarm by the operator.
|
creationTimestamp
Date
|
Specifies the time the note was created.
|
creatorId
String
|
Specifies the name or user id of the creator of this note.
|
noteText
String
|
Note content added by operator.
|
|
category
EventAlarmCategoryEnum
|
Specifies the major category for the Alarm/Event.
Categories are major functionality areas for events. For example, the wireless network management application categorizes events by the type of network element or entity that can emit them (access point, wireless LAN controller, port). A different application can introduce a different set of categories.
Binding the list of categories for a particular implementation is represented as a "Lookup" datatype for the values (as opposed to an immutable enumeration type).
|
condition
EventTypeEnum
|
Specifies a type of occurrence/event within a category.
Different applications can introduce different sets of types. Binding the list of types for a particular implementation is represented as a "Lookup" enumeration datatype for the values (as opposed to an immutable enumeration type).
|
deviceName
String
|
Represents the source of the event (including name and/or MAC address). The failure source format is configurable and depends on the alarm category.
You can find and configure failure source patterns in Administration > Settings > System Settings > Alarms and Events > Alarms and Events.
|
deviceTimestamp
Date
|
Specifies the device clock time when this alarm was created.
|
lastUpdatedAt
Date
|
Reflects the time when the Alarm was last modified.
|
message
String
|
Contains the Event/Alarm description as free text.
|
|
IP address of the entity that sent the alarm. In case of AP alarms, it is IP address of the controller which sent the alarm.
|
owner
String
|
Specifies the name or ID of the person assigned to handle this alarm. If value is set to NULL, no owner is assigned.
|
severity
AlarmSeverityEnum
|
Specifies the Event/Alarm severity.
|
source
String
|
Represents the entity for which the event/alarm is reported. This is not necessarily the reporting entity; in many cases, the notification is sent by an entity reporting an occurrence on another entity.
Note that this is an opaque reference type that MIGHT be a reference to a known entity (that is, an instance in the model), but it might also be a reference to an entity that is not represented in the system.
|
timeStamp
Date
|
Specifies the time when this alarm was created. This is the same as the time of the event that resulted in the creation of this alarm (attribute Event.notificationTimestamp).
|
wirelessSpecificAlarmId
String
|
This attribute has the meaning only for alarm which was raised by AP, rogue AP or controller.
Reports the MAC address of a rogue AP when a rogue AP is detected. Reports the wireless MAC address of an access point for all other alarms raised by an access point. Reports the controller IP address for alarms reported by a controller.
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Payload
https://localhost/webacs/api/v4/data/Alarms/15
<?xml version="1.0" ?>
<queryResponse type="Alarms" responseType="getEntity" requestUrl="https://localhost/webacs/api/v4/data/Alarms/15" rootUrl="https://localhost/webacs/api/v4/data">
<entity dtoType="alarmsDTO" type="Alarms" url="https://localhost/webacs/api/v4/data/Alarms/15">
<alarmsDTO displayName="String value" id="15" uuid="String value">
<acknowledgementStatus>true</acknowledgementStatus>
<alarmFoundAt>1986-07-24T00:00:00Z</alarmFoundAt>
<alarmId>2</alarmId>
<annotations>
<annotation>
<creationTimestamp>1986-07-24T00:00:00Z</creationTimestamp>
<creatorId>String value</creatorId>
<noteText>String value</noteText>
</annotation>
<annotation>
<creationTimestamp>1991-01-11T00:00:00Z</creationTimestamp>
<creatorId>Another string value</creatorId>
<noteText>Another string value</noteText>
</annotation>
</annotations>
<category>
<ordinal>0</ordinal>
<value>All</value>
</category>
<condition>
<ordinal>-1</ordinal>
<value>SWT_VTP_CONFIG_REV_NUMBER</value>
</condition>
<deviceName>String value</deviceName>
<deviceTimestamp>1986-07-24T00:00:00Z</deviceTimestamp>
<lastUpdatedAt>1986-07-24T00:00:00Z</lastUpdatedAt>
<message>String value</message>
<owner>String value</owner>
<severity>CRITICAL</severity>
<source>String value</source>
<timeStamp>1986-07-24T00:00:00Z</timeStamp>
<wirelessSpecificAlarmId>String value</wirelessSpecificAlarmId>
<nttyaddrss7_address>
<address>192.168.115.243</address>
</nttyaddrss7_address>
</alarmsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://localhost/webacs/api/v4/data/Alarms/15.json
{
"queryResponse" : {
"@type" : "Alarms",
"@requestUrl" : "https://localhost/webacs/api/v4/data/Alarms/15",
"@responseType" : "getEntity",
"@rootUrl" : "https://localhost/webacs/api/v4/data",
"entity" : [ {
"@dtoType" : "alarmsDTO",
"@type" : "Alarms",
"@url" : "https://localhost/webacs/api/v4/data/Alarms/15",
"alarmsDTO" : {
"@displayName" : "String value",
"@id" : 15,
"@uuid" : "String value",
"acknowledgementStatus" : true,
"alarmFoundAt" : "1986-07-24T00:00:00.000Z",
"alarmId" : 2,
"annotations" : {
"annotation" : [ {
"creationTimestamp" : "1986-07-24T00:00:00.000Z",
"creatorId" : "String value",
"noteText" : "String value"
}, {
"creationTimestamp" : "1991-01-11T00:00:00.000Z",
"creatorId" : "Another string value",
"noteText" : "Another string value"
} ]
},
"category" : {
"ordinal" : 0,
"value" : "All"
},
"condition" : {
"ordinal" : -1,
"value" : "SWT_VTP_CONFIG_REV_NUMBER"
},
"deviceName" : "String value",
"deviceTimestamp" : "1986-07-24T00:00:00.000Z",
"lastUpdatedAt" : "1986-07-24T00:00:00.000Z",
"message" : "String value",
"nttyaddrss7_address" : {
"address" : "192.168.115.243"
},
"owner" : "String value",
"severity" : "CRITICAL",
"source" : "String value",
"timeStamp" : "1986-07-24T00:00:00.000Z",
"wirelessSpecificAlarmId" : "String value"
}
} ]
}
}