Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway Describe Availability Monitor Test Output Structure

DescribeAvailabilityMonitorTestOutput schema from Amazon Storage Gateway API

Type: object Properties: 3
BackupFile StorageGatewayHybrid CloudStorage

DescribeAvailabilityMonitorTestOutput is a JSON Structure definition published by Amazon Storage Gateway, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

GatewayARN Status StartTime

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-structure/amazon-storage-gateway-describe-availability-monitor-test-output-structure.json",
  "name": "DescribeAvailabilityMonitorTestOutput",
  "description": "DescribeAvailabilityMonitorTestOutput schema from Amazon Storage Gateway API",
  "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."
        }
      ]
    }
  }
}