Vsan File Service System Vsan Cluster Query Fs Domains
Lists all file service domains in the vSAN cluster.
To list all the file service domains, leave both the uuids and names field empty. Otherwise the return result will be a set of file service domains matches the domain UUID or domain name provided in the parameters. If both fields are provided, only those file service domain with both domain name and domain UUID matched will be returned.
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case VsanFileServiceSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"VsanClusterQueryFsDomainsRequestType Object"
The specifications of the file service domains to be queried.
The target cluster. Ignored when called on ESXi hosts.
Required privileges: System.Read
List of all the domain information on this host.
[
"VsanFileServiceDomain Object"
]
InvalidState: Exception when the file service is not enabled in this cluster.
"InvalidState Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanFileServiceSystem/{moId}/VsanClusterQueryFsDomains