API for provisioning and managing alert policies.
Resource | Description |
POST /vdc/alertpolicy | Creates an Alert Policy to watch a metric and to raise an alert according to the given conditions in the policy |
GET /vdc/alertpolicy/{policyName} | Returns the Alert Policy with the given name |
DELETE /vdc/alertpolicy/{policyName} | Deletes the Alert Policy with the given name if exists |
GET /vdc/alertpolicy/list | Returns list of policies matching given parameters |
PUT /vdc/alertpolicy/{policyName} | Updates the given Alert Policy with the given payload |
GET /vdc/alertpolicy/metadata | Returns information about currently supported metrics, their supported statistics and metric specific restrictions on policy configurations |