Returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not). To specify which gateway to describe, use the Amazon Resource Name (ARN) of the gateway in your request.
post/#X-Amz-Target=StorageGateway_20130630.DescribeGatewayInformation
Headers
X-Amz-Target'StorageGateway_20130630.DescribeGatewayInformation' required
Request body
Response
Success
Example response
{
"GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
"GatewayId": "sgw-AABB1122",
"GatewayName": "My_Gateway",
"GatewayNetworkInterfaces": [
{
"Ipv4Address": "10.35.69.216"
}
],
"GatewayState": "STATE_RUNNING",
"GatewayTimezone": "GMT-8:00",
"GatewayType": "STORED",
"LastSoftwareUpdate": "2016-01-02T16:00:00",
"NextUpdateAvailabilityDate": "2017-01-02T16:00:00"
}