cmdReporter Wiki

Open navigation

REST Endpoint Logging

REST Endpoint Preference Keys

KeyValue TypeScopeSample ValueFunction
LogRemoteEndpointEnabledboolAlltrueEnable network transmission of log data
LogRemoteEndpointTypeStringRESTRESTType of remote log aggregation server
LogRemoteEndpointURLStringAllhttps://server.address:9093URL where log data is to be sent. Applies to all remote logging types.
LogRemoteEndpointRESTDictionaryREST-Container dictionary for REST preferences.

PublicKeyHashStringRESTe392UNE9...API key hash.


Full REST Remote Logging Preference Stanza

<key>LogRemoteEndpointEnabled</key>
<true/>
<key>LogRemoteEndpointURL</key>
<string>https://server.company.com:9093</string>
<key>LogRemoteEndpointType</key>
<string>REST</string>
<key>LogRemoteEndpointREST</key>
<dict>
  <key>PublicKeyHash</key>
  <string>e838SOLK9Yu+brDTxM4s0HatE2UdoSBtNDU=</string>
</dict>



Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.