AlertEmailConfig

Description

API


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

CLI


    configure alertemailconfig <key>
    show alertemailconfig <key>

Data

AlertEmailConfig

uuid

Type
string
Category
required
Description

name

Type
string
Category
required
Description
A user-friendly name of the email notification service

to_emails

Type
string
Category
required
Description
Alerts are sent to the comma separated list of email recipients

cc_emails

Type
string
Category
optional
Description
Alerts are copied to the comma separated list of email recipients

description

Type
string
Category
optional
Description

tenant_ref

Type
Reference to Tenant
Category
optional
Description

Actions

API


    POST /api/alertemailconfig/<key>/testemail

CLI


    test alerttestemail <key>

Data

AlertTestEmailParams

subject

Type
string
Category
required
Description
The Subject line of the originating email from Avi Controller

text

Type
string
Category
required
Description
The email context

References

Tenant

Sub Objects