getExtensionServerTailLogs

get

/ccadmin/v1/logs/tail

Returns the tail logs from the extension server for the given logging level and date.

Request

Supported Media Types
Query Parameters
  • The date of the log file to return. Will default to the current day if not supplied.
  • It specifies the environment where operation needs to be performed. Default value is live. (value: preview or live)
  • The level of the log file to return. must be one of the following; debug, info, warning, error.
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : getExtensionServerTailLogs_response
Type: object
Show Source
  • the contents level of the log file whose contents has been returned.
Example Response (application/json)
{
}

Default Response

The error response
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top