Esx.Settings.Clusters.Configuration.SolutionsInternal.GetSpec

Esx.Settings.Clusters.Configuration.SolutionsInternal.GetSpec
Esx.Settings.Clusters.Configuration.SolutionsInternal.GetSpec

The Esx.Settings.Clusters.Configuration.SolutionsInternal.GetSpec Schema contains properties that describe the specification to be used for reading desired state for a list of solutions.

This schema was added in vSphere API 9.0.0.0.

Note: this schema is restricted for VMware internal use only.

JSON Example
{
    "format": "string",
    "ids": [
        "string"
    ]
}
string
format
Required

The configuration format.

Possible values:

  • KEY_BASED: The configuration is represented as serialized JSON string, where string contains value for a specific component, group and key.

For more information see: Esx.Settings.Clusters.Configuration.SolutionsInternal.ConfigurationFormat.

This property was added in vSphere API 9.0.0.0.

array of string
ids
Required

List of component, group, key to fetch configuration for. The ID format is component:group:key

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 contain identifiers for the resource type: com.vmware.esx.settings.configuration.component.group.key. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.esx.settings.configuration.component.group.key.