Vsan Update Manager Vsan Vib Scan

Vsan Update Manager Vsan Vib Scan

Takes a list of VIBs and a list of hosts, and determines which VIBs would be installed, what the requirements are (e.g.

maintenance mode, reboot) and which existing VIBs (if any) they are overriding. Doesn't perform any actual install, but instead just provides information on "what if".

Request
URI
POST
https://{api_host}/sdk/vim25/{release}/vsan/VsanUpdateManager/{moId}/VsanVibScan
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 VsanUpdateManager/{moId}.

string
release
Required

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


Request Body
VsanVibScanRequestType of type(s) application/json
Required
"VsanVibScanRequestType Object"
cluster
Optional

Optional cluster this scan is happening in reference to.

Required privileges: System.Read

array of object
vibSpecs
Required

List of VIB specs to check (one entry per host)

Authentication
This operation uses the following authentication methods.
Responses
200

List of VIBs that would be installed. Each such result is for a single host, single VIB.

[
    "VsanVibScanResult Object"
]
Optional

500

Failure

Returns VimFault of type(s) application/json
This response body class contains all of the following: InlineVimFault0
"VimFault Object"

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanUpdateManager/{moId}/VsanVibScan