Waiting for engine...
Skip to main content

Event Notifications REST API Reference - LogLevels

Toggle Pane

Download OpenAPI Specification: Download

Run In Postman

For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.

Log Levels

API for retrieving available log levels

Required Privileges:

Ensure you have the Event Notification Administrator role.

Get all log levels

Returns a list of all available log levels with their names and descriptions

Authorizations:
bearer-auth

Responses

Response Schema: application/json
Array of objects

List of available log levels for event notifications

Array
property name*
additional property
object

A map containing log level properties where keys are property names and values are property values

Response samples

Content type
application/json
{
  • "logLevels": [
    • {
      },
    • {
      },
    • {
      }
    ]
}