Optional
configuration: ConfigurationOptional
basePath: stringOptional
axios: AxiosInstanceAn Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
coId: anyReturn only log messages associated with the given request Correlation ID.
Optional
errorsOnly: anyThe value of this field does not matter. If included in the request, this endpoint only returns error logs (even if the value is set to `false`). If this field is excluded from the request, this endpoint only returns non-error logs.
Optional
userId: anyReturn only log messages associated with the given `user_id`.
Optional
startDate: anyThe date and time in ISO 8601 at which to begin returning results, exclusive.
Optional
endDate: anyThe date and time in ISO 8601 at which to cease returning results, inclusive.
Optional
skip: anyThe offset number of matching log entries to skip before including them in the response.
Optional
limit: anyThe maximum number of log entries to include in the response. If the query matches more than this many logs, it returns documents in ascending order by date until the limit is reached.
Optional
type: AdminGetLogsTypeEnumThe kind of log you would like to retrieve.
Optional
options: anyOverride http request option.
Retrieve App Services logs
Generated using TypeDoc
LogsApi - factory interface