sddc_vcf_services

SDDC Manager /v1/vcf-services — the public view of the VMSP platform.

VMSP (VCF Management Services Platform) is the embedded k3s cluster that hosts the VCF microservices (Common Services, Domain Manager, Operations Manager, LCM, SDDC Manager UI, …). The k3s API itself is internal-only; SDDC Manager exposes a mediated catalog of those services at /v1/vcf-services for status/health/version queries.

Element shape:

{"id": "<uuid>", "name": "COMMON_SERVICES",
 "version": "9.2.0.0.25397542", "status": "UP"}
saltext.vcf.clients.sddc_vcf_services.list_(opts, profile=None)[source]

List every VMSP platform service.

saltext.vcf.clients.sddc_vcf_services.get_by_name(opts, name, profile=None)[source]

Look up a VMSP service by its symbolic name (e.g. COMMON_SERVICES).

Returns None if no service with that name exists.