When collecting data, I'd like the adapter to be able to:
- Retrieve a list of available metrics from an external API for each object.
- Define metrics and their properties (key, type, label) based on the API response.
- Assign collected values to newly defined metrics.
Is this possible in the VCF Operations Integration SDK?
-------------------------------------------