installers#

async idem_vra.exec.vra.cmx.installers.get_installer_using_get(hub, ctx, p_id, **kwargs)[source]#

Find a Kubernetes Installer by id Retrieve a K8S Installer by id Performs GET /cmx/api/resources/installers/{id}

Parameters:

p_id (string) – (required in path) id

async idem_vra.exec.vra.cmx.installers.get_kubernetes_properties_using_get(hub, ctx, p_id, **kwargs)[source]#

Find installation properties by installer id Retrieve installation properties by id Performs GET /cmx/api/resources/installers/{id}/properties

Parameters:

p_id (string) – (required in path) id

async idem_vra.exec.vra.cmx.installers.install_using_post(hub, ctx, p_id, **kwargs)[source]#

Install a K8S Installer Install a K8S Installer Performs POST /cmx/api/resources/installers/{id}/install

Parameters:

p_id (string) – (required in path) id

async idem_vra.exec.vra.cmx.installers.uninstall_using_post(hub, ctx, p_id, **kwargs)[source]#

Uninstall a K8S Installer Uninstall a K8S Installer Performs POST /cmx/api/resources/installers/{id}/uninstall

Parameters:

p_id (string) – (required in path) id