action vmware_add_vcenter_datasource { label: "Create a vCenter data source" description: "Add a vcenter data source. User must provide one of ip or fqdn field in the request body.\nAppropriate proxy id is retrieved from infra/nodes URL to select the proxy node." provider: vmware method: POST path: "/data-sources/vcenters" encoding: json input: { type: "object" } output: { type: "object" } }