SetRBMDebugLog

Trigger this action to enable RBM debug logging.

Use the HTTP POST method with the resource /mgmt/actionqueue/default, specifying a request payload with the following format:
{
  "SetRBMDebugLog": {
    "RBMLog": "yes" | "no"
  }
}
RBMLog
Enum
Specify "yes" to enable RBM debug logging in the system log.

Example

To enable RBM logging, post the following payload to https://yourhost:5554/mgmt/actionqueue/default:

{
  "SetRBMDebugLog": {
    "RBMLog": "yes" 
  }
}