Vstats.Providers.Summary

Vstats.Providers.Summary
Vstats.Providers.Summary

Vstats.Providers.Summary schema describes a statistical data provider.

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.

JSON Example
{
    "id": "string",
    "id_value": "string",
    "type": "string",
    "scheme": "string",
    "metadata": "string",
    "tracking_sn": 0
}
string
id
Required

Provider 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 clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vstats.model.Provider. 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.Provider.

string
id_value
Required

The ID given to the provider by its respective inventory.

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.

string
type
Required

Provider type.

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.

string
scheme
Optional

An optional designation of the scheme.

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 provider is not designating a specific scheme.

string
metadata
Optional

Schema-less metadata with extra information for the provider.

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.

As supplied by the provider.

integer As int64 As int64
tracking_sn
Optional

Timestamp which is obtained when querying counters from a provider and is used as since parameter when new counter listing is needed.

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.

{term unset} if no timestamp has been obtained yet.