2.2. 参数
| Name | 描述 | 示例 |
|---|---|---|
| 之前 | 在查询日期前 CSAF 文档的索引。[ISO 8601 是预期的格式] | 2016-03-01 |
| after | 查询日期后的 CSAF 文档的索引。[ISO 8601 是预期的格式] | 2016-02-01 |
| rhsa_ids | RHSA_ID 的 CSAF 文档的索引用逗号分开 | RHSA-2018:2748,RHSA-2018:2791 |
| 错误 | Bugzilla Ids 的 CSAF 文档的索引 | 1326598,1084875 |
| CVE | CVE 的 CSAF 文档的索引 | CVE-2014-0160,CVE-2016-3990 |
| 严重性 | CSAF 文档的索引具有严重性 | low,moderate,important,critical |
| package | 影响软件包的 CSAF 文档的索引 | samba,thunderbird |
| page | 页号的 CSAF 文档的索引 | 默认:1 |
| per_page | 按页面返回的 CSAF 文档的索引数 | 默认: 1000 |
| created_days_ago | 在天前创建的 CSAF 文档的索引 | 10 |
| isCompressed | 以压缩 'gzip' 格式返回响应 | 默认: true |
By default, search will return the first page of 1000 results, ordered by date. To change the page size use the 'per_page' param, and then iterate through pages using the 'page' param.
By default, search will return the first page of 1000 results, ordered by date. To change the page size use the 'per_page' param, and then iterate through pages using the 'page' param.
以上所有查询参数都可以相互一起使用,以检索所需结果。