HomeGuidesAPI Reference
CommunityWebsiteDocumentationExchangeSupportDeveloperLog In
API Reference

Export Appliance Health Logs

This endpoint downloads the morpheus appliance logs as a file attachment. By default, the most recent 10,000 log entries are returned, with the newest at the end of the file. The format for each log entry is timestamp level message.

Query Params
int64
Defaults to 25

Maximum number of records to return

int64
Defaults to 0

Offset records, the number of records to skip, for paginating requests

string
Defaults to name

Sort order, the name of the property to sort by

string
Defaults to asc

Sort direction, use 'desc' to reverse sort

string

Search phrase for partial matches on name or description

string

Filter by name, wildcard may be specified as %, eg. example-%

boolean

True or False flag for Acknowledged items

string

Filter by startDate greater than or equal to a specified date

string

Filter by endDate less than or equal to a specified date

boolean

Reverse order of records. This true by default when sort and direction are not passed, but false by default if either is passed.
This means that by default the newest log entries are the bottom of the file.

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/octet-stream
application/json