Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Div
stylepadding-left:3%;

VFY-PEVTS

VFY-PEVTS::[<Process Events/Name>]:[CTAG];

Response Format

::[<Process Events/Name>]:<APP_NAME=string>,<COUNT=int>;

AID Description

Name - Position 1
Type: string
Description: Process Events unique application name.

Pagebreak


Attribute Details

APP_NAME - NAME
Permissions: Read-only
Type: string
Description: Process Events unique application name.

COUNT - Count
Permissions: Read-only
Type: int
Description: Number of Process Event objects.

...

Div
stylepadding-left:3%;

VFY-PEVT

VFY-PEVT::[<Process Events/Name>]-[<Process Event/Slot>-<Process Event/Name>]:[CTAG];

Response Format for VFY-PEVT

::[<Process Events/Name>]-[<Process Event/Slot>-<Process Event/Name>]:<SLOT=int>,<NAME=string>,<INIT=FeatureInit>,<TRAFFIC=PeerTrafficStatus>,<LOWER_LAYER=FeatureLayerConn>,<FILE_WRITE=FeatureSuccess>,<SLOT_MGR=FeatureConn>,<STATS_MGR=FeatureConn>,<IMF_MGR=FeatureConn>;

AID Description

Slot - Position 1
Type: int
Description: Process corresponding slot. In certain deployments where an application has more than one process on a given slot, the name attribute must be used to properly identify the process. In PCE, the slot represents the LDL peer ID for cross-mate STP support.

Name - Position 2
Type: string
Description: Process corresponding name.

Attribute Details

Noprint

Click to read more...

Toggle Cloak


Cloak

SLOT - Slot
Permission: Read-only
Type: int
Description: Process corresponding slot. In certain deployments where an application has more than one process on a given slot, the name attribute must be used to properly identify the process. In PCE, the slot represents the LDL peer ID for cross-mate STP support.

NAME - Name
Permission: Read-only
Type: string
Description: Process corresponding name.

INIT - Initialization
Permission: Read-only
Type: FeatureInit={NOT APPLICABLE,IN PROGRESS,COMPLETED}
Description: Process initialization status (NOT APPLICABLE/IN PROGRESS/COMPLETED).

TRAFFIC - Traffic Status
Permission: Read-only
Type: ProcessTrafficStatus={DOWN,NOT READY,READY}
Description: Process traffic status (DOWN/NOT READY/READY). An event is generated when the traffic status is set to NOT READY. The event is cleared when the status leaves the NOT READY state.

LOWER_LAYER - Lower Layer
Permission: Read-only
Type: FeatureLayerConn={NOT APPLICABLE,NOT CONNECTED,PARTIALLY CONNECTED,CONNECTED}
Description: Process lower layer connections (NOT APPLICABLE/NOT CONNECTED/PARTIALLY CONNECTED/CONNECTED). A major event is generated when the layer connection status is set to PARTIALLY CONNECTED and a critical event is generated when the layer connection status is set to NOT CONNECTED. The critical event is cleared, if defined, on a set to PARTIALLY CONNECTED and the major event is cleared on a set to CONNECTED.

FILE_WRITE - File Write
Permission: Read-only
Type: FeatureSuccess={NOT APPLICABLE,FAILURE,SUCCESS}
Description: Process file write status (FAILURE/SUCCESS). An event is generated when the file write is set to FAILURE. The event is cleared on a reset to SUCCESS.

SLOT_MGR - Slot Manager
Permission: Read-only
Type: FeatureConn={NOT APPLICABLE,NOT CONNECTED,CONNECTED}
Description: Process slot manager connection (NOT APPLICABLE/NOT CONNECTED/CONNECTED). An event is generated when the connection status is set to NOT CONNECTED. The event is cleared on a set to CONNECTED.

STATS_MGR - Stats Manager
Permission: Read-only
Type: FeatureConn={NOT APPLICABLE,NOT CONNECTED,CONNECTED}
Description: Process stats manager connection (NOT APPLICABLE/NOT CONNECTED/CONNECTED). An event is generated when the connection status is set to NOT CONNECTED. The event is cleared on a set to CONNECTED.

IMF_MGR - IMF Manager
Permission: Read-only
Type: FeatureConn={NOT APPLICABLE,NOT CONNECTED,CONNECTED}
Description: Process IMF manager connection (NOT APPLICABLE/NOT CONNECTED/CONNECTED). An event is generated when the connection status is set to NOT CONNECTED. The event is cleared on a set to CONNECTED.

...