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:
|
logEntries | Array of subschemas (DeploymentLogEntry) | Read-only | Log entry containing details about deployment process. |
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. |