GET api/Service/TaskRunner/Dev/OnlineMeters/Query/TopPage/{taskid}/{serialid}

检索某个特定的计划任务中,需要被操作的,序列号大于指定值的前20个需要被操作的在线的流量计的序列号。 如果Result.errcode=0且tag内包含的序列号的数量小于20,则说明没有后序的页。

Request Information

URI Parameters

NameDescriptionTypeAdditional information
taskid

计划任务的ID

integer

Required

serialid

指定的流量计的序列号,返回结果中的序列号将大于此序列号。

integer

Required

Body Parameters

None.

Response Information

Resource Description

检索某个特定的计划任务中,需要被操作的,序列号大于指定值的前20个需要被操作的在线的流量计的序列号。 如果Result.errcode=0且tag内包含的序列号的数量小于20,则说明没有后序的页。

CommonOperationResultWithTagOfIEnumerableOfInt64
NameDescriptionTypeAdditional 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.