---
title: "RAID drive report"
method: GET
path: "/v2/queries/raid-drives"
tags: ["queries"]
---

# RAID drive report

`GET /v2/queries/raid-drives`

Returns list of drives connected to RAID controllers

## Query parameters

- `df` string
- `ts` string
- `cursor` string
- `pageSize` integer

## Response `default`

default response

- object
  - `cursor` object
    - `name` string
    - `offset` integer
    - `count` integer
    - `expires` number, double
  - `results` object[]
    - `controllerIndex` integer — Controller index
    - `driveGroup` string — Drive Group
    - `driveId` string — Drive Identifier
    - `interfaceType` string — Interface type
    - `location` string — Location
    - `mediaType` string — Media type
    - `model` string — Model
    - `protectionInfo` string — Protection Information
    - `selfEncrypted` boolean — Is self encrypted?
    - `serial` string — Serial number
    - `size` integer — Size (bytes)
    - `spun` boolean — Spun?
    - `status` string — Status
    - `deviceId` integer — Device identifier
    - `timestamp` number, double — Date/Time when data was collected/updated

---

[API](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/revisions/753f26d46650/schema)
