URL をリクエストする

https://api.dotcom-monitor.com/config_api_v1/devices/ {platform_name} を取得する

 

プラットフォーム別にデバイスリストを取得します。

パスパラメータ

種類 必須 形容
platform_name

true

監視プラットフォーム名。

 

潜在的な値:
プラットホーム platform_name
ブラウザビュー browserview
メトリックビュー メトリックビュー
サーバービュー サーバービュー
ウェブビュー ウェブビュー
ユーザービュー ユーザービュー
リクエスト URL の例

https://api.dotcom-monitor.com/config_api_v1/devices/serverview

成功の応答

使用可能なデバイス ID の配列を含む応答の例
Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
[
8533,
8534,
8550,
8557,
8559,
8563,
8581
]
[ 8533, 8534, 8550, 8557, 8559, 8563, 8581 ]
[
    8533,
    8534,
    8550,
    8557,
    8559,
    8563,
    8581
]