POST api/Agent/WebCtrl/Concent/Disconnect/{centid}

强制某个主机下线(主机处于空闲状态,才能进行强制下线)。 2019-02-19添加。

Request Information

URI Parameters

NameDescriptionTypeAdditional information
centid

integer

Required

Body Parameters

None.

Response Information

Resource Description

强制某个主机下线(主机处于空闲状态,才能进行强制下线)。 2019-02-19添加。

DosimeterOperationResultOfString
NameDescriptionTypeAdditional information
ErrCode

integer

None.

ErrMsg

string

None.

Tag

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ErrCode": 1,
  "ErrMsg": "sample string 2",
  "Tag": "sample string 3"
}

application/xml, text/xml

Sample:
<DosimeterOperationResultOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.Dosimeter.Monitor.Parm">
  <ErrCode>1</ErrCode>
  <ErrMsg>sample string 2</ErrMsg>
  <Tag>sample string 3</Tag>
</DosimeterOperationResultOfstring>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.