Inventory
Properties
Name | Description | Optional | Valid Value | Starting Version |
---|---|---|---|---|
uuid | The UUID. For more information, see Resource Property. | 2.2 | ||
name | The name. For more information, see Resource Property. | 2.2 | ||
version | The version of the affinity group allocation algorithm. | 2.2 | ||
type | The affinity group type. The current type is host. In the future, network, router, data center, and rack affinity groups will be supported. | Yes |
|
2.2 |
policy | The affinity group policy. |
|
2.2 | |
createDate | The creation date. For more information, see Resource Property. | 2.2 | ||
lastOpDate | The last operation date. For more information, see Resource Property. | 2.2 | ||
description | The description. For more information, see Resource Property. | Yes | 2.2 | |
appliance | The resource that uses the affinity group. | 2.2 |
Sample
{
"inventories": [
{
"appliance": "VROUTER",
"createDate": "Mar 10, 2018 2:11:07 PM",
"description": "affinity.group.for.virtual.router",
"lastOpDate": "Mar 10, 2018 2:11:07 PM",
"name": "affinity.group.for.virtual.router",
"policy": "ANTISOFT",
"type": "HOST",
"usages": [],
"uuid": "d271b2fe242911e88fe0fa0754e77200",
"version": "1.0"
}
],
"success": true
}