ApiOzoneListVolumesReq Data Model

Ozone volume list request payload

Properties
name data type constraints description
all boolean required
filter ApiOzoneFilterSpec  
result ApiOzoneResultSpec  

Example

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