ルールリストの照会
    • PDF

    ルールリストの照会

    • PDF

    Article Summary

    概要

    ルールリストを照会します。

    リクエスト

    リクエストURL

    GET {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}
    

    リクエストパラメーター

    パラメーター名必須の有無タイプ制約事項説明
    pageNointページ番号。基本値: 0
    sizeNoint結果リストのサイズ基本値: 10

    レスポンス

    レスポンスボディ

    {
        "status": "string",
        "body": {
            "content": [
                {
                    "name": "string",
                    "description": "string",
                    "status": "string",
                    "query": "string",
                    "modifyTime": "localDateTime",
                    "registerTime": "localDateTime",
                    "filterTopic": "string"
                }
            ],
            "page": {
                "size": "long",
                "totalElements": "long",
                "totalPages": "long",
                "number": "long"
            }
        }
    }
    
    項目タイプ説明
    statusstringレスポンスの成否
    body.content[].namestringルール名
    body.content[].descriptionstringルール説明
    body.content[].statusstringルールの状態
    body.content[].querystringルールクエリ
    body.content[].modifyTimelocalDateTimeルールの最終修正日
    body.content[].registerTimelocalDateTimeルールの作成日
    body.content[].filterTopicstringルールトピック

    {
        "status": "SUCCESS",
        "body": {
            "content": [
                {
                    "name": "lux",
                    "description": "turn off",
                    "status": "ENABLE",
                    "query": "select lux, bulb_id from \"myhome100/abc/+/abc\" where lux > -1",
                    "modifyTime": "2020-09-25 20:10:56",
                    "registerTime": "2020-09-25 20:10:56",
                    "filterTopic": "myhome100/abc/+/abc"
                }
            ],
            "page": {
                "size": 10,
                "totalElements": 1,
                "totalPages": 1,
                "number": 0
            }
        }
    }
    

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

    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.