vcf_vcfops_deployment

Execution module for VCF Operations appliance/node deployment status + applications.

saltext.vcf.modules.vcf_vcfops_deployment.node_status(profile=None)[source]

Node status.

CLI Example:

salt '*' vcf_vcfops_deployment.node_status
saltext.vcf.modules.vcf_vcfops_deployment.healthy(profile=None)[source]

Return True when the Ops node reports an ONLINE status.

CLI Example:

salt '*' vcf_vcfops_deployment.healthy
saltext.vcf.modules.vcf_vcfops_deployment.applications_list(page=0, page_size=1000)[source]

Applications list.

CLI Example:

salt '*' vcf_vcfops_deployment.applications_list <page> <page_size>
saltext.vcf.modules.vcf_vcfops_deployment.applications_get(app_id)[source]

Applications get.

CLI Example:

salt '*' vcf_vcfops_deployment.applications_get <app_id>