属性テンプレートを修正
    • PDF

    属性テンプレートを修正

    • PDF

    Article Summary

    概要

    属性テンプレートを修正します。

    リクエスト

    リクエストURL

    PUT {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属性テンプレート名

    リクエストボディー

    {   
        "name": "string",
        "key":["string"]
    }
    
    項目必須有無タイプ制約事項説明
    nameYesstring128文字以内の英大文字、英小文字、数字、-、_のみ許可属性テンプレート名
    keyYeslist[string]keyは最大10個まで作成可能。key値は128文字以内の英大文字、英小文字、数字、-、_のみ許可属性テンプレートのKey

    レスポンス

    レスポンスボディ

    {
        "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.