fabric.callhome_destination_group.callhome_destination

The Call Home destination profile contains the delivery information for receiving email-based alert notifications of critical system policies. A range of message formats are available for compatibility with pager services or XML-based automated parsing applications.

ACI class

callhomeDest

RN

dest-{name}

Cursor

CallhomeDestinationCursor

Parent

fabric.callhome_destination_group

Atomic

Attributes

Accepted as keyword arguments of .callhome_destination(name) and of .set(**attrs) on this cursor. Enum parameters also accept the plain string.

parameter

wire

type

values

default

description

name (positional)

name

str

The user-defined name for the Call Home destination.

admin_state

adminState

MonAdminState

disabled, enabled

enabled

The destination policy administrative state. If enabled, the system uses the destination policy when an error matching the associated cause is encountered. Otherwise, the system ignores the policy even if a matching error occurs. By default, all policies are enabled.

description

descr

str

Specifies the description of a policy component.

destination_email_address

email

str

This is the actual email address to which the message is sent.

message_format

format

CallhomeMsgFormat

aml, short-txt, xml

xml

The Call Home destination message format.

maximum_size

maxSize

int

1000000

The maximum size (in bytes) for a Call Home message to a specific destination.

message_format_rfc_compliant

rfcCompliant

bool

False

severity_level

urgency

CallhomeUrgency

alert, critical, debug, emergency, error, info, notice, warning

alert

The severity level for Call Home destinations. The Call Home destination is an object that also contains the recipient’s email address and a format selection (.xml, .aml, or short-test).