/AWS1/CL_CWSINSTRCONFSPAGE¶
InstrumentationConfigurationsPage
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_service TYPE /AWS1/CWSSTRING /AWS1/CWSSTRING¶
The service name associated with the returned configurations.
iv_environment TYPE /AWS1/CWSSTRING /AWS1/CWSSTRING¶
The environment associated with the returned configurations.
iv_changed TYPE /AWS1/CWSBOOLEAN /AWS1/CWSBOOLEAN¶
Indicates whether there are configuration changes since the provided
SyncedAttimestamp.
iv_syncedat TYPE /AWS1/CWSTIMESTAMP /AWS1/CWSTIMESTAMP¶
The server timestamp to supply on the next sync call.
iv_syncinterval TYPE /AWS1/CWSINTEGER /AWS1/CWSINTEGER¶
The suggested number of seconds to wait before the next sync request. This is at least 60 seconds to prevent excessive polling.
Optional arguments:¶
it_latestconfigurations TYPE /AWS1/CL_CWSINSTCONFWOSVCENV=>TT_INSTRCONFSWITHOUTSERVICEENV TT_INSTRCONFSWITHOUTSERVICEENV¶
The current set of active instrumentation configurations for the service and environment. Items omit service and environment because they are provided in the request.
iv_nexttoken TYPE /AWS1/CWSNEXTTOKEN /AWS1/CWSNEXTTOKEN¶
Pagination token to continue listing configurations when more results are available.
Queryable Attributes¶
Service¶
The service name associated with the returned configurations.
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 associated with the returned configurations.
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 |
Changed¶
Indicates whether there are configuration changes since the provided
SyncedAttimestamp.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANGED() |
Getter for CHANGED, with configurable default |
ASK_CHANGED() |
Getter for CHANGED w/ exceptions if field has no value |
HAS_CHANGED() |
Determine if CHANGED has a value |
LatestConfigurations¶
The current set of active instrumentation configurations for the service and environment. Items omit service and environment because they are provided in the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTCONFIGURATIONS() |
Getter for LATESTCONFIGURATIONS, with configurable default |
ASK_LATESTCONFIGURATIONS() |
Getter for LATESTCONFIGURATIONS w/ exceptions if field has n |
HAS_LATESTCONFIGURATIONS() |
Determine if LATESTCONFIGURATIONS has a value |
SyncedAt¶
The server timestamp to supply on the next sync call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYNCEDAT() |
Getter for SYNCEDAT, with configurable default |
ASK_SYNCEDAT() |
Getter for SYNCEDAT w/ exceptions if field has no value |
HAS_SYNCEDAT() |
Determine if SYNCEDAT has a value |
SyncInterval¶
The suggested number of seconds to wait before the next sync request. This is at least 60 seconds to prevent excessive polling.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYNCINTERVAL() |
Getter for SYNCINTERVAL, with configurable default |
ASK_SYNCINTERVAL() |
Getter for SYNCINTERVAL w/ exceptions if field has no value |
HAS_SYNCINTERVAL() |
Determine if SYNCINTERVAL has a value |
NextToken¶
Pagination token to continue listing configurations when more results are available.
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 |