action vmware_list_vcenters { label: "List vCenter data sources" description: "List vCenter data sources" provider: vmware method: GET path: "/data-sources/vcenters" encoding: json output: { type: "object" properties: { results: { type: "array" items: { type: "object" properties: { entity_id: { type: "string" description: "Entity Identifier" } entity_type: { type: "string" enum: ["CiscoSwitchDataSource", "DellSwitchDataSource", "AristaSwitchDataSource", "BrocadeSwitchDataSource", "JuniperSwitchDataSource", "VCenterDataSource", "NSXVManagerDataSource", "UCSManagerDataSource", "HPVCManagerDataSource", "HPOneViewDataSource", "PanFirewallDataSource", "CheckpointFirewallDataSource"] } } } } total_count: { type: "integer" } } } }