action vmware_add_cisco_switch { label: "Create a cisco switch data source" description: "Add cisco switch as 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/cisco-switches" encoding: json input: { type: "object" } output: { type: "object" } }