Vstats.RsrcId

Vstats.RsrcId
Vstats.RsrcId

The Vstats.RsrcId schema specifies identification of a resource to be monitored by an acquisition specification record.

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
{
    "key": "string",
    "type": "string",
    "id_value": "string",
    "predicate": "string",
    "scheme": "string"
}
string
key
Optional

Key relates to the corresponding ResourceIdDefinition of the related resource address schema.

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 this property is missing or null, type property will be used.

string
type
Optional

Type of the resource identified by the Resource Id.

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 this property is missing or null, in current version the api will throw InvalidArgument error. To be made optional in future.

string
id_value
Required

The id value binding the related resource id definition.

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.

Vstats.QueryPredicate
predicate
Optional

predicate

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 this property is missing or null, default scheme is moid (ManagedObject Identifier).