fleet_domain_list
Lists the SDDC/workload domains for a registered VCF integration in VMware Aria Operations. Provide the integration UUID to get domain summaries with status and configuration state, so you can identify live domains.
Instructions
[READ] List the SDDC/workload domains behind one registered VCF integration.
Use this to enumerate the domains of a VCF integration registered in Operations. The integration_id is the UUID shown under Administration -> Integrations -> VCF in the Operations UI; the operator supplies it (this skill does not list VCF integrations). Returns domain summaries (id, name, type, status, configuration_state) in the paginated envelope, where configuration_state is configured / not_configured / removed — a removed domain is not a live one. A 404 means the integration_id is wrong — copy the exact UUID from the Operations Integrations page. Gotcha: if the envelope carries a "note", the appliance answered in a shape this tool did not recognise and an empty items list means UNKNOWN, not "no domains" — do not report the fleet as domain-free in that case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max domains to return (default 50; None returns all). | |
| target | No | Aria/VCF Operations target name from config; default when omitted. | |
| integration_id | Yes | UUID of the registered VCF integration. |