POST api/Extreme/Log
Request Information
URI Parameters
None.
Body Parameters
LogModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Exception | string |
None. |
|
| Message | string |
None. |
|
| Method | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Exception": "sample string 1",
"Message": "sample string 2",
"Method": "sample string 3"
}
application/xml, text/xml
Sample:
<LogModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Exception>sample string 1</Exception> <Message>sample string 2</Message> <Method>sample string 3</Method> </LogModel>
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>sample string 1</string>