Vstats. Counter Sets Get
Returns information about a specific counter set.
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.
identifier of the counter set to retrieve.
The parameter must be an identifier for the resource type: com.vmware.vstats.model.CounterSet
.
Information about the desired CounterSet.
"Vstats.CounterSets.Info Object"
if counterSet is 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 the requested counter set 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/counter-sets/{counterSet}