Skip to content

/AWS1/CL_IN2CONNECTORHEALTH

The health and connectivity status of a connector, including the last time the status was checked and any diagnostic message. Returned as part of the Connector structure.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_connectorstatus TYPE /AWS1/IN2CONNECTORHEALTHSTATUS /AWS1/IN2CONNECTORHEALTHSTATUS

The health status of the connector.

iv_lastcheckedat TYPE /AWS1/IN2TIMESTAMP /AWS1/IN2TIMESTAMP

The date and time when the connector health was last checked.

Optional arguments:

iv_message TYPE /AWS1/IN2STRING /AWS1/IN2STRING

A message providing additional details about the connector health status.


Queryable Attributes

connectorStatus

The health status of the connector.

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

lastCheckedAt

The date and time when the connector health was last checked.

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

message

A message providing additional details about the connector health status.

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