|
146 | 146 | { |
147 | 147 | "type": "integer", |
148 | 148 | "default": 100, |
149 | | - "description": "The upper-bound on the number of records to retrieve.", |
| 149 | + "description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.", |
150 | 150 | "name": "limit", |
151 | 151 | "in": "query" |
152 | 152 | }, |
153 | 153 | { |
154 | 154 | "type": "integer", |
155 | | - "description": "The offset from where to begin.", |
| 155 | + "description": "The offset from where to begin. Maximum offset = 10000 - limit.", |
156 | 156 | "name": "offset", |
157 | 157 | "in": "query" |
158 | 158 | } |
|
215 | 215 | { |
216 | 216 | "type": "integer", |
217 | 217 | "default": 100, |
218 | | - "description": "The upper-bound on the number of records to retrieve.", |
| 218 | + "description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.", |
219 | 219 | "name": "limit", |
220 | 220 | "in": "query" |
221 | 221 | }, |
222 | 222 | { |
223 | 223 | "type": "integer", |
224 | | - "description": "The offset from where to begin.", |
| 224 | + "description": "The offset from where to begin. Maximum offset = 10000 - limit.", |
225 | 225 | "name": "offset", |
226 | 226 | "in": "query" |
227 | 227 | } |
|
231 | 231 | "ReadCombinedImagesExport", |
232 | 232 | "GET", |
233 | 233 | "/container-security/combined/images/export/v1", |
234 | | - "Retrieve images with an option to expand aggregated vulnerabilities/detections", |
| 234 | + "Retrieves a paginated list of images, with an option to expand aggregated vulnerabilities/detections. " |
| 235 | + "Maximum page size: 100. Maximum available images: 10,000", |
235 | 236 | "container_images", |
236 | 237 | [ |
237 | 238 | { |
|
261 | 262 | { |
262 | 263 | "type": "integer", |
263 | 264 | "default": 100, |
264 | | - "description": "The upper-bound on the number of records to retrieve.", |
| 265 | + "description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.", |
265 | 266 | "name": "limit", |
266 | 267 | "in": "query" |
267 | 268 | }, |
268 | 269 | { |
269 | 270 | "type": "integer", |
270 | | - "description": "The offset from where to begin.", |
| 271 | + "description": "The offset from where to begin. Maximum offset = 10000 - limit.", |
271 | 272 | "name": "offset", |
272 | 273 | "in": "query" |
273 | 274 | }, |
|
0 commit comments