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.
{
"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",
"endpoints": [
"string"
],
"status_reason": "string"
}
],
"next": "string"
}
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.
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.