POST api/BotManagement/createmachine
Request Information
URI Parameters
None.
Body Parameters
Machine| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Region | string |
None. |
|
| QbotGUID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Region": "sample string 2",
"QbotGUID": "f175d1d8-bece-441b-a424-c46cc1a91db1"
}
application/xml, text/xml
Sample:
<BotManager.Machine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SofyWebApi.Classes"> <Name>sample string 1</Name> <QbotGUID>f175d1d8-bece-441b-a424-c46cc1a91db1</QbotGUID> <Region>sample string 2</Region> </BotManager.Machine>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |