POST Machine/Register
Request Information
URI Parameters
None.
Body Parameters
MachineRegister| Name | Description | Type | Additional information |
|---|---|---|---|
| MachineName | string |
None. |
|
| Motherboard | string |
None. |
|
| Cpu | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MachineName": "sample string 1",
"Motherboard": "sample string 2",
"Cpu": "sample string 3"
}
application/xml, text/xml
Sample:
<MachineRegister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MMSharedObjects.Models"> <Cpu>sample string 3</Cpu> <MachineName>sample string 1</MachineName> <Motherboard>sample string 2</Motherboard> </MachineRegister>
application/x-www-form-urlencoded
Sample:
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. |