You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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

The root page @parent could not be found in space SBC 1000/2000 API.

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