vcf_vim_infra_profile

Execution module for vSphere host profiles.

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

List host profiles.

CLI Example:

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

Return one host profile by id or name.

CLI Example:

salt '*' vcf_vim_infra_profile.get <host_profile>
saltext.vcf.modules.vcf_vim_infra_profile.export(host_profile, profile=None)[source]

Return the profile’s XML export.

CLI Example:

salt '*' vcf_vim_infra_profile.export <host_profile>
saltext.vcf.modules.vcf_vim_infra_profile.check_compliance(host_profile, profile=None)[source]

Trigger a compliance check.

CLI Example:

salt '*' vcf_vim_infra_profile.check_compliance <host_profile>