Chapter 70. Vuln Mgmt Service


70.1. Vuln Mgmt Service

70.1.1. VulnMgmtExportWorkloads

GET /v1/export/vuln-mgmt/workloads

Streams vulnerability data upon request. Each entry consists of a deployment and the associated container images.

70.1.1.1. Description

The response is structured as: {"result": {"deployment": {…​}, "images": […​]}} …​ {"result": {"deployment": {…​}, "images": […​]}}

70.1.1.2. Parameters

70.1.1.2.1. Query Parameters
Expand
NameDescriptionRequiredDefaultPattern

timeout

Request timeout in seconds.

-

null

 

query

Query to constrain the deployments for which vulnerability data is returned. The queries contain pairs of Search Option:Value separated by + signs. For HTTP requests the query should be quoted. For example > curl "$ROX_ENDPOINT/v1/export/vuln-mgmt/workloads?query=Deployment%3Ascanner%2BNamespace%3Astackrox" queries vulnerability data for all scanner deployments in the stackrox namespace. See https://docs.openshift.com/acs/operating/search-filter.html for more information.

-

null

 

70.1.1.3. Return Type

Stream result of v1VulnMgmtExportWorkloadsResponse.

70.1.1.4. Content Type

  • application/json

70.1.1.5. Responses

Expand
Table 70.1. HTTP Response Codes
CodeMessageDatatype

200

A successful response.(streaming responses)

Stream result of v1VulnMgmtExportWorkloadsResponse.

0

An unexpected error response.

GooglerpcStatus

70.1.1.6. Samples

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat Documentation

Legal Notice

Theme

© 2026 Red Hat
Back to top