GET api/Service/Monitor/OnLineMeters/WithPage?pageindex={pageindex}
以每页20行为单位,获取在线的流量计的信息。
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| pageindex | integer | Default value is 1 | 
Body Parameters
None.
Response Information
Resource Description
以每页20行为单位,获取在线的流量计的信息。
CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfMeterImageParmItem| Name | Description | Type | Additional information | 
|---|---|---|---|
| errcode | integer | None. | |
| errmsg | string | None. | |
| tag | SimplePageDataWithNoCountResultOfMeterImageParmItem | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": {
    "pageIndex": 1,
    "pageSize": 2,
    "hasMorePages": "sample string 3",
    "records": [
      {
        "SerialId": 1,
        "LastActivateTime": "sample string 2",
        "DeviceAddress": "sample string 3",
        "IsInRealTimeTran": "sample string 4",
        "IsInSafedLock": "sample string 5",
        "ClientNetworkType": "sample string 6",
        "ClientIpVersion": "sample string 7",
        "ClientIpAddress": "sample string 8"
      },
      {
        "SerialId": 1,
        "LastActivateTime": "sample string 2",
        "DeviceAddress": "sample string 3",
        "IsInRealTimeTran": "sample string 4",
        "IsInSafedLock": "sample string 5",
        "ClientNetworkType": "sample string 6",
        "ClientIpVersion": "sample string 7",
        "ClientIpAddress": "sample string 8"
      }
    ]
  }
}
        application/xml, text/xml
            Sample:
        
<CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfMeterImageParmItemBTpiiASOrCdCJ3eC 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>
    <hasMorePages>sample string 3</hasMorePages>
    <pageIndex>1</pageIndex>
    <pageSize>2</pageSize>
    <records xmlns:d3p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Flowmeter.ForService">
      <d3p1:MeterImageParmItem>
        <d3p1:ClientIpAddress>sample string 8</d3p1:ClientIpAddress>
        <d3p1:ClientIpVersion>sample string 7</d3p1:ClientIpVersion>
        <d3p1:ClientNetworkType>sample string 6</d3p1:ClientNetworkType>
        <d3p1:DeviceAddress>sample string 3</d3p1:DeviceAddress>
        <d3p1:IsInRealTimeTran>sample string 4</d3p1:IsInRealTimeTran>
        <d3p1:IsInSafedLock>sample string 5</d3p1:IsInSafedLock>
        <d3p1:LastActivateTime>sample string 2</d3p1:LastActivateTime>
        <d3p1:SerialId>1</d3p1:SerialId>
      </d3p1:MeterImageParmItem>
      <d3p1:MeterImageParmItem>
        <d3p1:ClientIpAddress>sample string 8</d3p1:ClientIpAddress>
        <d3p1:ClientIpVersion>sample string 7</d3p1:ClientIpVersion>
        <d3p1:ClientNetworkType>sample string 6</d3p1:ClientNetworkType>
        <d3p1:DeviceAddress>sample string 3</d3p1:DeviceAddress>
        <d3p1:IsInRealTimeTran>sample string 4</d3p1:IsInRealTimeTran>
        <d3p1:IsInSafedLock>sample string 5</d3p1:IsInSafedLock>
        <d3p1:LastActivateTime>sample string 2</d3p1:LastActivateTime>
        <d3p1:SerialId>1</d3p1:SerialId>
      </d3p1:MeterImageParmItem>
    </records>
  </tag>
</CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfMeterImageParmItemBTpiiASOrCdCJ3eC>
        application/bson
            Sample:
Binary JSON content. See http://bsonspec.org for details.