ルールの状態変更
    • PDF

    ルールの状態変更

    • PDF

    Article Summary

    概要

    ルールの状態を変更します。

    ルールの状態には有効(ENABLE)、無効(DISABLE) があります。

    リクエスト

    リクエストURL

    PUT {CLOUD_IOT_CORE_API_URL}/rules
    
    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}
    

    リクエストボディー

    {
       "ruleNameList" : "list<string>",
       "status" : "string"
    }
    
    項目必須の有無タイプ制約事項説明
    ruleNameListYeslist<string>ルール名のリスト
    statusYesstring{ENABLE | DISABLE}変更したい状態

    レスポンス

    レスポンスボディ

    {
        "status": "string",
        "body": null
    }
    
    項目タイプ説明
    statusstringレスポンスの成否
    bodynull

    {
        "status": "SUCCESS",
        "body": null
    }
    
    

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

    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.