ListVolumeInitiatorsOutput

ListVolumeInitiatorsOutput

BackupFile StorageGatewayHybrid CloudStorage

Properties

Name Type Description
Initiators object
View JSON Schema on GitHub

JSON Schema

amazon-storage-gateway-list-volume-initiators-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-list-volume-initiators-output-schema.json",
  "title": "ListVolumeInitiatorsOutput",
  "description": "ListVolumeInitiatorsOutput",
  "type": "object",
  "properties": {
    "Initiators": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Initiators"
        },
        {
          "description": "The host names and port numbers of all iSCSI initiators that are connected to the gateway."
        }
      ]
    }
  }
}