API of the Patch application on cloud.redhat.com Syntax of the filter[name] query parameters is described in Filters documentation
http://redhat.local
Auth type
API Key Header
Auth header
x-rh-identity: YOUR_API_KEY
Rate limit
Varies by plan
Pricing
Enterprise / contact sales
Free quota
None
Documentation
http://redhat.local
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
D
36%
builder-friendly
API key in the request header (x-rh-identity)
x-rh-identity: YOUR_API_KEY
Freemium. Patch management and vulnerability tracking for Red Hat/CentOS.
| Method | Path | Description |
|---|---|---|
| GET | /api/patch/v1/advisories |
Show me all applicable advisories for all my systems |
| GET | /api/patch/v1/advisories/{advisory_id} |
Show me details an advisory by given advisory name |
| GET | /api/patch/v1/advisories/{advisory_id}/systems |
Show me systems on which the given advisory is applicable |
| GET | /api/patch/v1/export/advisories |
Export applicable advisories for all my systems |
| GET | /api/patch/v1/export/advisories/{advisory_id}/systems |
Export systems for my account |
| GET | /api/patch/v1/export/packages |
Show me all installed packages across my systems |
| GET | /api/patch/v1/export/packages/{package_name}/systems |
Show me all my systems which have a package installed |
| GET | /api/patch/v1/export/systems |
Export systems for my account |
curl -X GET 'http://redhat.local/api/patch/v1/advisories' \ -H 'x-rh-identity: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Patchman-engine documentation.