How do I manage collector groupsLast Updated February 7, 2025
VMware Aria
Suite Lifecycle
supports collector groups in VMware
Aria Operations
. Using the API, you can add,
update, or delete collector groups as a Day 2 action. You can also add collector groups when you deploy
VMware
Aria Operations
. See Deploy your Products using the VMware Aria Suite Lifecycle API.Prerequisites
Before managing a collector group:
- Verify that all general prerequisites have been satisfied and that you have your environment ID. See the prerequisites for Performing Day 2 operations using VMware Aria Suite Lifecycle APIs.
- If you are updating or deleting a collector group, use your environment ID to get the collector group ID inVMware Aria Operations.
- Assign the environment ID and product ID variables.
- List the product details forVMware Aria Operationsin your environment.
- Examine the response to locate your collector group ID.In this example, the collector group ID isd79e5a37-b08e-4649-8665-750049147060.
- Assign the collector group ID variable.
How do I add a collector group?
To add a collector group, you use
"operationType":"add"
and provide a group name. You can add an
empty collector group without node types, or specify the node types to add. The following
example shows how to add a collector group with remote collector and cloud proxy node types.
The collector ID values are IDs for remote collector and cloud proxy nodes in your
VMware
Aria Operations
environment.How do I update a collector group?
To update a collection group, you use
"operationType": "update"
and
provide an existing collector group ID. You can update the name for the collector group and
update the nodes in the group. You only provide values for the parameters that you want to
update. Updating nodes removes existing nodes from the group.The following example shows how to update a collector group with a new name
Test
collector group 3
and new nodes with "collectorId": "9"
and "collectorId": "10"
.
How do I delete a collector group?
To delete a collector group, you use
"operationType": "delete"
and
provide the collector group
ID.