Skip to content

/AWS1/CL_SHBHEALTHCHECK

Information about the operational status and health of a connectorV2.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_connectorstatus TYPE /AWS1/SHBCONNECTORSTATUS /AWS1/SHBCONNECTORSTATUS

The status of the connectorV2.

iv_lastcheckedat TYPE /AWS1/SHBTIMESTAMP /AWS1/SHBTIMESTAMP

ISO 8601 UTC timestamp for the time check the health status of the connectorV2.

Optional arguments:

iv_message TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING

The message for the reason of connectorStatus change.

it_issues TYPE /AWS1/CL_SHBHEALTHISSUE=>TT_HEALTHISSUELIST TT_HEALTHISSUELIST

A list of health issues associated with the connector, including error codes and messages.


Queryable Attributes

ConnectorStatus

The status of the connectorV2.

Accessible with the following methods

Method Description
GET_CONNECTORSTATUS() Getter for CONNECTORSTATUS, with configurable default
ASK_CONNECTORSTATUS() Getter for CONNECTORSTATUS w/ exceptions if field has no val
HAS_CONNECTORSTATUS() Determine if CONNECTORSTATUS has a value

Message

The message for the reason of connectorStatus change.

Accessible with the following methods

Method Description
GET_MESSAGE() Getter for MESSAGE, with configurable default
ASK_MESSAGE() Getter for MESSAGE w/ exceptions if field has no value
HAS_MESSAGE() Determine if MESSAGE has a value

LastCheckedAt

ISO 8601 UTC timestamp for the time check the health status of the connectorV2.

Accessible with the following methods

Method Description
GET_LASTCHECKEDAT() Getter for LASTCHECKEDAT, with configurable default
ASK_LASTCHECKEDAT() Getter for LASTCHECKEDAT w/ exceptions if field has no value
HAS_LASTCHECKEDAT() Determine if LASTCHECKEDAT has a value

Issues

A list of health issues associated with the connector, including error codes and messages.

Accessible with the following methods

Method Description
GET_ISSUES() Getter for ISSUES, with configurable default
ASK_ISSUES() Getter for ISSUES w/ exceptions if field has no value
HAS_ISSUES() Determine if ISSUES has a value