Event Notifications REST API Reference - LogLevels
Download OpenAPI Specification: Download
For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.
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
| |||
Response samples
- 200
- 403
- 500
Content type
application/json
{- "logLevels": [
- {
- "name": "ERROR",
- "description": "Error"
}, - {
- "level": "WARNING",
- "description": "Warning"
}, - {
- "level": "INFO",
- "description": "Information"
}
]
}Was this topic helpful?