vcfops_collector

VCF Operations — data collectors and collector groups.

Collectors are the data-plane workers that pull telemetry from adapters (vCenter, NSX, ESXi, …) and forward it to the analytics engine. Collector groups bind logical adapter assignments to a pool of collectors for resilience.

saltext.vcf.clients.vcfops_collector.list_(opts, profile=None)[source]

List every registered collector.

saltext.vcf.clients.vcfops_collector.groups_create(opts, group_spec, profile=None)[source]

Create a collector group.

group_spec example:

{"name": "primary", "description": "...", "collectorId": [12345]}