Esx.Settings.SoftwareSpecMetadata

Esx.Settings.SoftwareSpecMetadata
Esx.Settings.SoftwareSpecMetadata

The Esx.Settings.SoftwareSpecMetadata schema contains information about the software specification in the repository that is associated to the cluster or host.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "display_name": "string",
    "software_spec_id": "string",
    "orchestrator_info": {
        "owner": "string",
        "owner_data": "string"
    },
    "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
            }
        ]
    }
}
string
display_name
Required

Display name of the software specification.

This property was added in vSphere API 9.0.0.0.

string
software_spec_id
Required

ID of a software specification from the repository.

This property was added in vSphere API 9.0.0.0.

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

orchestrator_info
Required

Orchestrator information for the desired state of host or cluster.

This property was added in vSphere API 9.0.0.0.

notifications
Required

Notifications for the software specification in the repository that is associated with the cluster or host. The owner and owner data are fetched from the desired state of the cluster or host.

This property was added in vSphere API 9.0.0.0.