efa system alarm
		acknowledge
	 
   
  Acknowledges the alarm instance
		referenced by resource path with query parameters and optional comment.
 Syntax
			 
	 efa system alarm
					acknowledge
				 [ --resource
					string
					|
					--instance
					instance-id
					--comment
					string ]
			
 
	 Parameters
			 
		
				
					- 
						--resource string
- Specifies the health resource path, with
						possible query parameters to acknowledge the raised alarm. Value is enclosed
						in quotes. Example: --resource
						"/App/System/Security/Certificate?type=app_server_cert".
- 
							--instance
							instance-id
					
- Specifies the run-time generated IDs of
						alarms. Instance id can be single, sequential, or multiple. Example:
						--instance 3,4,5-6 or all.
- 
						--comment string
- Brief description that is tracked with the
						acknowledgment. Value is enclosed in quotes. Example: --comment "Will
						investigate, ticket 4412"
Usage Guidelines
			This command is available only to users with the admin role.
		
Examples
			 
	 
				The following example acknowledges the alarm instance referenced by resource path
					with query parameters and optional comment.
				# efa system alarm acknowledge --resource “/App/System/Security/Certificate?type=app_server_cert” 
--comment “Will investigate, ticket 12345” 
				The following example acknowledges the alarm by run-time generated id and no
					additional comment.
				# efa system alarm acknowledge --instance 1