Get Alarm Details

The following example shows how to get details for a sample alarm with an alarm ID of 3035.

Request

GET ws/Alarm/3035

Response

<result>
  <resultTotalRows>1</resultTotalRows>
  <requestedStartRow>0</requestedStartRow>
  <resultSize>1</resultSize>
  <requestedSize>1000</requestedSize>
  <remainingSize>0</remainingSize>
  <Alarm>
    <almId>3035</almId>
    <cstId>2</cstId>
    <almtId>2</almtId>
    <grpId>11959</grpId>
    <almName>Device Offline</almName>
    <almDescription>Detects when a device disconnects from Remote Manager and fails to reconnected within the specified time</almDescription>
    <almEnabled>true</almEnabled>
    <almPriority>2</almPriority>
    <almScopeConfig>
      <ScopingOptions>
        <Scope name="Group" value="/CUS000000_Digi_Test/PW_Test/"/>
      </ScopingOptions>
    </almScopeConfig>
    <almRuleConfig>
      <Rules>
        <FireRule name="fireRule1">
          <Variable name="reconnectWindowDuration" value="1"/>
        </FireRule>
        <ResetRule name="resetRule1"/>
      </Rules>
    </almRuleConfig>
  </Alarm>
</result>