P

Patchman-engine API

by Patchman-engine Free tier

API of the Patch application on cloud.redhat.com Syntax of the filter[name] query parameters is described in Filters documentation

developerredhat

Quick Reference

Base URL 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
Pricing
28
Latency
0
Depth
68

Authentication

API key in the request header (x-rh-identity)

x-rh-identity: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Freemium. Patch management and vulnerability tracking for Red Hat/CentOS.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'http://redhat.local/api/patch/v1/advisories' \
  -H 'x-rh-identity: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Patchman-engine documentation.