ProductVersionCatalog

ProductVersionCatalog
ProductVersionCatalog

LCM Product Version Catalog that contains async patches for VMware Cloud foundation components (VC/ESX/NSX) that's used by Lifecycle Manager.

JSON Example
{
    "version": 0,
    "sequenceNumber": 0,
    "creationTime": "string",
    "publishedTime": "string",
    "patches": {
        "patches": [
            {
                "releaseDate": "string",
                "description": "string",
                "productVersion": "string",
                "artifacts": {
                    "bundles": [
                        {
                            "id": "string",
                            "type": "string",
                            "name": "string",
                            "binaries": [
                                {
                                    "fileName": "string",
                                    "size": 0,
                                    "checksum": "string",
                                    "metadata": [
                                        {
                                            "tag": "string",
                                            "configuration": [
                                                {
                                                    "key": "string",
                                                    "value": "string"
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                "metadata": [
                    {
                        "tag": "string",
                        "configuration": [
                            {
                                "key": "string",
                                "value": "string"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}
integer As int32 As int32
version
Read-Only  

Product Version catalog version supported by VCF

integer As int32 As int32
sequenceNumber
Read-Only  

Product Version catalog sequence number which signifies an update in the product version catalog

string
creationTime
Read-Only  

Creation time for the Product Version catalog e.g. 2020-06-08T02:20:15.844Z, in yyyy-MM-dd'T'HH:mm:ss[.SSS]XXX ISO 8601 format

string
publishedTime
Read-Only  

Time of publish of the Product Version catalog e.g. 2020-06-08T02:20:15.844Z, in yyyy-MM-dd'T'HH:mm:ss[.SSS]XXX ISO 8601 format

object
patches
Optional

Patches used for the product version catalog