Skip to content

/AWS1/CL_AMP=>PUTALERTMANAGERDEFINITION()

About PutAlertManagerDefinition

Updates an existing alert manager definition in a workspace. If the workspace does not already have an alert manager definition, don't use this operation to create it. Instead, use CreateAlertManagerDefinition.

Method Signature

IMPORTING

Required arguments:

IV_WORKSPACEID TYPE /AWS1/AMPWORKSPACEID /AWS1/AMPWORKSPACEID

The ID of the workspace to update the alert manager definition in.

IV_DATA TYPE /AWS1/AMPALERTMANAGERDEFNDATA /AWS1/AMPALERTMANAGERDEFNDATA

The alert manager definition to use. A base64-encoded version of the YAML alert manager definition file.

For details about the alert manager definition, see AlertManagedDefinitionData.

Optional arguments:

IV_CLIENTTOKEN TYPE /AWS1/AMPIDEMPOTENCYTOKEN /AWS1/AMPIDEMPOTENCYTOKEN

A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_AMPPUTALERTMANAGERD01 /AWS1/CL_AMPPUTALERTMANAGERD01