reject-dev

Use the interface to obtain the rejected device list.

Only available for users with administrative rights.

Prototype

Protocol HTTP/HTTPS POST
URL ip[:port]/sc_cloud/registry/reject-dev
Data Format Request: Content-Type: application/json
Response: Content-Type: application/json

Request Cookies

Parameter Description
mwcloud-sid A string value that is used to uniquely identify user logged-in.
mwcloud-uid Current logged-in username.
Request Body
Parameter Description
sn Speicfy the serial numbers of all rejected devices.

Request Example

POST /sc_cloud/registry/reject-dev HTTP/1.1
Accept: application/json, text/plain, */*
Content-Type: application/json;charset=utf-8
Content-Length: 24
Cookie: mwcloud-sid=OCXWUMGEYPGIAWWOETYXPNMVHDZIAZJP; mwcloud-uid=Admin;
{
  "sn":["A305200908004"]
}

Response Parameters

Response Header
Parameter Description
Content-Type Value: 'application/json; charset=UTF-8'
Response Body
Parameter Description
result Result code. The options are as follows:
  • 0: success.
  • Other values. For details about the result codes, please refer to API Status.
method reject-dev

Response Example

HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
content-length: 34
{
  "method": "reject-dev",
  "result": 0
}

results matching ""

    No results matching ""

    results matching ""

      No results matching ""