alert-instances-url

The REST API URL for fetching the list of instances for an alert.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-alert-instances-url-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/alert-instances-url",
  "title": "alert-instances-url",
  "type": "string",
  "description": "The REST API URL for fetching the list of instances for an alert.",
  "format": "uri",
  "readOnly": true
}