GET api/Service/Monitor/Meter/OnLineStatus?serialid={serialid}
查询某个表是否通过WEB方式在线
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| serialid | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
查询某个表是否通过WEB方式在线
CommonOperationResultWithTagOfMeterOnlineStatus| Name | Description | Type | Additional information | 
|---|---|---|---|
| errcode | integer | None. | |
| errmsg | string | None. | |
| tag | MeterOnlineStatus | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": {
    "IsOnline": true,
    "ConnectionType": 0,
    "OnlineTime": "sample string 2",
    "LastRefreshTime": "sample string 3",
    "IsLocked": true,
    "IsSecurityLocked": true
  }
}
        application/xml, text/xml
            Sample:
        
<CommonOperationResultWithTagOfMeterOnlineStatusBTpiiASO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
  <errcode>1</errcode>
  <errmsg>sample string 2</errmsg>
  <tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Flowmeter.ForService">
    <d2p1:ConnectionType>Tcp</d2p1:ConnectionType>
    <d2p1:IsLocked>true</d2p1:IsLocked>
    <d2p1:IsOnline>true</d2p1:IsOnline>
    <d2p1:IsSecurityLocked>true</d2p1:IsSecurityLocked>
    <d2p1:LastRefreshTime>sample string 3</d2p1:LastRefreshTime>
    <d2p1:OnlineTime>sample string 2</d2p1:OnlineTime>
  </tag>
</CommonOperationResultWithTagOfMeterOnlineStatusBTpiiASO>
        application/bson
            Sample:
Binary JSON content. See http://bsonspec.org for details.