|
95 | 95 | { |
96 | 96 | "type": "integer", |
97 | 97 | "default": 100, |
98 | | - "description": "The upper-bound on the number of records to retrieve.", |
| 98 | + "description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.", |
99 | 99 | "name": "limit", |
100 | 100 | "in": "query" |
101 | 101 | }, |
102 | 102 | { |
103 | 103 | "type": "integer", |
104 | | - "description": "The offset from where to begin.", |
| 104 | + "description": "The offset from where to begin. Maximum offset = 10000 - limit.", |
105 | 105 | "name": "offset", |
106 | 106 | "in": "query" |
107 | 107 | } |
|
125 | 125 | { |
126 | 126 | "type": "integer", |
127 | 127 | "default": 100, |
128 | | - "description": "The upper-bound on the number of records to retrieve.", |
| 128 | + "description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.", |
129 | 129 | "name": "limit", |
130 | 130 | "in": "query" |
131 | 131 | }, |
132 | 132 | { |
133 | 133 | "type": "integer", |
134 | | - "description": "The offset from where to begin.", |
| 134 | + "description": "The offset from where to begin. Maximum offset = 10000 - limit.", |
135 | 135 | "name": "offset", |
136 | 136 | "in": "query" |
137 | 137 | } |
|
141 | 141 | "ReadPackagesCombinedExport", |
142 | 142 | "GET", |
143 | 143 | "/container-security/combined/packages/export/v1", |
144 | | - "Retrieve packages identified by the provided filter criteria for the purpose of export", |
| 144 | + "Retrieves a paginated list of packages identified by the provided filter criteria,used for export.Maximum" |
| 145 | + "page size: 100. Maximum available packages: 10,000", |
145 | 146 | "container_packages", |
146 | 147 | [ |
147 | 148 | { |
|
169 | 170 | { |
170 | 171 | "type": "integer", |
171 | 172 | "default": 100, |
172 | | - "description": "The upper-bound on the number of records to retrieve.", |
| 173 | + "description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.", |
173 | 174 | "name": "limit", |
174 | 175 | "in": "query" |
175 | 176 | }, |
176 | 177 | { |
177 | 178 | "type": "integer", |
178 | | - "description": "The offset from where to begin.", |
| 179 | + "description": "The offset from where to begin. Maximum offset = 10000 - limit.", |
179 | 180 | "name": "offset", |
180 | 181 | "in": "query" |
181 | 182 | } |
|
213 | 214 | { |
214 | 215 | "type": "integer", |
215 | 216 | "default": 100, |
216 | | - "description": "The upper-bound on the number of records to retrieve.", |
| 217 | + "description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.", |
217 | 218 | "name": "limit", |
218 | 219 | "in": "query" |
219 | 220 | }, |
220 | 221 | { |
221 | 222 | "type": "integer", |
222 | | - "description": "The offset from where to begin.", |
| 223 | + "description": "The offset from where to begin. Maximum offset = 10000 - limit.", |
223 | 224 | "name": "offset", |
224 | 225 | "in": "query" |
225 | 226 | } |
|
229 | 230 | "ReadPackagesCombinedV2", |
230 | 231 | "GET", |
231 | 232 | "/container-security/combined/packages/v2", |
232 | | - "Retrieve packages identified by the provided filter criteria.", |
| 233 | + "Retrieve packages identified by the provided filter criteria", |
233 | 234 | "container_packages", |
234 | 235 | [ |
235 | 236 | { |
|
257 | 258 | { |
258 | 259 | "type": "integer", |
259 | 260 | "default": 100, |
260 | | - "description": "The upper-bound on the number of records to retrieve.", |
| 261 | + "description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.", |
261 | 262 | "name": "limit", |
262 | 263 | "in": "query" |
263 | 264 | }, |
264 | 265 | { |
265 | 266 | "type": "integer", |
266 | | - "description": "The offset from where to begin.", |
| 267 | + "description": "The offset from where to begin. Maximum offset = 10000 - limit.", |
267 | 268 | "name": "offset", |
268 | 269 | "in": "query" |
269 | 270 | } |
|
0 commit comments