Esx.Settings.Depots.Umds.Content.Info

Esx.Settings.Depots.Umds.Content.Info
Esx.Settings.Depots.Umds.Content.Info

The Esx.Settings.Depots.Umds.Content.Info schema contains fields that describe the information of metadata bundles of the UMDS depot.

This schema was added in vSphere API 7.0.3.0.

JSON Example
{
    "metadata_bundles": {
        "metadata_bundles": [
            {
                "file_name": "string",
                "base_images": [
                    {
                        "version": "string",
                        "display_name": "string",
                        "display_version": "string"
                    }
                ],
                "addons": {
                    "addons": {
                        "display_name": "string",
                        "vendor": "string",
                        "versions": [
                            {
                                "version": "string",
                                "display_version": "string"
                            }
                        ]
                    }
                },
                "solutions": {
                    "solutions": {
                        "display_name": "string",
                        "versions": [
                            {
                                "version": "string",
                                "display_version": "string"
                            }
                        ],
                        "components": {
                            "components": {
                                "release_date": "string",
                                "version": {
                                    "version": "string",
                                    "display_version": "string"
                                },
                                "vib_informations": {
                                    "vib_informations": {
                                        "software_tags": [
                                            "string"
                                        ]
                                    }
                                }
                            }
                        }
                    }
                },
                "hardware_support": {
                    "hardware_support": {
                        "display_name": "string",
                        "packages": {
                            "packages": {
                                "versions": [
                                    {
                                        "version": "string"
                                    }
                                ]
                            }
                        }
                    }
                },
                "independent_components": {
                    "independent_components": {
                        "display_name": "string",
                        "versions": [
                            {
                                "version": "string",
                                "display_version": "string"
                            }
                        ]
                    }
                },
                "updates": {
                    "updates": {
                        "summary": "string"
                    }
                }
            }
        ]
    }
}
object
metadata_bundles
Required

A list of metadata bundles contained in the depot. The key is vendor of metadata bundle.

This property was added in vSphere API 7.0.3.0.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.settings.depots.vendor. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.settings.depots.vendor.