action vmware_get_nsxv_controller_cluster { label: "Show nsx controller-cluster details" description: "Show nsx controller-cluster details" provider: vmware method: GET path: "/data-sources/nsxv-managers/{id}/controller-cluster" encoding: json output: { type: "object" properties: { controller_password: { type: "string" } enabled: { type: "boolean" } } } }