Amazon Managed Prometheus Rule Groups Namespace Status Structure

Represents the status of a namespace.

Type: object Properties: 2 Required: 1
ContainersMonitoringObservabilityPrometheus

RuleGroupsNamespaceStatus is a JSON Structure definition published by Amazon Managed Service for Prometheus, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

statusCode statusReason

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-prometheus/refs/heads/main/json-structure/amazon-managed-prometheus-rule-groups-namespace-status-structure.json",
  "name": "RuleGroupsNamespaceStatus",
  "description": "Represents the status of a namespace.",
  "type": "object",
  "properties": {
    "statusCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RuleGroupsNamespaceStatusCode"
        },
        {
          "description": "Status code of this namespace."
        }
      ]
    },
    "statusReason": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The reason for failure if any."
        }
      ]
    }
  },
  "required": [
    "statusCode"
  ]
}