/AWS1/CL_CWSSERVICESTATE¶
Represents the current state and health information for a service monitored by Application Signals.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_service TYPE /AWS1/CL_CWSATTRIBUTES_W=>TT_ATTRIBUTES TT_ATTRIBUTES¶
The service entity information for this service state.
it_latestchangeevents TYPE /AWS1/CL_CWSCHANGEEVENT=>TT_LATESTCHANGEEVENTS TT_LATESTCHANGEEVENTS¶
An array of the most recent change events that may have affected this service, such as deployments or configuration changes.
Optional arguments:¶
it_attributefilters TYPE /AWS1/CL_CWSATTRIBUTEFILTER=>TT_ATTRIBUTEFILTERS TT_ATTRIBUTEFILTERS¶
The attribute filters that were applied when retrieving this service state.
Queryable Attributes¶
AttributeFilters¶
The attribute filters that were applied when retrieving this service state.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_ATTRIBUTEFILTERS() | Getter for ATTRIBUTEFILTERS, with configurable default | 
| ASK_ATTRIBUTEFILTERS() | Getter for ATTRIBUTEFILTERS w/ exceptions if field has no va | 
| HAS_ATTRIBUTEFILTERS() | Determine if ATTRIBUTEFILTERS has a value | 
Service¶
The service entity information for this service state.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_SERVICE() | Getter for SERVICE, with configurable default | 
| ASK_SERVICE() | Getter for SERVICE w/ exceptions if field has no value | 
| HAS_SERVICE() | Determine if SERVICE has a value | 
LatestChangeEvents¶
An array of the most recent change events that may have affected this service, such as deployments or configuration changes.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_LATESTCHANGEEVENTS() | Getter for LATESTCHANGEEVENTS, with configurable default | 
| ASK_LATESTCHANGEEVENTS() | Getter for LATESTCHANGEEVENTS w/ exceptions if field has no | 
| HAS_LATESTCHANGEEVENTS() | Determine if LATESTCHANGEEVENTS 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_SERVICESTATES¶
TYPES TT_SERVICESTATES TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWSSERVICESTATE WITH DEFAULT KEY
.