package_support_product_versions エンドポイント一覧に戻る
パッケージ名を使用して脆弱性抽出が可能な製品とバージョンの一覧を取得します。
POST メソッドもサポートしています。
HTTPメソッド
get
post
ヘッダー
| Field | Type | Description |
|---|---|---|
| X-License-Id | String |
SIDfm ライセンス ID X-Api-Key と組み合わせて使用します。 |
| X-Api-Key | String | SIDfm アクセス API キー |
パラメータ
| Field | Type | Description |
|---|---|---|
| - | - | - |
レスポンス
| Field | Type | Description |
|---|---|---|
| product_versions | Object[] | パッケージ名による脆弱性抽出をサポートする製品バージョン |
| id | Integer | 製品バージョン ID |
| fullname | String | 製品バージョン名 |
| version | String | 製品バージョン バージョン番号 |
| is_support_end | Boolean | 製品バージョン 取り扱い終了フラグ |
| position | Integer | 製品バージョン ソート順 |
レスポンス例
{
"product_versions": [
{
"id": 12818,
"fullname": "AlmaLinux 8",
"version": "8",
"is_support_end": false,
"position": 8
},
{
"id": 14877,
"fullname": "AlmaLinux 9",
"version": "9",
"is_support_end": false,
"position": 9
},
{
"id": 10013,
"fullname": "Amazon Linux AMI 1",
"version": "1",
"is_support_end": false,
"position": 10
},
{
"id": 10014,
"fullname": "Amazon Linux AMI 2",
"version": "2",
"is_support_end": false,
"position": 20
},
{
"id": 13829,
"fullname": "Amazon Linux AMI 2023",
"version": "2023",
"is_support_end": false,
"position": 30
},
{
"id": 5493,
"fullname": "CentOS 5",
"version": "5",
"is_support_end": true,
"position": 5
},
{
"id": 5653,
"fullname": "CentOS 6",
"version": "6",
"is_support_end": true,
"position": 6
},
{
"id": 7524,
"fullname": "CentOS 7",
"version": "7",
"is_support_end": false,
"position": 7
},
{
"id": 10649,
"fullname": "Debian GNU/Linux 10",
"version": "10",
"is_support_end": true,
"position": 13
},
{
"id": 12233,
"fullname": "Debian GNU/Linux 11",
"version": "11",
"is_support_end": false,
"position": 14
},
{
"id": 13828,
"fullname": "Debian GNU/Linux 12",
"version": "12",
"is_support_end": false,
"position": 15
},
{
"id": 7983,
"fullname": "Debian GNU/Linux 8.0",
"version": "8.0",
"is_support_end": true,
"position": 11
},
{
"id": 9339,
"fullname": "Debian GNU/Linux 9.0",
"version": "9.0",
"is_support_end": true,
"position": 12
},
{
"id": 96,
"fullname": "Red Hat Enterprise Linux 5",
"version": "Enterprise Linux 5",
"is_support_end": true,
"position": 72
},
{
"id": 10548,
"fullname": "Red Hat Enterprise Linux 8",
"version": "Enterprise Linux 8",
"is_support_end": false,
"position": 130
},
{
"id": 12933,
"fullname": "Red Hat Enterprise Linux 9",
"version": "Enterprise Linux 9",
"is_support_end": false,
"position": 140
},
{
"id": 5294,
"fullname": "Red Hat Enterprise Linux Desktop 6",
"version": "Enterprise Linux Desktop 6",
"is_support_end": false,
"position": 87
},
{
"id": 7568,
"fullname": "Red Hat Enterprise Linux Desktop 7",
"version": "Enterprise Linux Desktop 7",
"is_support_end": false,
"position": 113
},
{
"id": 5293,
"fullname": "Red Hat Enterprise Linux HPC Node 6",
"version": "Enterprise Linux HPC Node 6",
"is_support_end": false,
"position": 86
},
{
"id": 7567,
"fullname": "Red Hat Enterprise Linux HPC Node 7",
"version": "Enterprise Linux HPC Node 7",
"is_support_end": false,
"position": 112
},
{
"id": 5296,
"fullname": "Red Hat Enterprise Linux Server 6",
"version": "Enterprise Linux Server 6",
"is_support_end": false,
"position": 89
},
{
"id": 7514,
"fullname": "Red Hat Enterprise Linux Server 7",
"version": "Enterprise Linux Server 7",
"is_support_end": false,
"position": 111
},
{
"id": 95,
"fullname": "Red Hat Enterprise Linux Workstation 5",
"version": "Desktop Workstation 5",
"is_support_end": true,
"position": 71
},
{
"id": 5295,
"fullname": "Red Hat Enterprise Linux Workstation 6",
"version": "Enterprise Linux Workstation 6",
"is_support_end": false,
"position": 88
},
{
"id": 7566,
"fullname": "Red Hat Enterprise Linux Workstation 7",
"version": "Enterprise Linux Workstation 7",
"is_support_end": false,
"position": 110
},
{
"id": 7526,
"fullname": "Ubuntu 14.04 LTS",
"version": "14.04 LTS",
"is_support_end": false,
"position": 1
},
{
"id": 8663,
"fullname": "Ubuntu 16.04 LTS",
"version": "16.04 LTS",
"is_support_end": false,
"position": 2
},
{
"id": 9876,
"fullname": "Ubuntu 18.04 LTS",
"version": "18.04 LTS",
"is_support_end": false,
"position": 3
},
{
"id": 11210,
"fullname": "Ubuntu 20.04 LTS",
"version": "20.04 LTS",
"is_support_end": false,
"position": 4
},
{
"id": 12804,
"fullname": "Ubuntu 22.04 LTS",
"version": "22.04 LTS",
"is_support_end": false,
"position": 5
},
{
"id": 14878,
"fullname": "Ubuntu 24.04 LTS",
"version": "24.04 LTS",
"is_support_end": false,
"position": 6
}
]
}