---
title: "[LRO] List clould config groups"
method: GET
path: "/ccgs"
tags: ["Configuration - Policy"]
---

# [LRO] List clould config groups

`GET /ccgs`

List a papge of cloud config groups.

## Query parameters

- `page` integer
- `limit` integer
- `sortField` 'NAME' | 'DESCRIPTION' | 'ZONE_NAME' | 'READ_ONLY'
- `order` 'ASC' | 'DESC' — Sort Order
- `async` boolean

## Response `200`

OK

- PagedXiqCloudConfigGroup
  - `page` integer, required — The current page number
  - `count` integer, required — The element count of the current page
  - `total_pages` integer, required — The total page number based on request page size
  - `total_count` integer, required — The total element count
  - `data` XiqCloudConfigGroup[] — The data in the current page
    - `id` integer, required — The unique identifier
    - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
    - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
    - `org_id` integer — The organization identifier, valid when enabling HIQ feature
    - `name` string, required — The CCG name
    - `description` string — The CCG description
    - `predefined` boolean, required — Whether it is predefined
    - `read_only` boolean — Whether it is read-only
    - `zone_name` string — The zone name.
    - `zone_id` integer — The zone ID
    - `zone_location_id` integer — The zone location ID
    - `device_ids` integer[] — The device IDs selected for this Ccg.

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
