Aqua Security · Example Payload

Aqua Security Api Container Example

Cloud NativeContainersKubernetesRuntime ProtectionSecurityVulnerability Scanning

Aqua Security Api Container Example is an example object payload from Aqua Security, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

container_idnameimagestatuspolicyhost

Example Payload

Raw ↑
{
  "container_id": "abc123def456",
  "name": "web-server-1",
  "image": "nginx:latest",
  "status": "running",
  "policy": "default",
  "host": "kube-node-01"
}