infra.monitoring_policy.monitoring_target.fault_severity_assignment_policy

The initial and target severities for a specific fault can be specified in a custom or default monitoring policy directly under an observable target object.

ACI class

faultSevAsnP

RN

fsevp-{condition_code}

Cursor

MonitoringPolicyMonitoringTargetFaultSeverityAssignmentPolicyCursor

Parent

infra.monitoring_policy.monitoring_target

Atomic

Attributes

Accepted as keyword arguments of .fault_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 fault severity assignment policy objects.

description

descr

str

Specifies the description of a policy component.

initial_severity

initial

ConditionInitSevDir

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

inherit

The policy for assignment of initial severity is assigned at condition detection or when a fault object is created. If inherit is selected, a less precise (or default) definition is applied. If squelched is selected, a fault object is never raised, and the corresponding condition is ignored.

name

name

str

target_severity

target

ConditionSevDir

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

inherit

The policy for assignment of target severity is the severity level that a fault object reaches after a maturity soaking interval. If inherit is selected, a less precise (or default) definition will be applied.

health_score_weight

weight

int

100

The weight of the fault in calculating the health score of an object. A higher weight causes a higher degradation of the health score of the affected object.

Children