Amazon DevOps Guru · Schema

OpsCenterIntegration

Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight.

Anomaly DetectionDevOpsMachine LearningOperational Intelligence

Properties

Name Type Description
OptInStatus object
View JSON Schema on GitHub

JSON Schema

amazon-devops-guru-ops-center-integration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-devops-guru/refs/heads/main/json-schema/amazon-devops-guru-ops-center-integration-schema.json",
  "title": "OpsCenterIntegration",
  "description": "Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight.",
  "type": "object",
  "properties": {
    "OptInStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OptInStatus"
        },
        {
          "description": " Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight. "
        }
      ]
    }
  }
}