---
title: "List cloudcache config"
method: GET
path: "/cloudcache/v1/orgs/{OrgID}/reports/config"
tags: ["CloudCache"]
---

# List cloudcache config

`GET /cloudcache/v1/orgs/{OrgID}/reports/config`

Returns cache configuration information, such as cache server information, cache schedules, volumes and volumes usage.

## Path parameters

- `OrgID` integer, required

## Query parameters

- `state` integer
- `cacheName` string
- `pageToken` string

## Response `200`

Success

- GetAllCacheConfigResponse — GetAllCacheConfigResponse is the response schema for GetAllCacheConfigResponse
  - `cacheConfig` CacheConfigResponse[]
    - `cacheServerInfo` CacheDeviceResponse — CacheDeviceResponse is the response schema for Device
      - `activationTime` string — The activation time of the cloudcache.
      - `cacheVersion` string — The version of the cloudcache build currently installed on the cloudcache server.
      - `fqdn` string — The FQDN of the cloudcache server.
      - `isUpgradable` boolean — The status of the cloudcache build that indicates wheather it is upgradable or not.
      - `lastUpgradeTime` string — The time indicates the last upgrade of the cloudcache server build.
      - `os` string — The OS type of the cloudcache server.
      - `osVersion` string — The OS version of the cloudcache server.
      - `timezone` string — The timezone of the cloudcache server.
    - `cloudFallback` boolean — The status that indicates whether you selected an option to back up to the cloud is unable to back up to the CloudCache.
    - `name` string — The name of the cloudcache.
    - `organizationName` string — The name of the organization.
    - `schedules` CacheScheduleResponse[] — List of cloudcache sync schedule info.
      - `bandwidth` integer — Specifies the bandwidth that each resource can consume while backing up data to the CloudCache.
      - `bandwidthInKBps` number, double — Specifies the bandwidth in Kilobytes per second that each resource can consume while backing up data to the CloudCache.
      - `bandwidthUnit` string — The unit of the bandwidth.
      - `daysOfWeek` string[] — List of days, this sync schedule will run.
      - `scheduleDuration` integer — Sync schedule time duration in Hrs.
      - `startTime` string — It's start timing of cloudcahe sync schedule.
    - `state` string — The current state of cloudcache.
    - `volumes` CacheVolumeResponse[] — List of cloudcache volume info.
      - `allocatedSize` string — Specifies the maximum size of the CloudCache volume.
      - `allocatedSizeInBytes` integer — Specifies the maximum size of the CloudCache volume in bytes.
      - `usedSize` string — Specifies the size currently being used of the CloudCache volume.
      - `usedSizeInBytes` integer — Specifies the size in bytes currently being used of the CloudCache volume.
      - `volumePath` string — The volume path of the cloudcache volume on cloudcache server.
  - `nextPageToken` string — The token to access the next page of results. This parameter will be empty for the last page of results.

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or the authentication token was expired.
- `403` — Forbidden
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in Cloud.

---

[API](https://skmtc.dev/druva/apis/authentication.md) · [All operations](https://skmtc.dev/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
