ApiOzoneListKeysReq Data Model

Ozone keys list request payload

Properties
name data type description
bucketRef ApiOzoneBucketRef
filter ApiOzoneFilterSpec
result ApiOzoneResultSpec

Example

{
  "bucketRef" : {
    "volume" : "...",
    "bucket" : "..."
  },
  "filter" : {
    "prefix" : "...",
    "start" : "...",
    "length" : 12345
  },
  "result" : {
    "keepResultFile" : true,
    "resultFileName" : "...",
    "resultLocation" : {
      "bucketRef" : { },
      "key" : "..."
    }
  }
}