Vsan Vum System Get Vsan Vum Config

Vsan Vum System Get Vsan Vum Config

Fetch vSAN VUM integration configurable settings See VsanVumSystemConfig for more detail information about all configurable settings for vSAN VUM integration.

Required privileges: System.Read

Request
URI
POST
https://{api_host}/sdk/vim25/{release}/vsan/VsanVumSystem/{moId}/GetVsanVumConfig
COPY
Path Parameters
string
moId
Required

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 VsanVumSystem/{moId}.

string
release
Required

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


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VsanVumSystemConfig of type(s) application/json
"VsanVumSystemConfig Object"
boolean
enabled
Optional

Indicate whether vSAN VUM integration is enabled.

integer As int32 As int32
autoCheckInterval
Optional

Indicate how often would vSAN VUM integration trigger upgrade check automatically.

Unit of this value is minute.

integer As int32 As int32
metadataUpdateInterval
Optional

Indicate how often would vSAN VUM integration update vSAN release metadata information from Internet.

Unit of this value is minute.

string As date-time As date-time
releaseDbLastUpdate
Optional

The time (UTC time) from when the currently used release DB was known to be the latest up-to-date version.


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/vsan/VsanVumSystem/{moId}/GetVsanVumConfig