Este conteúdo não está disponível no idioma selecionado.
13.21. setDetails
- Name
- setDetails
- Description
- Set erratum details. All arguments are optional and will only be modified if included in the struct. This method will only allow for modification of custom errata created either through the UI or API.
- Parameters
- string sessionKey
- string advisoryName
- struct - errata details- stringsynopsis
- stringadvisory_name
- intadvisory_release
- stringadvisory_type- Type of advisory (one of the following: 'Security Advisory', 'Product Enhancement Advisory', or 'Bug Fix Advisory'
- stringproduct
- dateTime.iso8601issue_date
- dateTime.iso8601update_date
- stringerrataFrom
- stringtopic
- stringdescription
- stringreferences
- stringnotes
- stringsolution
- arraybugs- 'bugs' is the key into the struct
- array:- struct - bug- intid- Bug Id
- stringsummary
- stringurl
 
 
- arraykeywords- 'keywords' is the key into the struct
- array:- string - keyword - List of keywords to associate with the errata.
 
- arrayCVEs- 'cves' is the key into the struct
- array:- string - cves - List of CVEs to associate with the errata. (valid only for published errata)
 
 
 
- Return Value
- int - 1 on success, exception thrown otherwise.