Get the Admin Messages.

Prev Next
Get
/admin-messages

Get a list of all Admin Messages generated by the system. It includes duplicate messages generated over time. Use "/summarize" to get distinct messages like the Admin UI.

Security
HTTP
Type bearer
Responses
200

List of Admin Messages.

Expand All
object
data
Array of object
object
id
string (uuid)

Randomly generated UUID.

Example4c07bc67-57ea-42dd-b702-c2d6c45419fc
level
string

The severity of the message.

Valid values[ "Information", "Warning", "Error", "Critical" ]
category
string

Message category.

Valid values[ "Configuration", "Connectivity", "Version" ]
message
string

The message.

ExampleIdentity Provider "local" does not have IP Pool assigned.
source
string

The name of the Appliance that generated this message.

Examplecontroller-1
created
string (date-time)

When the Admin Message generated.

401

Token error. Login again.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

403

Insufficient permissions to access this resource.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

406

Invalid 'Accept' header.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

500

Unexpected server side error.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.