Ovf_LibraryItem_DeploymentResult
The LibraryItem.DeploymentResult structure defines the result of the LibraryItem.deploy operation. See LibraryItem.deploy.
{
"succeeded": false,
"resource_id": {
"type": "string",
"id": "string"
},
"error": {
"errors": [
{
"category": "string",
"issues": [
{
"category": "string",
"file": "string",
"line_number": 0,
"column_number": 0,
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": {
"id": "string",
"params": {
"params": "Std_LocalizationParam Object"
}
},
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
],
"name": "string",
"value": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": {
"id": "string",
"params": {
"params": "Std_LocalizationParam Object"
}
},
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"error": {}
}
],
"warnings": [
{
"category": "Ovf_OvfMessage_Category Object",
"issues": [
"Ovf_ParseIssue Object"
],
"name": "string",
"value": "string",
"message": "Std_LocalizableMessage Object",
"error": {}
}
],
"information": [
{
"messages": [
"Std_LocalizableMessage Object"
]
}
]
}
}
Whether the LibraryItem.deploy operation completed successfully.
The LibraryItem.DeployableIdentity structure describes the resource created by a deployment, or the source resource from which library item can be created, by specifying its resource type and resource identifier.
The LibraryItem.ResultInfo structure defines the information returned along with the result of a LibraryItem.create or LibraryItem.deploy operation to describe errors, warnings, and informational messages produced by the server.