Vstats.AcqSpecs.CounterSpec
The Vstats.AcqSpecs.CounterSpec schema designates a counter or counter set in an acquisition specification.
Warning: this schema is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
{
"cid_mid": {
"cid": "string",
"mid": "string"
},
"set_id": "string"
}
cid_mid
Counter set identifier
Warning: this property is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
When missing or null
the cid_mid field will be used.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vstats.model.CounterSet
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vstats.model.CounterSet
.