Patchman-engine API

Patchman-engine API

The Red Hat Patchman Engine API allows for programmatic access to automate patch management, system scanning, and update deployment on Red Hat-based systems.
                  {
    "data": [
        {
            "attributes": {
                "advisory_type": 0,
                "applicable_systems": 0,
                "cve_count": 0,
                "description": "string",
                "public_date": "string",
                "severity": 0,
                "synopsis": "string"
            },
            "id": "string",
            "type": "string"
        }
    ],
    "links": {
        "first": "string",
        "last": "string",
        "next": "string",
        "previous": "string"
    },
    "meta": {
        "filter": {
            "property1": {
                "op": "string",
                "values": [
                    "string"
                ]
            },
            "property2": {
                "op": "string",
                "values": [
                    "string"
                ]
            }
        },
        "limit": 0,
        "offset": 0,
        "search": "string",
        "sort": [
            "string"
        ],
        "subtotals": {
            "property1": 0,
            "property2": 0
        },
        "total_items": 0
    }
}
              

Response example. If you want to see more check the documentation.

The Red Hat Documentation provides comprehensive guides, manuals, and API references for Red Hat products and solutions. It covers a wide range of topics, including system administration, deployment, troubleshooting, and configuration for Red Hat's enterprise software, such as Red Hat Enterprise Linux (RHEL), OpenShift, Ansible, and more.

The documentation is designed to support developers, administrators, and IT professionals by offering detailed, step-by-step instructions and best practices for using Red Hat's solutions in various environments. It also includes developer resources and API documentation for integrating Red Hat technologies into custom applications.