Vstats.ResourceAddressSchemas.ResourceIdDefinition
The Vstats.ResourceAddressSchemas.ResourceIdDefinition schema describes a single identifier of the Resource Addressing Schema.
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.
{
"key": "string",
"type": "string",
"query_options": "string"
}
Designates a semantic key for the resource identifier. This could be "vm" for virtual machine whose CPU usage is metered or "source" to identify the virtual machine that is origin of measured network traffic.
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.
Type of the resource. This represents various entities for which statistical data is gathered such as virtual machines, containers, servers, disks etc.
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 clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vstats.model.RsrcType
. 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.RsrcType
.
query_options