GET api/Server/RebootServer?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GeneralResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| response | string |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"response": "sample string 1",
"message": "sample string 2",
"data": {}
}
text/html
Sample:
{"response":"sample string 1","message":"sample string 2","data":{}}
application/xml, text/xml
Sample:
<GeneralModels.GeneralResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Automation.Models"> <data /> <message>sample string 2</message> <response>sample string 1</response> </GeneralModels.GeneralResponseModel>