I have a template
`name: SwitchEthernet
query: api/network/ethernet/switches
object: switch_ethernet
counters:
- ^^model => model
- ^^serial_number => serial_number
- ^^version => version
- ^^monitoring.monitored => monitored
export_options:
instance_keys:
- model
- serial_number
- version
instance_labels:
- model
- serial_number
- version`
And I found that with the following command:
system switch ethernet show-all -fields rcf-version
I can get the RCF version,
The response is like:
temp-SW1 RCF BES-53248 v1.10 1-CLUSTER
temp-SW2 RCF BES-53248 v1.10 1-CLUSTER
How can I add this object into harvest?