recent_product_eols エンドポイント一覧に戻る
前後3ヶ月で EOL を迎える製品の一覧とサポート終了情報を取得します。
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_eols | Object[] | 製品のサポート終了情報 |
product | Object | 製品 |
id | Integer | 製品 ID |
name | String | 製品名 |
is_support_end | Boolean | 製品 取り扱い終了フラグ |
category | String | 製品 カテゴリ |
name | String | 製品名 |
date | String | 製品のサポート終了情報 サポート終了日 |
url | String | 製品のサポート終了情報 参照 URL |
レスポンス例
{ "product_eols": [ { "product": { "id": 914, "name": "ESET Server Security for Linux", "is_support_end": false }, "name": "ESET Server Security for Linux 9.0 ", "date": "2024-07-31", "url": "https://eset-info.canon-its.jp/business/info/lifecycle-eol/" }, { "product": { "id": 421, "name": "phpBB", "is_support_end": false }, "name": "phpBB 3.2.x", "date": "2024-07-31", "url": "https://www.phpbb.com/community/viewtopic.php?f=14&t=2650426" }, { "product": { "id": 5, "name": "Debian GNU/Linux", "is_support_end": false, "category": "OS" }, "name": "Debian GNU/Linux 11 (Bullseye)", "date": "2024-08-14", "url": "https://wiki.debian.org/DebianReleases" }, { "product": { "id": 723, "name": "MariaDB", "is_support_end": false, "category": "データベースサーバ" }, "name": "MariaDB 11.1", "date": "2024-08-21", "url": "https://mariadb.org/about/#maintenance-policy" }, { "product": { "id": 434, "name": "Wireshark", "is_support_end": false }, "name": "Wireshark 4.0", "date": "2024-08-28", "url": "https://wiki.wireshark.org/Development/LifeCycle" }, { "product": { "id": 1, "name": "FreeBSD", "is_support_end": false, "category": "OS" }, "name": "FreeBSD 14.0", "date": "2024-09-30", "url": "https://www.freebsd.org/security/unsupported/" }, { "product": { "id": 620, "name": "Python", "is_support_end": false, "category": "プログラミング言語・環境" }, "name": "Python 3.8", "date": "2024-10-21", "url": "https://www.python.org/downloads/" }, { "product": { "id": 77, "name": "PostgreSQL", "is_support_end": false, "category": "データベースサーバ" }, "name": "PostgreSQL 12", "date": "2024-11-14", "url": "https://www.postgresql.org/support/versioning/" }, { "product": { "id": 741, "name": "Palo Alto Networks PAN-OS", "is_support_end": false, "category": "ネットワーク機器" }, "name": "Palo Alto Networks PAN-OS 11.0", "date": "2024-11-17", "url": "https://www.paloaltonetworks.com/services/support/end-of-life-announcements/end-of-life-summary#globalprotect" }, { "product": { "id": 723, "name": "MariaDB", "is_support_end": false, "category": "データベースサーバ" }, "name": "MariaDB 11.2", "date": "2024-11-21", "url": "https://mariadb.org/about/#maintenance-policy" }, { "product": { "id": 94, "name": "PHP", "is_support_end": false, "category": "プログラミング言語・環境" }, "name": "PHP 8.1.x", "date": "2024-11-25", "url": "https://www.php.net/supported-versions.php" }, { "product": { "id": 774, "name": "LibreOffice", "is_support_end": false }, "name": "LibreOffice 24.2.x", "date": "2024-11-30", "url": "https://ja.blog.documentfoundation.org/" } ] }