42Crunch · Example Payload

Scand Manager Job Spec Example

API SecurityPlatformScanningSecurityOpenAPIDevSecOps

Scand Manager Job Spec Example is an example object payload from 42Crunch, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

tokenexpirationTimeplatformServicescandImageenv

Example Payload

Raw ↑
{
  "token": "00000000-0000-0000-0000-000000000000",
  "expirationTime": 3600,
  "platformService": "protection.42crunch.com:8001",
  "scandImage": "42crunch/scand-agent:latest",
  "env": {
    "HTTPS_PROXY": "http://proxy.example.com:8080",
    "HTTPS_PROXY_API": "http://proxy-api.example.com:8080",
    "SECURITY_FOO": "bar",
    "SCAN42C_FEATURE_FLAG": "enabled"
  }
}