JSON_SearchResult

SearchResult message in JSON format

{
  "SearchResult":{
    "searchID":"", 
/*required, string type, search ID, it is recommended to be same with the GUID OR UUID of ISO/IEC 9834-8/ITU X.667, e.g., "812F04E0-4089-11A3-9A0C-0305E82C2906". And it is repeatedly returned with search results during the search*/
    "responseStatus": , 
/*required, response status, return "true" for success, and return "false" for failure*/
    "responseStatusStrg":"", 
/*required, response status which can be directly read, and it corresponds to responseStatus*/
    "numOfMatches":, 
/*optional, number of matched results*/
    "matchList":[{
      "searchMatchItem":{
        "logDescriptor":{
          "metaId":"",
/*search range, the format of metaID is <domain>/<class>/<type>, e.g., log.xxx.com/Infomation/runStatusInfo, which indicates that the logs with minor type of "runStatusInfo" and major type of "Infomation" will be searched, if only the <domain> exists, it indicates search all.*/
          "startDateTime":"",  
/*required, start time of search, e.g., "2013-05-18T10:31:26+08:00"*/
          "userName":"",  
/*optional, local or remote user name*/
          "ipAddress":"",
/*optional, IP address of remote security control panel*/
          "object":"",
/*required, operating medium: "network", "keypad", "remoteCtrl"-keyfob, "card"*/
          "params":"",
/*optional, zone No. or other parameters*/
          "seq":"",
/*optional, serial No.*/
          "attachInfo":""
/*optional, additional information/
        }
      }
    }]
  }
}

Remarks

For details about log major and minor types, refer to Log Types.