infra.monitoring_policy.monitoring_target.event_severity_assignment_policy

Represents a policy that specifies the initial and target severity for a specific event.

ACI class

eventSevAsnP

RN

esevp-{condition_code}

Cursor

MonitoringPolicyMonitoringTargetEventSeverityAssignmentPolicyCursor

Parent

infra.monitoring_policy.monitoring_target

Atomic

Attributes

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

parameter

wire

type

values

default

description

condition_code (positional)

code

int

Contains a category code that helps to categorize and identify different types of event severity assignment policy objects.

description

descr

str

Specifies the description of a policy component.

name

name

str

initial_severity

sev

ConditionInitSevDir

cleared, critical, info, inherit, major, minor, squelched, warning

inherit

The policy for assigning severity at condition detection or when an event object is created.

Children