Method: OCI::Monitoring::Models::Alarm#body

Defined in:
lib/oci/monitoring/models/alarm.rb

#bodyString

The human-readable content of the notification delivered. Oracle recommends providing guidance to operators for resolving the alarm condition. Consider adding links to standard runbook practices. Avoid entering confidential information.

Example: ‘High CPU usage alert. Follow runbook instructions for resolution.`

Returns:

  • (String)


145
146
147
# File 'lib/oci/monitoring/models/alarm.rb', line 145

def body
  @body
end