Amazon Storage Gateway Volume Recovery Point Info Structure
Describes a storage volume recovery point object.
Type: objectProperties: 4
BackupFile StorageGatewayHybrid CloudStorage
VolumeRecoveryPointInfo is a JSON Structure definition published by Amazon Storage Gateway, describing 4 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-volume-recovery-point-info-structure.json",
"name": "VolumeRecoveryPointInfo",
"description": "Describes a storage volume recovery point object.",
"properties": {
"VolumeARN": {
"allOf": [
{
"$ref": "#/components/schemas/VolumeARN"
},
{
"description": "The Amazon Resource Name (ARN) of the volume target."
}
]
},
"VolumeSizeInBytes": {
"allOf": [
{
"$ref": "#/components/schemas/long"
},
{
"description": "The size of the volume in bytes."
}
]
},
"VolumeUsageInBytes": {
"allOf": [
{
"$ref": "#/components/schemas/long"
},
{
"description": "<p>The size of the data stored on the volume in bytes.</p> <note> <p>This value is not available for volumes created prior to May 13, 2015, until you store data on the volume.</p> </note>"
}
]
},
"VolumeRecoveryPointTime": {
"allOf": [
{
"$ref": "#/components/schemas/string"
},
{
"description": "The time the recovery point was taken."
}
]
}
}
}
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.