属性テンプレートを照会
    • PDF

    属性テンプレートを照会

    • PDF

    Article Summary

    概要

    属性テンプレートを照会します。

    リクエスト

    リクエストURL

    GET {CLOUD_IOT_CORE_API_URL}/propertytemplates/{propertyTemplateName}
    
    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

    項目必須有無タイプ説明
    propertyTemplateNameYesstring属性テンプレート名

    レスポンス

    レスポンスボディ

    {
        "status": "string",
        "body": {
            "name": "string",
            "key": ["string"],
            "modifyTime": "localDateTime",
            "registerTime": "localDateTime"
        }
    }
    
    項目タイプ説明
    statusstringレスポンスの成否
    body.namestring属性テンプレート名
    body.keylist[string]属性テンプレートのKeyリスト
    body.modifyTimelocalDateTime属性テンプレートの更新日
    body.registerTimelocalDateTime属性テンプレートの最終作成日

    {
        "status": "SUCCESS",
        "body": {
            "name": "bulb_template",
            "key": ["lux", "ampere"],
            "modifyTime": "2020-09-25 14:15:25",
            "registerTime": "2020-09-25 14:15:25"
        }
    }
    

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

    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.