Get bucket consistency#

バケットの整合性レベルを問い合わせます。

APIエンドポイント#

リージョン APIエンドポイント
西日本リージョン3の場合 https://objectstorage-s.jp-west-3.cloud.global.fujitsu.com
東日本リージョン3の場合 https://objectstorage-s.jp-east-3.cloud.global.fujitsu.com

HTTPメソッドとURI#

GET

/{bucket}?x-ntap-sg-consistency

HTTPステータスコード#

正常時:200

エラー時:400, 403, 404, 405, 409, 411, 412, 416, 422, 500, 501, 503

リクエストパラメータの説明#

名前 In Type デフォルト値
/必須指定
Description
Bucket path string 必須 バケット名
x-amz-content-sha256 header string 必須 ペイロード全体の計算されたSHA256チェックサム
x-amz-date header string 必須 リクエスト側で生成した現在日時
Authorization header string 必須 リクエスト認証に用いる文字列

レスポンスヘッダーの説明#

名前 Type Description
Date string トランザクションが実行された日時
Content-Type string コンテンツのMIMEタイプ
Content-Length string レスポンスボディのバイト数
Connection string 持続接続の状態を表示します。
x-amz-request-id string このリクエストに付与されるID
トラブルについて問い合わせる際に利用されます。
x-amz-id-2 string このリクエストに対する処理ID
トラブルについて問い合わせる際に利用されます。
x-ntap-sg-trace-id string このリクエストに対する処理ID
トラブルについて問い合わせる際に利用されます。
x-ntap-sg-consistency string コンテナに適用されている整合性レベルを返却
X-Fcx-Endpoint-Request string APIエンドポイントとしてリクエストを受け付けたことを示す番号

レスポンスボディ(正常系)の説明#

名前 Type Description
Consistency container 整合性レベル情報を含むコンテナ

リクエスト例#

GET /general-bucket?x-ntap-sg-consistency HTTP/1.1
User-Agent: curl/7.29.0
Host: objectstorage-s.jp-east-3.cloud.global.fujitsu.com
Accept: */*
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20200616T070240Z
Authorization:AWS4-HMAC-SHA256 Credential=Q9LZMVS9GTWHLAL86IM6/20200616/jp-east-3/s3/aws4_request,SignedHeaders=host;x-amz-content-sha256;x-amz-date,Signature=e49fe3fe3eb5438fac2
c9e5f98c33995e0c72b83f08d7d5fc76c4430a82e17f1

レスポンス例#

レスポンスヘッダ

HTTP/1.1 200 OK
Date:  Tue, 16 Jun 2020 07:07:48 GMT
Content-Type: application/xml
Content-Length:136
Connection: keep-alive
x-amz-request-id: 1592291268056619
x-amz-id-2: 12861004
x-ntap-sg-trace-id: e58053ac5e2fed57
X-Fcx-Endpoint-Request: EXECUTED_api3-rmp2.management.jp-east-3.local-20173-16248097-1_200
Cache-Control: no-cache

レスポンスボディ

<?xml version="1.0" encoding="UTF-8"?>
<Consistency xmlns="http://s3.storagegrid.com/doc/2015-02-01/">read-after-new-write</Consistency>