Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.17 KB

operations-on-the-service.adoc

File metadata and controls

30 lines (22 loc) · 1.17 KB
permalink sidebar keywords summary
s3/operations-on-the-service.html
sidebar
listbuckets, get service, operations on the service
The StorageGRID system supports operations on the service.

Operations on the service

The StorageGRID system supports the following operations on the service.

Operation Implementation

ListBuckets

(previously named GET Service)

Implemented with all Amazon S3 REST API behavior. Subject to change without notice.

GET Storage Usage

The StorageGRID GET Storage Usage request tells you the total amount of storage in use by an account, and for each bucket associated with the account. This is an operation on the service with a path of / and a custom query parameter (?x-ntap-sg-usage) added.

OPTIONS /

Client applications can issue OPTIONS / requests to the S3 port on a Storage Node, without providing S3 authentication credentials, to determine whether the Storage Node is available. You can use this request for monitoring, or to allow external load balancers to identify when a Storage Node is down.