Skip to content

/AWS1/CL_SGMCLUSTEREVENTDETAIL

Detailed information about a specific 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 EC2 instance ID associated with the event, if applicable.

io_eventdetails TYPE REF TO /AWS1/CL_SGMEVENTDETAILS /AWS1/CL_SGMEVENTDETAILS

Additional details about the event, including event-specific metadata.

iv_description TYPE /AWS1/SGMSTRING00 /AWS1/SGMSTRING00

A human-readable description of the event.


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 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

EventDetails

Additional details about the event, including event-specific metadata.

Accessible with the following methods

Method Description
GET_EVENTDETAILS() Getter for EVENTDETAILS

Description

A 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