/AWS1/CL_AMPWORKSPACECONFDESC¶
This structure contains the description of the workspace configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_status TYPE REF TO /AWS1/CL_AMPWORKSPACECONFSTAT /AWS1/CL_AMPWORKSPACECONFSTAT¶
This structure displays the current status of the workspace configuration, and might also contain a reason for that status.
Optional arguments:¶
it_limitsperlabelset TYPE /AWS1/CL_AMPLIMITSPERLABELSET=>TT_LIMITSPERLABELSETLIST TT_LIMITSPERLABELSETLIST¶
This is an array of structures, where each structure displays one label sets for the workspace and the limits for that label set.
iv_retentionperiodindays TYPE /AWS1/AMPINTEGER /AWS1/AMPINTEGER¶
This field displays how many days that metrics are retained in the workspace.
iv_outofordertimewndwinsecs TYPE /AWS1/AMPINTEGER /AWS1/AMPINTEGER¶
This field displays the out of order time window in seconds for accepting out of order samples.
iv_rulequeryoffsetinseconds TYPE /AWS1/AMPINTEGER /AWS1/AMPINTEGER¶
This field displays the duration in seconds that rule evaluation queries are offset into the past.
Queryable Attributes¶
status¶
This structure displays the current status of the workspace configuration, and might also contain a reason for that status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |
limitsPerLabelSet¶
This is an array of structures, where each structure displays one label sets for the workspace and the limits for that label set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LIMITSPERLABELSET() |
Getter for LIMITSPERLABELSET, with configurable default |
ASK_LIMITSPERLABELSET() |
Getter for LIMITSPERLABELSET w/ exceptions if field has no v |
HAS_LIMITSPERLABELSET() |
Determine if LIMITSPERLABELSET has a value |
retentionPeriodInDays¶
This field displays how many days that metrics are retained in the workspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RETENTIONPERIODINDAYS() |
Getter for RETENTIONPERIODINDAYS, with configurable default |
ASK_RETENTIONPERIODINDAYS() |
Getter for RETENTIONPERIODINDAYS w/ exceptions if field has |
HAS_RETENTIONPERIODINDAYS() |
Determine if RETENTIONPERIODINDAYS has a value |
outOfOrderTimeWindowInSeconds¶
This field displays the out of order time window in seconds for accepting out of order samples.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTOFORDERTIMEWNDWINSECS() |
Getter for OUTOFORDERTIMEWINDOWINSECS, with configurable def |
ASK_OUTOFORDERTIMEWNDWINSECS() |
Getter for OUTOFORDERTIMEWINDOWINSECS w/ exceptions if field |
HAS_OUTOFORDERTIMEWNDWINSECS() |
Determine if OUTOFORDERTIMEWINDOWINSECS has a value |
ruleQueryOffsetInSeconds¶
This field displays the duration in seconds that rule evaluation queries are offset into the past.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULEQUERYOFFSETINSECONDS() |
Getter for RULEQUERYOFFSETINSECONDS, with configurable defau |
ASK_RULEQUERYOFFSETINSECONDS() |
Getter for RULEQUERYOFFSETINSECONDS w/ exceptions if field h |
HAS_RULEQUERYOFFSETINSECONDS() |
Determine if RULEQUERYOFFSETINSECONDS has a value |