Skip to content

Commit 2a21ee5

Browse files
committed
Update operation and parameter descriptions (Container Vulnerabilities)
1 parent 5bc33a2 commit 2a21ee5

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed

src/falconpy/_endpoint/_container_vulnerabilities.py

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
{
5858
"type": "integer",
5959
"default": 100,
60-
"description": "The upper-bound on the number of records to retrieve.",
60+
"description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.",
6161
"name": "limit",
6262
"in": "query"
6363
},
6464
{
6565
"type": "integer",
66-
"description": "The offset from where to begin.",
66+
"description": "The offset from where to begin. Maximum offset = 10000 - limit.",
6767
"name": "offset",
6868
"in": "query"
6969
}
@@ -89,13 +89,13 @@
8989
{
9090
"type": "integer",
9191
"default": 100,
92-
"description": "The upper-bound on the number of records to retrieve.",
92+
"description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.",
9393
"name": "limit",
9494
"in": "query"
9595
},
9696
{
9797
"type": "integer",
98-
"description": "The offset from where to begin.",
98+
"description": "The offset from where to begin. Maximum offset = 10000 - limit.",
9999
"name": "offset",
100100
"in": "query"
101101
}
@@ -105,7 +105,7 @@
105105
"ReadVulnerabilityCountByCVSSScore",
106106
"GET",
107107
"/container-security/aggregates/vulnerabilities/count-by-cvss-score/v1",
108-
"Aggregate count of vulnerabilities grouped by cvss score",
108+
"Aggregate count of vulnerabilities grouped by CVSS score",
109109
"container_vulnerabilities",
110110
[
111111
{
@@ -121,13 +121,13 @@
121121
{
122122
"type": "integer",
123123
"default": 100,
124-
"description": "The upper-bound on the number of records to retrieve.",
124+
"description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.",
125125
"name": "limit",
126126
"in": "query"
127127
},
128128
{
129129
"type": "integer",
130-
"description": "The offset from where to begin.",
130+
"description": "The offset from where to begin. Maximum offset = 10000 - limit.",
131131
"name": "offset",
132132
"in": "query"
133133
}
@@ -153,13 +153,13 @@
153153
{
154154
"type": "integer",
155155
"default": 100,
156-
"description": "The upper-bound on the number of records to retrieve.",
156+
"description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.",
157157
"name": "limit",
158158
"in": "query"
159159
},
160160
{
161161
"type": "integer",
162-
"description": "The offset from where to begin.",
162+
"description": "The offset from where to begin. Maximum offset = 10000 - limit.",
163163
"name": "offset",
164164
"in": "query"
165165
}
@@ -185,13 +185,13 @@
185185
{
186186
"type": "integer",
187187
"default": 100,
188-
"description": "The upper-bound on the number of records to retrieve.",
188+
"description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.",
189189
"name": "limit",
190190
"in": "query"
191191
},
192192
{
193193
"type": "integer",
194-
"description": "The offset from where to begin.",
194+
"description": "The offset from where to begin. Maximum offset = 10000 - limit.",
195195
"name": "offset",
196196
"in": "query"
197197
}
@@ -214,13 +214,13 @@
214214
{
215215
"type": "integer",
216216
"default": 100,
217-
"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.",
218218
"name": "limit",
219219
"in": "query"
220220
},
221221
{
222222
"type": "integer",
223-
"description": "The offset from where to begin.",
223+
"description": "The offset from where to begin. Maximum offset = 10000 - limit.",
224224
"name": "offset",
225225
"in": "query"
226226
}
@@ -243,13 +243,13 @@
243243
{
244244
"type": "integer",
245245
"default": 100,
246-
"description": "The upper-bound on the number of records to retrieve.",
246+
"description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.",
247247
"name": "limit",
248248
"in": "query"
249249
},
250250
{
251251
"type": "integer",
252-
"description": "The offset from where to begin.",
252+
"description": "The offset from where to begin. Maximum offset = 10000 - limit.",
253253
"name": "offset",
254254
"in": "query"
255255
}
@@ -280,13 +280,13 @@
280280
{
281281
"type": "integer",
282282
"default": 5000,
283-
"description": "The upper-bound on the number of records to retrieve.",
283+
"description": "The upper-bound on the number of records to retrieve. Maximum limit: 5000.",
284284
"name": "limit",
285285
"in": "query"
286286
},
287287
{
288288
"type": "integer",
289-
"description": "The offset from where to begin.",
289+
"description": "The offset from where to begin. Maximum offset = 10000 - limit.",
290290
"name": "offset",
291291
"in": "query"
292292
}
@@ -309,13 +309,13 @@
309309
{
310310
"type": "integer",
311311
"default": 100,
312-
"description": "The upper-bound on the number of records to retrieve.",
312+
"description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.",
313313
"name": "limit",
314314
"in": "query"
315315
},
316316
{
317317
"type": "integer",
318-
"description": "The offset from where to begin.",
318+
"description": "The offset from where to begin. Maximum offset = 10000 - limit.",
319319
"name": "offset",
320320
"in": "query"
321321
}
@@ -325,7 +325,8 @@
325325
"ReadCombinedVulnerabilities",
326326
"GET",
327327
"/container-security/combined/vulnerabilities/v1",
328-
"Retrieve vulnerability and aggregate data filtered by the provided FQL",
328+
"Retrieves a paginated list of vulnerabilities filtered by the provided FQL. Maximum page size: 100. "
329+
"Maximum available vulnerabilities: 10,000",
329330
"container_vulnerabilities",
330331
[
331332
{
@@ -341,13 +342,13 @@
341342
{
342343
"type": "integer",
343344
"default": 100,
344-
"description": "The upper-bound on the number of records to retrieve.",
345+
"description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.",
345346
"name": "limit",
346347
"in": "query"
347348
},
348349
{
349350
"type": "integer",
350-
"description": "The offset from where to begin.",
351+
"description": "The offset from where to begin. Maximum offset = 10000 - limit.",
351352
"name": "offset",
352353
"in": "query"
353354
},

0 commit comments

Comments
 (0)