DescribeUploadBufferOutput schema from Amazon Storage Gateway API
Type: objectProperties: 4
BackupFile StorageGatewayHybrid CloudStorage
DescribeUploadBufferOutput 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-describe-upload-buffer-output-structure.json",
"name": "DescribeUploadBufferOutput",
"description": "DescribeUploadBufferOutput schema from Amazon Storage Gateway API",
"properties": {
"GatewayARN": {
"$ref": "#/components/schemas/GatewayARN"
},
"DiskIds": {
"allOf": [
{
"$ref": "#/components/schemas/DiskIds"
},
{
"description": "An array of the gateway's local disk IDs that are configured as working storage. Each local disk ID is specified as a string (minimum length of 1 and maximum length of 300). If no local disks are configured as working storage, then the DiskIds array is empty."
}
]
},
"UploadBufferUsedInBytes": {
"allOf": [
{
"$ref": "#/components/schemas/long"
},
{
"description": "The total number of bytes being used in the gateway's upload buffer."
}
]
},
"UploadBufferAllocatedInBytes": {
"allOf": [
{
"$ref": "#/components/schemas/long"
},
{
"description": "The total number of bytes allocated in the gateway's as upload buffer."
}
]
}
}
}
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.