---
title: "Gets the overall ImageStore information"
method: GET
path: "/ImageStore/$/Info"
tags: ["ImageStore"]
---

# Gets the overall ImageStore information

`GET /ImageStore/$/Info`

Returns information about the primary ImageStore replica, such as disk capacity and available disk space at the node it is on, and several categories of the ImageStore's file system usage.

## Query parameters

- `api-version` '6.5', required
- `timeout` integer

## Response `200`

A successful operation will return 200 status code and the requested ImageStore info

- ImageStoreInfo — Information about the ImageStore's resource usage
  - `DiskInfo` DiskInfo — Information about the disk
    - `Capacity` string — the disk size in bytes
    - `AvailableSpace` string — the available disk space in bytes
  - `UsedByMetadata` UsageInfo — Information about how much space and how many files in the file system the ImageStore is using in this category
    - `UsedSpace` string — the size of all files in this category
    - `FileCount` string — the number of all files in this category
  - `UsedByStaging` UsageInfo — Information about how much space and how many files in the file system the ImageStore is using in this category
    - `UsedSpace` string — the size of all files in this category
    - `FileCount` string — the number of all files in this category
  - `UsedByCopy` UsageInfo — Information about how much space and how many files in the file system the ImageStore is using in this category
    - `UsedSpace` string — the size of all files in this category
    - `FileCount` string — the number of all files in this category
  - `UsedByRegister` UsageInfo — Information about how much space and how many files in the file system the ImageStore is using in this category
    - `UsedSpace` string — the size of all files in this category
    - `FileCount` string — the number of all files in this category

## Other responses

- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/servicefabric-servicefabric.md) · [All operations](https://skmtc.net/azure/apis/servicefabric-servicefabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabric-servicefabric/revisions/8fd479ce0f16/schema)
