このエンドポイントは、認証済みのリクエスト送信者が所有するすべてのバケットのリストを返します。リストには、存在するバケットの数とその名前が表示されます。
Request
GET https://<tenant-URL>/api/v1/storage_constraint_profile?token=<token>&op=viewBucketList&name=<bucket list name>
Valid parameters are:
| 鍵 | Value | デスクリプション |
|---|---|---|
op | start | スキャンを開始します。 現在サポートされている演算子は「開始」のみです。 |
name | <policy_name> 例: "MYCSA_POLICY" | 必須。やりたいことリストの名前。 |
リクエストとレスポンスの例
$ curl -X GET
'https://<tenant-URL>/api/v1/storage_constraint_profile?token=<token>&op=viewBucketList&name=custom%20bucket%20list
-H 'Content-Type: application/json'
-H 'cache-control: no-cache'
{"status":"success","msg":"","data":["bucket-1-west","content-team-har","github-largefiles","netskope-confluence-files","redfg","toi.videos"]}

