getAlertList (ver. HND)
注意警戒情報一覧を取得します。
リクエスト
|
パラメタ名 | 名称 | パラメタ値 | 必須 | デフォルト[1] |
---|---|---|---|---|
method | メソッド名 | getAlertList (固定) | ○ | − |
feed | フィードフォーマット名 | フィードフォーマット(=APIバージョン)を示す名称 hnd を指定 |
○ | − |
startItem | エントリ開始位置 | 整数 (半角数字) 1〜応答エントリ数 |
− | 1 |
maxCountItem | エントリ取得件数 | 整数 (半角数字)
1〜50 (getVulnOverviewList エントリ上限値) |
− | 50 |
datePublished | 更新日年 | 半角整数4桁 | − | − |
dateFirstPublished | 発行日年 | 半角整数4桁 | − | − |
cpeName | CPE 製品名
(cpe:/{part}:{vendor}:{product}) |
cpe:/{part}:{vendor}:{product}
{part}フィールド ... "h" | "o" | "a" | "*" {vendor}:{product}フィールド ... CPE 製品名
|
− | − |
ft | 応答フォーマット | xml または json | − | − |
|
レスポンス
|
<?xml version=" 1.0" encoding=" utf-8" ?> <feed xmlns=" http://www.w3.org/2005/Atom" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns:sec=" https://jvn.jp/rss/mod_sec/3.0/" xmlns:marking=" http://data-marking.mitre.org/Marking-1" xmlns:tlpMarking=" http://data-marking.mitre.org/extensions/MarkingStructure#TLP-1" xmlns:status=" http://jvndb.jvn.jp/myjvn/Status" xsi:schemaLocation=" http://www.w3.org/2005/Atom <a href=" https://jvndb.jvn.jp/schema/atom.xsd" >https://jvndb.jvn.jp/schema/atom.xsd</a> https://jvn.jp/rss/mod_sec/3.0/ <a href=" https://jvndb.jvn.jp/schema/mod_sec_3.0.xsd" >https://jvndb.jvn.jp/schema/mod_sec_3.0.xsd</a> http://data-marking.mitre.org/extensions/MarkingStructure#TLP-1 <a href=" https://jvndb.jvn.jp/schema/tlp_marking.xsd" >https://jvndb.jvn.jp/schema/tlp_marking.xsd</a>" <br /> xml:lang=" ja" > <title type=" text" >IPA注意警戒サービスAPI</title> <updated>2017-07-03T12:29:29Z</updated> <id>swid:ipa.go.jp+myjvn_alert+1.0.0</id> <link rel=" alternate" type=" text/html" hreflang=" ja" href=" https://jvndb.jvn.jp/apis/myjvn/" /> <entry> <title>注意警戒のタイトル</title> <id>注意警戒の識別子</id> <summary>注意警戒の概要</summary> <link href=" http://www.example-store.com/products/foo.html" /> <published>2017-07-13T08:29:29-04:00</published> <updated>2017-07-03T12:29:29Z</updated> <category term=" /Critical" label=" 緊急" /> <sec:items> <sec:item> <sec:title>関連情報のタイトル</sec:title> <sec:identifier>関連情報の識別子</sec:identifier> <sec:summary>関連情報の概要</sec:summary> <sec:link href=" 関連情報の概要のURL" /> </sec:item> sec:item ノードを繰り返します。 </sec:items> </entry> <status:Status version=" 3.3" method=" getAlertList" feed=" hnd" lang=" 表示言語" retCd=" リターンコード (0:成功時、1:エラー時) " retMax=" エントリ取得件数" retMaxCnt=" cntAllの最大値" errCd=" エラーコード (処理成功時は空文字列) " errMsg=" エラーメッセージ (処理成功時は空文字列) " totalRes=" 応答エントリ総数" totalResRet=" 応答エントリ数" firstRes=" 応答エントリ開始位置" 各リクエストパラメタ> </status:Status> </feed> |
更新履歴
2018/02/21: 初版.