/AWS1/CL_AMPALERTMANAGERDEFDSC¶
The details of an alert manager definition. It is the configuration for the alert manager, including information about receivers for routing alerts.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_status TYPE REF TO /AWS1/CL_AMPALERTMANAGERDEFS00 /AWS1/CL_AMPALERTMANAGERDEFS00¶
A structure that displays the current status of the alert manager definition..
iv_data TYPE /AWS1/AMPALERTMANAGERDEFNDATA /AWS1/AMPALERTMANAGERDEFNDATA¶
The actual alert manager definition.
For details about the alert manager definition, see AlertManagedDefinitionData.
iv_createdat TYPE /AWS1/AMPTIMESTAMP /AWS1/AMPTIMESTAMP¶
The date and time that the alert manager definition was created.
iv_modifiedat TYPE /AWS1/AMPTIMESTAMP /AWS1/AMPTIMESTAMP¶
The date and time that the alert manager definition was most recently changed.
Queryable Attributes¶
status¶
A structure that displays the current status of the alert manager definition..
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |
data¶
The actual alert manager definition.
For details about the alert manager definition, see AlertManagedDefinitionData.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATA() |
Getter for DATA, with configurable default |
ASK_DATA() |
Getter for DATA w/ exceptions if field has no value |
HAS_DATA() |
Determine if DATA has a value |
createdAt¶
The date and time that the alert manager definition was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
modifiedAt¶
The date and time that the alert manager definition was most recently changed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODIFIEDAT() |
Getter for MODIFIEDAT, with configurable default |
ASK_MODIFIEDAT() |
Getter for MODIFIEDAT w/ exceptions if field has no value |
HAS_MODIFIEDAT() |
Determine if MODIFIEDAT has a value |