/AWS1/CL_CWOGETTELEMETRYEVAL01¶
GetTelemetryEvaluationStatusForOrganizationOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/CWOSTATUS /AWS1/CWOSTATUS¶
The onboarding status of the telemetry config feature for the organization.
iv_failurereason TYPE /AWS1/CWOFAILUREREASON /AWS1/CWOFAILUREREASON¶
This field describes the reason for the failure status. The field will only be populated if
StatusisFAILED_STARTorFAILED_STOP.
iv_homeregion TYPE /AWS1/CWOREGION /AWS1/CWOREGION¶
The Amazon Web Services Region that is designated as the home region for multi-region telemetry evaluation for the organization. The home region is the single management point for all multi-region operations on this organization. This field is only present when multi-region telemetry evaluation is active.
it_regionstatuses TYPE /AWS1/CL_CWOREGIONSTATUS=>TT_REGIONSTATUSES TT_REGIONSTATUSES¶
A list of per-region telemetry evaluation statuses for the organization. Each entry indicates the evaluation status for a specific spoke region included in the multi-region configuration. This field is only present when multi-region telemetry evaluation is active.
Queryable Attributes¶
Status¶
The onboarding status of the telemetry config feature for the organization.
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 |
FailureReason¶
This field describes the reason for the failure status. The field will only be populated if
StatusisFAILED_STARTorFAILED_STOP.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON has a value |
HomeRegion¶
The Amazon Web Services Region that is designated as the home region for multi-region telemetry evaluation for the organization. The home region is the single management point for all multi-region operations on this organization. This field is only present when multi-region telemetry evaluation is active.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOMEREGION() |
Getter for HOMEREGION, with configurable default |
ASK_HOMEREGION() |
Getter for HOMEREGION w/ exceptions if field has no value |
HAS_HOMEREGION() |
Determine if HOMEREGION has a value |
RegionStatuses¶
A list of per-region telemetry evaluation statuses for the organization. Each entry indicates the evaluation status for a specific spoke region included in the multi-region configuration. This field is only present when multi-region telemetry evaluation is active.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGIONSTATUSES() |
Getter for REGIONSTATUSES, with configurable default |
ASK_REGIONSTATUSES() |
Getter for REGIONSTATUSES w/ exceptions if field has no valu |
HAS_REGIONSTATUSES() |
Determine if REGIONSTATUSES has a value |