fabric.mon_fabric_monitoring_policy.lifecycle_policy

The fault lifecycle policy specifies the timer intervals of faults in their lifecycle. This policy can be specified in a common, default, or custom monitoring policy. Custom and default monitoring policies can be applied globally, per monitoring object or to a group of monitoring objects.

ACI class

faultLcP

RN

flcp-{condition_code}

Cursor

MonFabricMonitoringPolicyLifecyclePolicyCursor

Parent

fabric.mon_fabric_monitoring_policy

Atomic

Attributes

Accepted as keyword arguments of .lifecycle_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 lifecycle policy objects.

clear_interval

clear

int

120

The time period between when the system detects the resolution a fault and when the fault severity is set to ‘cleared’. This interval refers to the time between the Soaking-Clearing and Retaining fault states.

description

descr

str

Specifies the description of a policy component.

name

name

str

retain

retain

int

3600

The time period between when the system sets the fault severity to ‘cleared’ and when the fault object is deleted. This interval refers to the time between the Retaining fault state and when it is deleted.

soaking_interval

soak

int

120

The time period between when the system creates the fault with the initial severity and when it sets the fault to the target severity. This interval refers to the time between the Soaking and Raised fault states.