ilert · Schema

DeploymentPipelineParams

Dynamic params based on the chosen integration type of the pipeline

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations
View JSON Schema on GitHub

JSON Schema

deploymentpipelineparams.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/DeploymentPipelineParams",
  "title": "DeploymentPipelineParams",
  "type": "object",
  "description": "Dynamic params based on the chosen integration type of the pipeline",
  "default": "null",
  "oneOf": [
    {
      "$ref": "#/components/schemas/DPipeAPIParams"
    },
    {
      "$ref": "#/components/schemas/DPipeGithubParams"
    }
  ]
}