Esx.Settings.Depots.Offline.DepotExtractInfo

Esx.Settings.Depots.Offline.DepotExtractInfo
Esx.Settings.Depots.Offline.DepotExtractInfo

The Esx.Settings.Depots.Offline.DepotExtractInfo schema contains properties that describe the extracted depot.

This schema was added in vSphere API 7.0.2.0.

JSON Example
{
    "notifications": {
        "info": [
            {
                "type": "string",
                "id": "string",
                "time": "string",
                "message": "Vapi.Std.LocalizableMessage Object",
                "resolution": "Vapi.Std.LocalizableMessage Object",
                "originator": "string",
                "retriable": false
            }
        ],
        "warnings": [
            {
                "type": "string",
                "id": "string",
                "time": "string",
                "message": "Vapi.Std.LocalizableMessage Object",
                "resolution": "Vapi.Std.LocalizableMessage Object",
                "originator": "string",
                "retriable": false
            }
        ],
        "errors": [
            {
                "type": "string",
                "id": "string",
                "time": "string",
                "message": "Vapi.Std.LocalizableMessage Object",
                "resolution": "Vapi.Std.LocalizableMessage Object",
                "originator": "string",
                "retriable": false
            }
        ]
    },
    "software_spec": {
        "base_image": {
            "version": "string"
        },
        "add_on": {
            "name": "string",
            "version": "string"
        },
        "components": {
            "components": "string"
        },
        "solutions": {
            "solutions": {
                "version": "string",
                "components": [
                    {
                        "component": "string"
                    }
                ]
            }
        },
        "hardware_support": {
            "packages": {
                "packages": {
                    "pkg": "string",
                    "version": "string"
                }
            }
        },
        "removed_components": [
            "string"
        ],
        "alternative_images": {
            "alternative_images": {
                "base_image": {
                    "version": "string"
                },
                "add_on": {
                    "name": "string",
                    "version": "string"
                },
                "components": {
                    "components": "string"
                },
                "solutions": {
                    "solutions": {
                        "version": "string",
                        "components": [
                            {
                                "component": "string"
                            }
                        ]
                    }
                },
                "hardware_support": {
                    "packages": {
                        "packages": {
                            "pkg": "string",
                            "version": "string"
                        }
                    }
                },
                "removed_components": [
                    "string"
                ],
                "display_name": "string",
                "selection_criteria": {
                    "selection_type": "string",
                    "host_uuids": [
                        "string"
                    ],
                    "host_hardware_spec": {
                        "vendor": "string",
                        "models": [
                            "string"
                        ],
                        "families": [
                            "string"
                        ],
                        "oem_strings": [
                            "string"
                        ]
                    }
                }
            }
        }
    },
    "result": {
        "depot": "string"
    }
}
notifications
Required

Notifications returned by the extractDepot operation.

This property was added in vSphere API 7.0.2.0.

software_spec
Required

Software specification of the extracted depot.

This property was added in vSphere API 7.0.2.0.

result
Required

The information about the created offline depot. Empty @name{result} @term{string} indicates that the depot contents are already present in VC cache

This property was added in vSphere API 7.0.2.0.