View virtual device mirror list
    • PDF

    View virtual device mirror list

    • PDF

    Article Summary

    Summary

    View the list of named virtual device mirrors for virtual devices.
    Named virtual device mirrors refer to all mirrors excluding the default mirror.

    Request

    Request 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

    ItemRequirement statusTypeDescription
    deviceNameYesstringVirtual device name

    Response

    Response body

    {
        "results" : "List<String>",
        "timestamp": "long"
    }
    
    ItemTypeDescription
    resultsListName list of named virtual device mirror
    timestamplongTime when the virtual device search response was created

    Example

    Response body

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

    Was this article helpful?

    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.