GET api/admin/v{version}/server/logs_enabled

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

None.

Response Information

Resource Description

Dictionary of LoggerType [key] and boolean [value]

Response Formats

application/json, text/json

Sample:
{
  "Logs": true
}

text/html

Sample:
{"Logs":true}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfLoggerTypebooleanSBzllZS1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfLoggerTypebooleanSBzllZS1>
    <Key>Logs</Key>
    <Value>true</Value>
  </KeyValueOfLoggerTypebooleanSBzllZS1>
</ArrayOfKeyValueOfLoggerTypebooleanSBzllZS1>