List multiple KubeClusterScans
A KubeClusterScan represents a single scan of a cluster.
cURL
curl --request GET \ --url https://api.example.com/kubeclusters/{cluster}/scans
{ "results": [ { "cluster": "<string>", "scanned_on": 123 } ], "$schema": "<string>", "pagination": { "continue": "<string>" } }
Continuation token value (used when retrieving the next page of results).
Number of records to show per page of results.
0 <= x <= 100
Record filter.
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://example.com/schemas/ListKubeClusterScansOutputBody.json"
Was this page helpful?