ActionGroupConfig

Description

API


    POST /api/actiongroupconfig
    PUT /api/actiongroupconfig/<key>
    DELETE /api/actiongroupconfig/<key>
    GET /api/actiongroupconfig
    GET /api/actiongroupconfig/<key>

CLI


    configure actiongroupconfig <key>
    show actiongroupconfig <key>

Data

ActionGroupConfig

uuid

Type
string
Category
required
Description

name

Type
string
Category
required
Description

email_config_ref

Type
Reference to AlertEmailConfig
Category
optional
Description
Select the Email Notification configuration to use when sending alerts via email.

syslog_config_ref

Type
Reference to AlertSyslogConfig
Category
optional
Description
Select the Syslog Notification configuration to use when sending alerts via Syslog.

action_script_config_ref

Type
Reference to AlertScriptConfig
Category
optional
Description
reference of the action script configuration to be used

external_only

Type
bool
Category
required
Description
Generate Alert only to external destinations
Default
False

snmp_trap_profile_ref

Type
Reference to SnmpTrapProfile
Category
optional
Description
Select the SNMP Trap Notification to use when sending alerts via SNMP Trap.

autoscale_trigger_notification

Type
bool
Category
optional
Description
Trigger Notification to AutoScale Manager
Default
False

level

Type
enum
Category
required
Description
When an alert is generated, mark its priority via the Alert Level.
Default
ALERT_LOW
Choices
ALERT_LOW, ALERT_MEDIUM, ALERT_HIGH

description

Type
string
Category
optional
Description

tenant_ref

Type
Reference to Tenant
Category
optional
Description

References

AlertSyslogConfig AlertScriptConfig SnmpTrapProfile AlertEmailConfig Tenant

Sub Objects