This is an archive version of the document. To get the most up-to-date information, see the current version.

Schema

The DeploymentLog JSON schema is supported to describe agent deplyment entities in Veeam Service Provider Console RESTful API.

Property

Type

Attributes

Description

completePercentage

Integer (int32)

Read-only

Percentage of deployment progress.

status

String

Read-only

Deployment status.

Possible values:

  • success
  • failed
  • warning

logEntries

Array of subschemas (DeploymentLogEntry)

Read-only

Log entry containing details about deployment process.

DeploymentLogEntry

Property

Type

Attributes

Description

taskUid

String (uuid)

Read-only

UID assigned to a deployment task.

event

Integer (int32)

Read-only

Event represented by the log entry.

managementAgentUid

String (uuid)

Read-only

UID assigned to a deployed management agent.

biosUuid

String (uuid)

Read-only

UUID in Win32_ComputerSystem WMI class.

hostName

String

Read-only

Hostname of a target computer.

taskName

String

Read-only

Name of a deployment task.

message

String

Read-only, nullable

Message.

time

String (date-time)

Optional, nullable

Time and date of an event.

Date and time string is formatted in accordance with RFC 3339.

I want to report a typo

There is a misspelling right here:

 

I want to let the Veeam Documentation Team know about that.