---
title: "Get CloudCache Server information"
method: GET
path: "/storagemanagement/v1/cloudcaches/{cloudCacheID}"
tags: ["Storage Management"]
---

# Get CloudCache Server information

`GET /storagemanagement/v1/cloudcaches/{cloudCacheID}`

Returns information about a particular CloudCache Server using storageID.

## Path parameters

- `cloudCacheID` integer, required

## Response `200`

OK

- CloudCache
  - `cloudCacheID` integer — The inSync assigned unique identifier of the CloudCache Server.
  - `cloudCacheName` string — The name of the CloudCache Server.
  - `status` 'Not Active' | 'Active' | 'Decommissioned' — The current status of the CloudCache Server.
  - `cacheUsage` string — The total disk space that the cache data consumed until date.
  - `totalCacheSize` string — The total disk space available for cache data.

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or an expired authentication token was supplied.
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in inSync GovCloud.
- `501` — Requested HTTP method is not implemented.

---

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