Get Library Item
Retrieves a specific item via URN.
itemUrn
OK
{
"id": "string",
"name": "string",
"imageIdentifier": "string",
"description": "string",
"isPublished": false,
"isSubscribed": false,
"creationDate": "string",
"lastSuccessfulSync": "string",
"version": 0,
"status": "READY, NOT_READY, FAILED, PARTIALLY_READY",
"contentLibrary": {
"name": "string",
"id": "string"
},
"org": {
"name": "string",
"id": "string"
},
"fileUploadSizeBytes": 0,
"itemType": "string"
}
A unique identifier for the library item.
The name of the content library item.
VirtualMachineIdentifier (VMI) of the item. This is a ReadOnly field.
The description of the content library item.
Whether this item is published.
Whether this item is subscribed.
The ISO-8601 timestamp representing when this item was created.
The ISO-8601 timestamp representing when this item was last synced if subscribed.
The version of this item. For a subscribed library, this version is same as in publisher library.
Status of this content library item.
Entity reference used to describe VCD entities
Entity reference used to describe VCD entities
The size of the content library item file to upload in bytes. This field is only required for ISO content library items and will be NULL for Template based content library items.
The type of content library item. This field is only required for content library upload.
This operation contains the following vendor extensions defined in the spec:
[object Object]
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/contentLibraryItems/{itemUrn}