Host Datastore Browser Get Supported Type

Host Datastore Browser Get Supported Type

The list of supported file types.

The supported file types are represented as items in this list. For each supported file type, there is an object in the list whose dynamic type is one of the types derived from the FileQuery data object type. In general, the properties in this query type are not set.

Use the Query of the desired file type in the SearchSpec.query to indicate the desired file types.

This property is used by clients to determine what kinds of file types are supported. Clients should consult this list to avoid querying for types of virtual machine components that are not supported.

Request
URI
GET
https://{vcenter-host}/sdk/vim25/{release}/HostDatastoreBrowser/{moId}/supportedType
COPY
Path Parameters
string
moId
Required

The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId, in this case HostDatastoreBrowser/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Array of FileQuery of type(s) application/json
[
    {
        "_typeName": "string"
    }
]