GatewayInfo is a JSON Structure definition published by Amazon Storage Gateway, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"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-gateway-info-structure.json",
"name": "GatewayInfo",
"description": "Describes a gateway object.",
"properties": {
"GatewayId": {
"allOf": [
{
"$ref": "#/components/schemas/GatewayId"
},
{
"description": "The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations."
}
]
},
"GatewayARN": {
"allOf": [
{
"$ref": "#/components/schemas/GatewayARN"
},
{
"description": "The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a> operation to return a list of gateways for your account and Amazon Web Services Region."
}
]
},
"GatewayType": {
"allOf": [
{
"$ref": "#/components/schemas/GatewayType"
},
{
"description": "The type of the gateway."
}
]
},
"GatewayOperationalState": {
"allOf": [
{
"$ref": "#/components/schemas/GatewayOperationalState"
},
{
"description": "<p>The state of the gateway.</p> <p>Valid Values: <code>DISABLED</code> | <code>ACTIVE</code> </p>"
}
]
},
"GatewayName": {
"allOf": [
{
"$ref": "#/components/schemas/string"
},
{
"description": "The name of the gateway."
}
]
},
"Ec2InstanceId": {
"allOf": [
{
"$ref": "#/components/schemas/Ec2InstanceId"
},
{
"description": "The ID of the Amazon EC2 instance that was used to launch the gateway."
}
]
},
"Ec2InstanceRegion": {
"allOf": [
{
"$ref": "#/components/schemas/Ec2InstanceRegion"
},
{
"description": "The Amazon Web Services Region where the Amazon EC2 instance is located."
}
]
},
"HostEnvironment": {
"allOf": [
{
"$ref": "#/components/schemas/HostEnvironment"
},
{
"description": "The type of hardware or software platform on which the gateway is running."
}
]
},
"HostEnvironmentId": {
"allOf": [
{
"$ref": "#/components/schemas/HostEnvironmentId"
},
{
"description": "A unique identifier for the specific instance of the host platform running the gateway. This value is only available for certain host environments, and its format depends on the host environment type."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.