Retrieve a collection of log entries for the organization identified by {organization_name} matching the log query.
Your organization name. This identifies the billing context for the API operation and represents a security boundary for SaladCloud resources. The organization must be created before using the API, and you must be a member of the organization. The organization name.
2 - 63^[a-z][a-z0-9-]{0,61}[a-z0-9]$"acme-corp"
Represents a query for logs
The end time of the time range
The query string for filtering logs
20000The start time of the time range
The maximum number of items per page.
1 <= x <= 1001
The sort order of the log entries. asc will sort the log entries in chronological order. desc will sort the log entries in reverse chronological order.
desc, asc OK
Represents a page of organization logs
A collection of log entries
10000The organization name.
2 - 63^[a-z][a-z0-9-]{0,61}[a-z0-9]$"acme-corp"
The maximum time page boundary. This may be used when getting paginated results.
The minimum time page boundary. This may be used when getting paginated results.