vcf_sddc_host

Execution module for SDDC Manager hosts.

saltext.vcf.modules.vcf_sddc_host.list_(profile=None)[source]

List hosts in the SDDC inventory.

CLI Example:

salt '*' vcf_sddc_host.list_
saltext.vcf.modules.vcf_sddc_host.get(host, profile=None)[source]

Return details for a single host by id.

CLI Example:

salt '*' vcf_sddc_host.get <host>
saltext.vcf.modules.vcf_sddc_host.commission(host_specs, profile=None)[source]

Commission one or more hosts (POST /v1/hosts).

CLI Example:

salt '*' vcf_sddc_host.commission <host_specs>
saltext.vcf.modules.vcf_sddc_host.decommission(host, profile=None)[source]

Decommission a host by id.

CLI Example:

salt '*' vcf_sddc_host.decommission <host>