About

This resource collection contains information about currently installed Veeam ONE version.

Get Veeam ONE Server Information

Returns a resource representation of information on Veeam ONE server and reporting service.

SecurityBearer
Responses
200

Success

403

Forbidden

get/api/v2.3/about
Request samples
Response samples
application/json
{
  • "name": "Veeam ONE Reporting Service",
  • "version": "13.0.0.5602",
  • "machine": "avonr2.tech.local",
  • "logPath": "C:\\ProgramData\\Veeam\\Veeam ONE\\Logs\\Reporter"
}

Get Veeam ONE Installation Information

Returns a resource representation of information on Veeam ONE installation.

SecurityBearer
Responses
200

Success

403

Forbidden

get/api/v2.3/about/installationInfo
Request samples
Response samples
application/json
{
  • "product": "Veeam ONE",
  • "version": "13.0.0.5602",
  • "installationUid": "73a0bc96-bee3-4e14-8f53-27625d2adb35"
}

Collect Log Archive

Initiates a log archive collection task.

SecurityBearer
Request
Request Body schema: application/json
fromDate
string or null <date-time>

Start date and time of the period for which a log archive must be collected.

Responses
200

Success

403

Forbidden

post/api/v2.3/about/logs
Request samples
application/json
{
  • "fromDate": "2019-08-24T14:15:22Z"
}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "state": "Idle",
  • "result": null
}

Get Log Archive Collection Task

Returns a resource representation of status and result of a log archive collection task with the specified ID.

SecurityBearer
Request
path Parameters
taskId
required
string <uuid>
Responses
200

Success

403

Forbidden

post/api/v2.3/about/logs/tasks/{taskId}/status
Request samples
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "state": "Idle",
  • "result": null
}

Document updated 9/08/2025

Page content applies to build 13.0.0.5630