Actions messages, templates, and API
The following pages provide reference information for actions messages, templates, and API resources.
Virtana Service Observability API: Action service
The Virtana Service Observability API includes the following resources for creating and managing triggers, destinations, and rules.
Create a trigger (POST /v1/notification/triggers)
Get one trigger (GET /v1/notification/triggers/{name})
Get multiple triggers (GET /v1/notification/triggers[?query])
Update a trigger (PUT /v1/notification/triggers/{name})
Delete a trigger (DELETE /v1/notification/triggers/{name})
Create a destination (POST /v1/notification/destinations)
Get one destination (GET /v1/notification/destinations/{name})
Get multiple destinations (GET /v1/notification/destinations[?query])
Update a destination (PUT /v1/notification/destinations/{name})
Delete a destination (DELETE /v1/notification/destinations/{name})
Test a destination (POST /v1/notification/destinations:test)
Create a rule (POST /v1/notification/rules)
Get one rule (GET /v1/notification/rules/{name})
Get multiple rules (GET /v1/notification/rules[?query])
Update a rule (PUT /v1/notification/rules/{name})
Delete a rule (DELETE /v1/notification/rules/{name})