ストレージポリシー

ストレージポリシーのリスト。

integer / int64
1000

これらのエントリで使用された制限値。許容される最大値を超えていない限り、クエリパラメータのlimitと等しくなります。最大値はAPIによって異なります。

integer / int64
3000

次の検索結果ページの開始場所のマーカー。

integer / int64
1000

前の検索結果ページの開始場所のマーカー。

レスポンスの例

{
  "entries": [
    {
      "id": 11446498,
      "type": "storage_policy",
      "name": "Montreal / Dublin"
    }
  ],
  "limit": 1000,
  "next_marker": 3000,
  "prev_marker": 1000
}