Vstats.ResourceAddresses.ListResult
The Vstats.ResourceAddresses.ListResult schema contains properties used to return the resource addresses.
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.
{
"rsrc_addrs": [
{
"id": "string",
"resource_ids": [
{
"key": "string",
"type": "string",
"id_value": "string",
"predicate": "string",
"scheme": "string"
}
]
}
],
"next": "string"
}
List of Resource Addresses 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.
Used to retrieve paged data for larger result sets. Token is generated by server. The value of this field should be supplied in a subsequent call to GET /stats/rsrc-addrs operation.
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.
missing or null
when there are no more pages of data to be retrieved.