POST api/Deploy
Request Information
URI Parameters
None.
Body Parameters
DeployRequestName | 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-09-17T10:23:38.4353414-04:00", "ServiceTag": "sample string 3", "MachineName": "sample string 4", "IPAddress": "sample string 5", "Token": "597e01d7-2391-43eb-a5af-ed208e74ee3c", "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>597e01d7-2391-43eb-a5af-ed208e74ee3c</Token> <CreatedDate>2025-09-17T10:23:38.4353414-04: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>