Vstats. Counter Metadata Get
Returns information about a specific CounterMetadata.
Warning: this operation 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.
Counter ID.
The parameter must be an identifier for the resource type: com.vmware.vstats.model.Counter
.
CounterMetadata ID.
The parameter must be an identifier for the resource type: com.vmware.vstats.model.CounterMetadata
.
Information about the desired CounterMetadata.
"Vstats.CounterMetadata.Info Object"
if any of the specified parameters are invalid.
"Vapi.Std.Errors.InvalidArgument Object"
if the user can not be authenticated.
"Vapi.Std.Errors.Unauthenticated Object"
if the user does not have sufficient privileges.
"Vapi.Std.Errors.Unauthorized Object"
if Counter or CounterMetadata could not be located.
"Vapi.Std.Errors.NotFound Object"
if the system reports an error while responding to the request.
"Vapi.Std.Errors.Error Object"
curl -H 'Authorization: <value>' https://{api_host}/stats/counters/{cid}/metadata/{mid}