REST API Method: POST /rest/logprofilestable/{identifier}/logsubsystemsentry/{identifier}

Modifies a Log Profile Subsystem given a specific Table Entry ID in a given Log Profile Table.

URL:

https://192.168.0.111/rest/logprofilestable/{identifier}/logsubsystemsentry/{identifier}

HTTP Method

POST

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
LogLevelYesNoEnum0Possible values:
  • 0 - llDefault
  • 1 - llTrace
  • 2 - llDebug
  • 3 - llInfo
  • 4 - llWarn
  • 5 - llError
  • 6 - llFatal
  • 7 - llOff
Specifies the new severity level for the sub-system.
LoggerNameYesNostringnone128 - Max Length Specifies the sub-system for which logs has to be collected.

Helpful Tip

The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource

  • No labels