post https://api.armosec.io/api/v1/vulnerability/scan
In the example below we are issuing scans for
The entire "minikube-a" cluster.
The namespaces "monitoring" and "tracing" in cluster "minikube-b".
[
{
"attributes": {
"cluster": "minikube-a"
}
},
{
"attributes": {
"cluster": "minikube-b",
"namespace": "monitoring"
}
},
{
"attributes": {
"cluster": "minikube-b",
"namespace": "tracing"
}
}
]