System Logs

The /logExport resource collection represents Veeam Backup for Google Cloud system logs.

Download Veeam Backup for Google Cloud Logs

The HTTP POST request to the /logExport endpoint generates a file with Veeam Backup for Google Cloud system logs

SecurityBearer
Request
header Parameters
x-api-version
required
string
Default: 1.4-rev0

Specifies the current revision of the Veeam Backup for Google Cloud REST API.

Request Body schema: application/json
required
exportType
required
string (ELogExportType)

Specifies an interval type used to collect the logs.

Enum: "Days" "TimeRange"
days
integer <int32>

[Applies to the Days interval type] Specifies a number of days for which to collect the logs.

fromLocal
string <date-time>

[Applies to the TimeRange interval type] Specifies a date from which to collect the logs.

toLocal
string <date-time>

[Applies to the BetweenDates interval type] Specifies a date up to which to collect the logs.

Responses
200

OK

400

Bad Request. The request body is malformed, incomplete or otherwise invalid

401

Unauthorized. The authorization header has been expected but not found (or found but is expired).

403

Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.

500

Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.

post/api/v1/logExport
Request samples
application/json
{
  • "exportType": "Days",
  • "days": 0,
  • "fromLocal": "2019-08-24T14:15:22Z",
  • "toLocal": "2019-08-24T14:15:22Z"
}
Response samples
"string"

Document updated 11/19/2025

Page content applies to build 7.0.0.47