13.8. create


Name
create
Description
Create a custom errata. If "publish" is set to true, the errata will be published as well
Parameters
  • 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 the errata should be published too, ignored if publish is set to false
Return Value
  • struct - errata
    • int id - Errata Id
    • string date - Date erratum was created.
    • string advisory_type - Type of the advisory.
    • string advisory_name - Name of the advisory.
    • string advisory_synopsis - Summary of the erratum.
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.