/AWS1/CL_CWSGTINSTRCONFSTATRSP¶
GetInstrumentationConfigurationStatusResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_service TYPE /AWS1/CWSSTRING /AWS1/CWSSTRING¶
The service name echoed from the request.
iv_environment TYPE /AWS1/CWSSTRING /AWS1/CWSSTRING¶
The environment echoed from the request.
iv_signaltype TYPE /AWS1/CWSDYNINSTRSIGNALTYPE /AWS1/CWSDYNINSTRSIGNALTYPE¶
The telemetry signal type echoed from the request.
io_location TYPE REF TO /AWS1/CL_CWSLOCATION /AWS1/CL_CWSLOCATION¶
The code location echoed from the request.
iv_status TYPE /AWS1/CWSINSTRCONFSTATUS /AWS1/CWSINSTRCONFSTATUS¶
The status that was queried. If not specified in the request, this is
ACTIVE.
it_events TYPE /AWS1/CL_CWSINSTRSTATUSEVENT=>TT_INSTRSTATUSEVENTLIST TT_INSTRSTATUSEVENTLIST¶
The list of status events within the requested time window, sorted with the most recent first. Error events include an error cause.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/CWSNEXTTOKEN /AWS1/CWSNEXTTOKEN¶
Pagination token to continue retrieving status events.
Queryable Attributes¶
Service¶
The service name echoed from the request.
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 |
Environment¶
The environment echoed from the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENVIRONMENT() |
Getter for ENVIRONMENT, with configurable default |
ASK_ENVIRONMENT() |
Getter for ENVIRONMENT w/ exceptions if field has no value |
HAS_ENVIRONMENT() |
Determine if ENVIRONMENT has a value |
SignalType¶
The telemetry signal type echoed from the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIGNALTYPE() |
Getter for SIGNALTYPE, with configurable default |
ASK_SIGNALTYPE() |
Getter for SIGNALTYPE w/ exceptions if field has no value |
HAS_SIGNALTYPE() |
Determine if SIGNALTYPE has a value |
Location¶
The code location echoed from the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCATION() |
Getter for LOCATION |
Status¶
The status that was queried. If not specified in the request, this is
ACTIVE.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Events¶
The list of status events within the requested time window, sorted with the most recent first. Error events include an error cause.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTS() |
Getter for EVENTS, with configurable default |
ASK_EVENTS() |
Getter for EVENTS w/ exceptions if field has no value |
HAS_EVENTS() |
Determine if EVENTS has a value |
NextToken¶
Pagination token to continue retrieving status events.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |