vcf_nsx_cluster

Execution module for NSX Management API — cluster status and API VIP.

saltext.vcf.modules.vcf_nsx_cluster.status(profile=None)[source]

Status.

CLI Example:

salt '*' vcf_nsx_cluster.status
saltext.vcf.modules.vcf_nsx_cluster.api_virtual_ip_get(profile=None)[source]

Return the current management-plane cluster VIP.

Response ip_address is empty when no VIP is configured.

CLI Example:

salt '*' vcf_nsx_cluster.api_virtual_ip_get
saltext.vcf.modules.vcf_nsx_cluster.api_virtual_ip_set(ip_address, profile=None)[source]

Set the management-plane cluster VIP.

CLI Example:

salt '*' vcf_nsx_cluster.api_virtual_ip_set 10.10.10.100
saltext.vcf.modules.vcf_nsx_cluster.api_virtual_ip_clear(profile=None)[source]

Clear the management-plane cluster VIP.

CLI Example:

salt '*' vcf_nsx_cluster.api_virtual_ip_clear