5.115. KatelloErratum
用于管理 Katello 勘误的服务。
| 名称 | 概述 |
|---|---|
|
| 检索 Katello 勘误。 |
5.115.1. 获取 GET 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
检索 Katello 勘误。
GET /ovirt-engine/api/katelloerrata/123
您将收到 XML 中的响应,如下所示:
<katello_erratum href="/ovirt-engine/api/katelloerrata/123" id="123">
<name>RHBA-2013:XYZ</name>
<description>The description of the erratum</description>
<title>some bug fix update</title>
<type>bugfix</type>
<issued>2013-11-20T02:00:00.000+02:00</issued>
<solution>Few guidelines regarding the solution</solution>
<summary>Updated packages that fix one bug are now available for XYZ</summary>
<packages>
<package>
<name>libipa_hbac-1.9.2-82.11.el6_4.i686</name>
</package>
...
</packages>
</katello_erratum>
| 名称 | 类型 | 方向 | 概述 |
|---|---|---|---|
|
| Out | 检索 Katello 勘误的表示。 |