OvfLibraryItemDeploymentResult
The LibraryItem.DeploymentResult structure defines the result of the LibraryItem.deploy operation. See LibraryItem.deploy.
Properties
boolean
succeeded
Required
Whether the LibraryItem.deploy operation completed successfully.
error
Optional
Errors, warnings, and informational messages produced by the LibraryItem.deploy operation. If unset, no errors, warnings, or informational messages were reported by the LibraryItem.deploy operation.
resource_id
Optional
Identifier of the deployed resource entity. If unset, the LibraryItem.deploy operation failed and LibraryItem.DeploymentResult.error will describe the error(s) that caused the failure.
JSON Example
{
"succeeded": false
}