Issue a scan for a specific context / workload

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"
}
}
]

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!