仮想デバイスミラーリストの照会
    • PDF

    仮想デバイスミラーリストの照会

    • PDF

    Article Summary

    概要

    仮想デバイスのうち、名前を持つ仮想デバイスミラーリストを照会します。
    名前を持つ仮想デバイスミラーとは、デフォルトミラー(DefaultMirror)を除くすべてのミラーを意味します。

    リクエスト

    リクエストURL

    GET {CLOUD_IOT_CORE_API_URL/devices/mirror/ListNamedMirrorForDevice/{deviceName}
    
    Content-Type: application/json; charset=utf-8
    x-ncp-apigw-timestamp: {Timestamp}
    x-ncp-iam-access-key: {Sub Account Access Key}
    x-ncp-apigw-signature-v2: {API Gateway Signature}
    

    Path Variables

    項目必須有無タイプ説明
    deviceNameYesstring仮想デバイス名

    レスポンス

    レスポンスボディ

    {
        "results" : "List<String>",
        "timestamp": "long"
    }
    
    項目タイプ説明
    resultsList名前を持つ仮想デバイスミラー名リスト
    timestamplong仮想デバイス照会レスポンスが作成された時刻

    レスポンスボディ

    {
        "results": [
            "mirror1",
            "mirror2"
        ],
        "timestamp": 1631167847
    }
    

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.