Check if image(s) by SHA256 are running in runtime

Returns whether image(s) with the given SHA256(s) are currently running in any monitored cluster. Used for Xray policy integration.

Supports both single SHA256 and batch queries:

  • Single: { "sha256": "abc123..." }
  • Batch: { "sha256List": ["abc123...", "def456..."] }

Note: If both sha256 and sha256List are provided, sha256List takes precedence.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

Single SHA256 digest of the image (without sha256: prefix)

sha256List
array of strings
length ≤ 100

List of SHA256 digests for batch queries (max 100)

sha256List
string
enum

Optional time period filter (default is "now" for currently running)

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json