Red Hat Enterprise Linux 8 · Example Payload

Red Hat Enterprise Linux 8 List Advisories Example

EnterpriseLinuxOperating SystemRed HatRHEL

Red Hat Enterprise Linux 8 List Advisories Example is an example object payload from Red Hat Enterprise Linux 8, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://access.redhat.com/labs/securitydataapi/advisory.json",
    "parameters": {
      "type": "RHSA",
      "severity": "Critical",
      "product": "Red Hat Enterprise Linux 8",
      "per_page": "10",
      "page": "1"
    }
  },
  "response": {
    "status": 200,
    "body": [
      {
        "id": "RHSA-2024:0001",
        "title": "Critical: kernel security update",
        "severity": "Critical",
        "type": "RHSA",
        "issued": "2024-01-02T00:00:00Z",
        "updated": "2024-01-02T00:00:00Z",
        "cves": ["CVE-2023-4911", "CVE-2023-6931"]
      },
      {
        "id": "RHSA-2024:0025",
        "title": "Critical: glibc security update",
        "severity": "Critical",
        "type": "RHSA",
        "issued": "2024-01-10T00:00:00Z",
        "updated": "2024-01-10T00:00:00Z",
        "cves": ["CVE-2023-4806", "CVE-2023-4813"]
      }
    ]
  }
}