AcqSpecs_ListResult

AcqSpecs_ListResult
AcqSpecs_ListResult

The AcqSpecs.ListResult structure contains fields used to return the acquisition specifications. Warning: This structure 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 attribute 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 AcqSpecs.ListResult.next field 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 AcqSpecs.FilterSpec.page field to issue a subsequent call to the list operation for retrieving results that did not fit the current page. Warning: This attribute 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.