POST api/Deploy
Request Information
URI Parameters
None.
Body Parameters
DeployRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ServiceTag | string |
None. |
|
| MachineName | string |
None. |
|
| IPAddress | string |
None. |
|
| Token | globally unique identifier |
None. |
|
| MachineDomain | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": 1,
"CreatedDate": "2025-12-17T01:47:40.6738275-05:00",
"ServiceTag": "sample string 3",
"MachineName": "sample string 4",
"IPAddress": "sample string 5",
"Token": "b16f3cad-3b90-4295-bbab-cebfd38feed3",
"MachineDomain": "sample string 7"
}
application/xml, text/xml
Sample:
<DeployRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WinAPI.Requests"> <MachineDomain>sample string 7</MachineDomain> <Token>b16f3cad-3b90-4295-bbab-cebfd38feed3</Token> <CreatedDate>2025-12-17T01:47:40.6738275-05:00</CreatedDate> <EventId>1</EventId> <IPAddress>sample string 5</IPAddress> <MachineName>sample string 4</MachineName> <ServiceTag>sample string 3</ServiceTag> </DeployRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>