aaa_mechanism_type

The type of mechanism to which the notification has been dispatched. This can be email/pagerduty/webhook based on the mechanism configured.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-aaa-mechanism-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/aaa_mechanism_type",
  "title": "aaa_mechanism_type",
  "description": "The type of mechanism to which the notification has been dispatched. This can be email/pagerduty/webhook based on the mechanism configured.",
  "enum": [
    "email",
    "pagerduty",
    "webhook"
  ],
  "example": "email",
  "type": "string"
}