efa system alarm close

Closes an open alarm.

Syntax

efa system alarm close [ --resource string | --instance string --comment string ]

Parameters

--resource string
Specifies the health resource path, with possible query parameters to close a raised alarm. Example: --resource "/App/System/Security/Certificate?type=app_server_cert".
--instance string
Specifies the run-time generated ID to clear a raised alarm. Example: --instance 3.
--comment string
Brief description that is tracked with the close operation. Example: --comment "Will investigate, ticket 4412".

Usage Guidelines

This command is available only to users with the admin role.

You can close an alarm, but cannot clear it. Only the system can clear a raised alarm.

You cannot close or acknowledge a cleared alarm until the system reopens it.

The alarm close operation is stored in the user state change list. When the user state change list is full, the oldest user state changes are overwritten.

Examples

The following example closes the alarm instance referenced by resource path with query parameters and no additional comment.

# efa system alarm close --resource “/App/System/Security/Certificate?type=app_server_cert”

The following example closes the alarm by run-time generated id with a comment.

# efa system alarm close --instance 1 --comment “Ticket 12345 has been investigated, 
partially resolved, and determined that the alarm can be closed.”