application program interface API Overview: errata
( Return to API Overview )

Available methods

Description

ErrataHandler - provides methods to access errata within Red Hat Network.

Namespace: errata


Method: applicableToChannels

Description:
Returns a list of channels applicable to the erratum with the given advisory name.

Parameters:

Returns: array


Method: bugzillaFixes

Description:
Get the Bugzilla fixes for an erratum matching the given advisoryName. The bugs will be returned in a struct where the bug id is the key. i.e. 208144="errata.bugzillaFixes Method Returns different results than docs say"

Parameters:

Returns: struct (Bugzilla info)


Method: clone

Description:
Clone a list of errata into the specified channel.

Parameters:

Returns: array


Method: create

Description:
Create a custom errata. If "publish" is set to true, the errata will be published as well

Parameters:

Returns: struct (errata)


Method: getDetails

Description:
Retrieves the details for the erratum matching the given advisory name.

Parameters:

Returns: struct (erratum)


Method: getOval

Description:
Retrieves the OVAL metadata associated with one or more erratas.

Parameters:

Returns: string - The OVAL metadata document in escaped XML form.


Method: listAffectedSystems

Description:
Return the list of systems affected by the erratum with advisory name.

Parameters:

Returns: array


Method: listByDate

Description:
List errata that have been applied to a particular channel by date.

Parameters:

Returns: array


Method: listCves

Description:
Returns a list of CVEs applicable to the erratum with the given advisory name.

Parameters:

Returns: array


Method: listKeywords

Description:
Get the keywords associated with an erratum matching the given advisory name.

Parameters:

Returns: array


Method: listPackages

Description:
Returns a list of the packages affected by the erratum with the given advisory name.

Parameters:

Returns: array


Method: publish

Description:
Publish an existing (unpublished) errata to a set of channels.

Parameters:

Returns: struct (errata)