Esx.Settings.Repository.Software.Drafts.FilterSpec

Esx.Settings.Repository.Software.Drafts.FilterSpec
Esx.Settings.Repository.Software.Drafts.FilterSpec

The Esx.Settings.Repository.Software.Drafts.FilterSpec schema contains properties used to filter the results when listing software drafts. See GET /esx/settings/repository/software/drafts.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "software_spec_ids": [
        "string"
    ],
    "owners": [
        "string"
    ]
}
array of string
software_spec_ids
Optional

Software specification identifier for which the draft is created. If the software specification identifier is set to -1, global software drafts are returned.

This property was added in vSphere API 9.0.0.0.

If missing or null or empty, drafts from all software specification identifiers are returned.

When clients pass a value of this schema as a parameter, the property must contain identifiers 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 contain identifiers for the resource type: com.vmware.esx.settings.repository.software_spec.

array of string
owners
Optional

Owners of the drafts.

This property was added in vSphere API 9.0.0.0.

If missing or null or empty, drafts from all owners will be returned.