Settings_Depots_Online_Content_Info

Settings_Depots_Online_Content_Info
Settings_Depots_Online_Content_Info

The Content.Info structure contains fields that describe the information of metadata bundles of an online depot.

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"
                            }
                        ]
                    }
                },
                "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. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.settings.depots.vendor. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.esx.settings.depots.vendor.