POST Log?serverName={serverName}&serverIdentity={serverIdentity}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| serverName | string |
Required |
|
| serverIdentity | string |
Required |
Body Parameters
MSLogInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| LogLevel | LogLevel |
None. |
|
| Conent | Object |
None. |
|
| Exception | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"LogLevel": 0,
"Conent": {},
"Exception": {}
}
application/xml, text/xml
Sample:
<LogController.MSLogInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Log.Api.Controllers"> <Conent /> <Exception /> <LogLevel>Debug</LogLevel> </LogController.MSLogInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.