Vstats.AcqSpecs.ListResult

Vstats.AcqSpecs.ListResult
Vstats.AcqSpecs.ListResult

The Vstats.AcqSpecs.ListResult schema contains properties used to return the acquisition specifications.

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
{
    "acq_specs": [
        {
            "id": "string",
            "counters": {
                "cid_mid": {
                    "cid": "string",
                    "mid": "string"
                },
                "set_id": "string"
            },
            "resources": [
                {
                    "key": "string",
                    "type": "string",
                    "id_value": "string",
                    "predicate": "string",
                    "scheme": "string"
                }
            ],
            "interval": 0,
            "expiration": 0,
            "memo_": "string",
            "status": "string"
        }
    ],
    "next": "string"
}
acq_specs
Required

List of acquisition specifications received.

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
next
Optional

The next property is a token used to retrieve paged data for larger result sets. This is opaque token generated by the server. It is to be sent in the Vstats.AcqSpecs.FilterSpec.page property to issue a subsequent call to the list operation for retrieving results that did not fit the current page.

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.

set when there are more results to retrieve.