Red Hat Training

A Red Hat training course is available for Red Hat Satellite

13.8. Method: create

Description

Create a custom errata. If publish is set to true, the errata is published too.

Parameters

The following parameters are available for this method:

  • string sessionKey
  • struct - errata info
    • string synopsis
    • string advisory_name
    • int advisory_release
    • string advisory_type - Type of advisory (one of the following: Security Advisory, Product Enhancement Advisory, or Bug Fix Advisory
    • string product
    • string errataFrom
    • string topic
    • string description
    • string references
    • string notes
    • string solution
  • array:
    • struct - bug
      • int id - Bug ID
      • string summary
      • string url
  • array:
    • string keyword - List of keywords to associate with the errata
  • array:
    • int - packageId
  • boolean publish - Should the errata be published
  • array:
    • string - channelLabel - List of channels to publish the errata; ignored if publish is set to false
Returns

The following return values are available for this method:

  • struct - errata
    • int id - Errata ID
    • string date - Erratum creation date
    • string advisory_type - Type of advisory
    • string advisory_name - Name of advisory
    • string advisory_synopsis - Summary of erratum