OvfLibraryItemCreateResult

The LibraryItem.CreateResult structure defines the result of the LibraryItem.create operation. See LibraryItem.create.


Properties

boolean
succeeded Required

Whether the LibraryItem.create operation completed successfully.


error Optional

Errors, warnings, and informational messages produced by the LibraryItem.create operation. If unset, no errors, warnings, or informational messages were reported by the LibraryItem.create operation.


string
ovf_library_item_id Optional

Identifier of the created or updated library item. If unset, the LibraryItem.create operation failed and LibraryItem.CreateResult.error will describe the error(s) that caused the failure. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.content.library.Item. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.content.library.Item.

JSON Example

{
	"succeeded": false
}
Returned By

Create Library Item

Feedback

Was this page helpful?