Chapter 5. OVALSTREAMS
5.1. List all OVALSTREAMs
Abstract
Provides an index to all OVALSTREAM resource from where ovals can be downloaded, when no parameter is passed provides list of all oval streams.
JSON
GET oval/ovalstreams.json
XML
GET oval/ovalstreams.xml
HTML
GET oval/ovalstreams
5.2. Parameters
Name | Description | Example |
---|---|---|
after | Index of OVALSTREAM definitions after the query date. [ISO 8601 is the expected format] | 2016-02-01 |
label | Index of OVALSTREAM definitions for lable | jboss-eap-6 |
By default, search will return results ordered by date.
All the above query parameters can be used in combination with each other to retrieve the desired result.
5.3. Retrieve an OVALSTREAM
Abstract
OVALSTREAM details for the BASE name
JSON
OVALSTREAM definitions are in XML format, the JSON view is a representation of the OVAL data in JSON format.
GET oval/ovalstreams/<BASE>.json
Example: oval/ovalstreams/RHEL7.json
Returns a JSON representation of the OVALSTREAM data for RHEL7.
XML
GET oval/ovalstreams/<BASE>.xml
For more information about the OVAL format see the FAQ.