vcenter_appliance¶
Client for vCenter appliance APIs under /api/appliance/.
Covers the VAMI-equivalent REST surface: services, system version, health summary, DNS, syslog forwarding.
Note: /api/appliance/health/system returns a JSON-encoded plain string
(e.g. "green") rather than a dict. utils/vcenter.api_get returns
that string verbatim; callers should not assume a dict shape.
- saltext.vcf.clients.vcenter_appliance.services_list(opts, profile=None)[source]¶
Return the dict of appliance services, keyed by service id.
- saltext.vcf.clients.vcenter_appliance.health_system(opts, profile=None)[source]¶
Return the overall health status string (e.g.
"green").