ComponentGroupQuery
Retrieves a list of component groups based on the provided query parameters. The body may include componentGroupResourceIds, componentGroupResourceFqdns, componentGroupResourceNames, policyIds, policyNames, componentGroups, and componentGroupComplianceStatuses.
Filtering Behavior:
Parameters are combined using a logical OR. The system returns a deduplicated union of all matches. For example, if you query by componentGroups and componentGroupResourceIds, the response will include items that match the component group plus items that match the component group resource ID, with no duplicates.
Request JSON: Use the property componentGroups (plural) as a JSON array of strings (FLEET, MANAGEMENT, INSTANCE).
{
"componentGroupComplianceStatuses": [
"string"
],
"componentGroupResourceFqdns": [
"string"
],
"componentGroupResourceIds": [
"string"
],
"componentGroupResourceNames": [
"string"
],
"componentGroups": [
"string"
],
"policyIds": [
"string"
],
"policyNames": [
"string"
]
}
Compliance statuses of the component group
Component Group resource FQDNs (example item: sddc-manager.cloud.example.com)
Component group resource IDs
Component Group resource names
JSON componentGroups (plural): array of FLEET, MANAGEMENT, INSTANCE.
Policy IDs
Policy names