Skip to content

/AWS1/CL_SGMCLUSTEVENTSUMMARY

A summary of an event in a HyperPod cluster.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_eventid TYPE /AWS1/SGMEVENTID /AWS1/SGMEVENTID

The unique identifier (UUID) of the event.

iv_clusterarn TYPE /AWS1/SGMCLUSTERARN /AWS1/SGMCLUSTERARN

The Amazon Resource Name (ARN) of the HyperPod cluster associated with the event.

iv_clustername TYPE /AWS1/SGMCLUSTERNAME /AWS1/SGMCLUSTERNAME

The name of the HyperPod cluster associated with the event.

iv_resourcetype TYPE /AWS1/SGMCLUSTEREVENTRESTYPE /AWS1/SGMCLUSTEREVENTRESTYPE

The type of resource associated with the event. Valid values are Cluster, InstanceGroup, or Instance.

iv_eventtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

The timestamp when the event occurred.

Optional arguments:

iv_instancegroupname TYPE /AWS1/SGMCLUSTERINSTGROUPNAME /AWS1/SGMCLUSTERINSTGROUPNAME

The name of the instance group associated with the event, if applicable.

iv_instanceid TYPE /AWS1/SGMSTRING00 /AWS1/SGMSTRING00

The Amazon Elastic Compute Cloud (EC2) instance ID associated with the event, if applicable.

iv_description TYPE /AWS1/SGMSTRING00 /AWS1/SGMSTRING00

A brief, human-readable description of the event.

iv_eventlevel TYPE /AWS1/SGMCLUSTEREVENTLEVEL /AWS1/SGMCLUSTEREVENTLEVEL

The severity level of the event. Valid values are Info, Warn, and Error.


Queryable Attributes

EventId

The unique identifier (UUID) of the event.

Accessible with the following methods

Method Description
GET_EVENTID() Getter for EVENTID, with configurable default
ASK_EVENTID() Getter for EVENTID w/ exceptions if field has no value
HAS_EVENTID() Determine if EVENTID has a value

ClusterArn

The Amazon Resource Name (ARN) of the HyperPod cluster associated with the event.

Accessible with the following methods

Method Description
GET_CLUSTERARN() Getter for CLUSTERARN, with configurable default
ASK_CLUSTERARN() Getter for CLUSTERARN w/ exceptions if field has no value
HAS_CLUSTERARN() Determine if CLUSTERARN has a value

ClusterName

The name of the HyperPod cluster associated with the event.

Accessible with the following methods

Method Description
GET_CLUSTERNAME() Getter for CLUSTERNAME, with configurable default
ASK_CLUSTERNAME() Getter for CLUSTERNAME w/ exceptions if field has no value
HAS_CLUSTERNAME() Determine if CLUSTERNAME has a value

InstanceGroupName

The name of the instance group associated with the event, if applicable.

Accessible with the following methods

Method Description
GET_INSTANCEGROUPNAME() Getter for INSTANCEGROUPNAME, with configurable default
ASK_INSTANCEGROUPNAME() Getter for INSTANCEGROUPNAME w/ exceptions if field has no v
HAS_INSTANCEGROUPNAME() Determine if INSTANCEGROUPNAME has a value

InstanceId

The Amazon Elastic Compute Cloud (EC2) instance ID associated with the event, if applicable.

Accessible with the following methods

Method Description
GET_INSTANCEID() Getter for INSTANCEID, with configurable default
ASK_INSTANCEID() Getter for INSTANCEID w/ exceptions if field has no value
HAS_INSTANCEID() Determine if INSTANCEID has a value

ResourceType

The type of resource associated with the event. Valid values are Cluster, InstanceGroup, or Instance.

Accessible with the following methods

Method Description
GET_RESOURCETYPE() Getter for RESOURCETYPE, with configurable default
ASK_RESOURCETYPE() Getter for RESOURCETYPE w/ exceptions if field has no value
HAS_RESOURCETYPE() Determine if RESOURCETYPE has a value

EventTime

The timestamp when the event occurred.

Accessible with the following methods

Method Description
GET_EVENTTIME() Getter for EVENTTIME, with configurable default
ASK_EVENTTIME() Getter for EVENTTIME w/ exceptions if field has no value
HAS_EVENTTIME() Determine if EVENTTIME has a value

Description

A brief, human-readable description of the event.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

EventLevel

The severity level of the event. Valid values are Info, Warn, and Error.

Accessible with the following methods

Method Description
GET_EVENTLEVEL() Getter for EVENTLEVEL, with configurable default
ASK_EVENTLEVEL() Getter for EVENTLEVEL w/ exceptions if field has no value
HAS_EVENTLEVEL() Determine if EVENTLEVEL has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_CLUSTEREVENTSUMMARIES

TYPES TT_CLUSTEREVENTSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMCLUSTEVENTSUMMARY WITH DEFAULT KEY
.