REST API Method: POST /rest/linecard/{identifier}/telcods1port/{identifier}?action=assertalarm

This resource asserts a red or yellow alarm or clears all asserted alarms on the given DS1 Port.

URL:

https://192.168.0.111/rest/linecard/{identifier}/telcods1port/{identifier}?action=assertalarm

HTTP Method

POST

Requires Authentication:

true



Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
AlarmActionYesNoEnum1Possible values:
  • 0 - apaaAssert
  • 1 - apaaRemove
Defines the alarm action on the port.
AlarmTypeYesNoEnum2Possible values:
  • 0 - apatYellow
  • 1 - apatRed
  • 2 - apatNormal
Defines the type of alarm to be asserted on the port. This needs to be passed in if AlarmAction is 0.

  • No labels