
vShield API Programming Guide
38 VMware, Inc.
Getting the Installation Status of vShield Services on an ESX Host
YoucanretrievetheinstallationoruninstallationstatusofvShieldservicesonanESXhosttotrackprogressas
completeornotinitiated.Ifneitheroftheseoperationsisinprogress,theresponseincludesthelistofinstalled
servicesontheESXhost.
Example 3-5. Get vShield service installation status on an ESX host
Request:
GET https://<vsm-ip>/api/1.0/vshield/<host-id>
Uninstalling vShield Services from an ESX Host
YoumustunregisterSVMsbeforeuninstallingvShieldEndpointfromtheESXhost.
Example 3-6. Uninstall vShield Endpoint
Request:
DELETE https://<vsm-ip>/api/1.0/vshield/<host-id>/epsec
Example 3-7. Uninstall a vShield App only
Request:
DELETE https://<vsm-ip>/api/1.0/vshield/<host-id>/vsz
Uninstalling vShield Data Security
YoucanuninstallvShieldDataSecurityonahost.
Example 3-8. Uninstall vShield Data Security
Request:
DELETE https://<vsm-ip>/api/1.0/vshield/<host-id>/vsds
Where<host-id> istheMOIDoftheESXhostwherevShieldDataSecurityshouldbedeleted.
Komentáře k této Příručce