VsanClusterNetworkPerfTaskSpec
The additional spec for querying vSAN cluster network performance test
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"Cluster": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"DurationSec": 0,
"ownerVc": "string"
}
The target cluster against which network performance test will be run.
It could be the local vSAN cluster or the remote vSAN cluster whose datastore has been mounted to the local cluster. If not specified, it will run against the local vSAN cluster itself.
The duration of the network performance test.
Default is 15 seconds if not set.
The owner vCenter server FQDN or ip address for the given cluster parameter in this spec.
It can be unset if the cluster is from local VC but should be set for the vSAN cluster from remote VC when it's mounted as remote vSAN datastore.