Red Hat Enterprise Linux · Capability

Red Hat Security Data API — OVAL

Red Hat Security Data API — OVAL. 1 operations. Lead operation: Get OVAL Stream. Self-contained Naftiko capability covering one Rhel business surface.

Run with Naftiko RhelOVAL

What You Can Do

GET
Getovalstream — Get OVAL Stream
/v1/oval/com-redhat-rhsa-rhel-majorversion-xml-bz2

MCP Tools

get-oval-stream

Get OVAL Stream

read-only idempotent

Capability Spec

security-data-oval.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Red Hat Security Data API — OVAL
  description: 'Red Hat Security Data API — OVAL. 1 operations. Lead operation: Get OVAL Stream. Self-contained Naftiko capability
    covering one Rhel business surface.'
  tags:
  - Rhel
  - OVAL
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RHEL_API_KEY: RHEL_API_KEY
capability:
  consumes:
  - type: http
    namespace: security-data-oval
    baseUri: https://access.redhat.com/hydra/rest/securitydata
    description: Red Hat Security Data API — OVAL business capability. Self-contained, no shared references.
    resources:
    - name: oval-com.redhat.rhsa-RHEL{majorVersion}.xml.bz2
      path: /oval/com.redhat.rhsa-RHEL{majorVersion}.xml.bz2
      operations:
      - name: getovalstream
        method: GET
        description: Get OVAL Stream
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: majorVersion
          in: path
          type: integer
          description: RHEL major version number (e.g., 9)
          required: true
  exposes:
  - type: rest
    namespace: security-data-oval-rest
    port: 8080
    description: REST adapter for Red Hat Security Data API — OVAL. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/oval/com-redhat-rhsa-rhel-majorversion-xml-bz2
      name: oval-com-redhat-rhsa-rhel-majorversion-xml-bz2
      description: REST surface for oval-com.redhat.rhsa-RHEL{majorVersion}.xml.bz2.
      operations:
      - method: GET
        name: getovalstream
        description: Get OVAL Stream
        call: security-data-oval.getovalstream
        with:
          majorVersion: rest.majorVersion
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: security-data-oval-mcp
    port: 9090
    transport: http
    description: MCP adapter for Red Hat Security Data API — OVAL. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-oval-stream
      description: Get OVAL Stream
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: security-data-oval.getovalstream
      with:
        majorVersion: tools.majorVersion
      outputParameters:
      - type: object
        mapping: $.