DescribeAvailabilityMonitorTestOutput

DescribeAvailabilityMonitorTestOutput schema from Amazon Storage Gateway API

BackupFile StorageGatewayHybrid CloudStorage

Properties

Name Type Description
GatewayARN object
Status object
StartTime object
View JSON Schema on GitHub

JSON Schema

amazon-storage-gateway-describe-availability-monitor-test-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-schema/amazon-storage-gateway-describe-availability-monitor-test-output-schema.json",
  "title": "DescribeAvailabilityMonitorTestOutput",
  "description": "DescribeAvailabilityMonitorTestOutput schema from Amazon Storage Gateway API",
  "type": "object",
  "properties": {
    "GatewayARN": {
      "$ref": "#/components/schemas/GatewayARN"
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AvailabilityMonitorTestStatus"
        },
        {
          "description": "The status of the high availability monitoring test. If a test hasn't been performed, the value of this field is null."
        }
      ]
    },
    "StartTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Time"
        },
        {
          "description": "The time the high availability monitoring test was started. If a test hasn't been performed, the value of this field is null."
        }
      ]
    }
  }
}