GET api/Service/StateWatcher/Dev/OnlineMeters/Query/TopPage/{serialid}
获取下一页需要执行是否在线的状态回复的流量计ID的页,result.errcode =0且Tag=NULL或没有任何数据或返回数据小于100个,表示后续的流量计了。
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
serialid |
特征流量计ID,指上一次获取的数据中的流量计的最大值. |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
获取下一页需要执行是否在线的状态回复的流量计ID的页,result.errcode =0且Tag=NULL或没有任何数据或返回数据小于100个,表示后续的流量计了。
CommonOperationResultWithTagOfIEnumerableOfInt64Name | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": [ 1, 2 ] }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOflonguHEDJ7Dj 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.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:long>1</d2p1:long> <d2p1:long>2</d2p1:long> </tag> </CommonOperationResultWithTagOfArrayOflonguHEDJ7Dj>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.