/AWS1/CL_SHBCSPMHEALTHCHECK¶
Information about the operational status and health of a CSPM connector.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_connectorstatus TYPE /AWS1/SHBCSPMCONNECTORSTATUS /AWS1/SHBCSPMCONNECTORSTATUS¶
The connectivity status of the connector.
iv_lastcheckedat TYPE /AWS1/SHBTIMESTAMP /AWS1/SHBTIMESTAMP¶
The ISO 8601 UTC timestamp indicating when the health status was last checked.
Optional arguments:¶
iv_message TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
A message describing the reason for the current connector status.
it_issues TYPE /AWS1/CL_SHBHEALTHISSUE=>TT_HEALTHISSUELIST TT_HEALTHISSUELIST¶
A list of health issues associated with the connector.
Queryable Attributes¶
ConnectorStatus¶
The connectivity 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 |
Message¶
A message describing the reason for the current connector 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 |
LastCheckedAt¶
The ISO 8601 UTC timestamp indicating when the health status 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 |
Issues¶
A list of health issues associated with the connector.
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 |