---
title: "GET /v0.7.0/infrastructures"
method: GET
path: "/v0.7.0/infrastructures"
---

# GET /v0.7.0/infrastructures

`GET /v0.7.0/infrastructures`

Get information about infrastructures

## Query parameters

- `name` string
- `tags` string[]
- `list` unknown
- `fold` unknown
- `with_objects_types` unknown
- `format` 'yaml' | 'json'

## Response `200`

successful operation

- RacksDBInfrastructure[]
  - `description` string — Text description of the infrastructure.
  - `layout` RacksDBInfrastructurePart[] — The list of parts composing the infrastructure.
    - `misc` RacksDBMiscEquipment[] — The list of miscellaneous equipments of the infrastructure in this rack.
      - `infrastructure` RacksDBInfrastructure — recursive
      - `name` string — The names of the miscellaneous equipments in this set.
      - `position` RacksDBEquipmentPosition — Equipment position in the rack.
        - `height` integer — Rack slot where the equipment is located.
        - `width` integer — Equipment position in rack width.
      - `rack` string — The names of the racks in this set.
      - `slot` integer — The slot in the rack used by the first miscellaneous equipment in this set.
      - `tags` string[] — The list of tags associated to these miscellaneous equipments.
      - `type` string — Unique identifier of the miscellaneous equipment type.
    - `network` RacksDBNetworkEquipment[] — The list of network equipments of the infrastructure in this rack.
      - `infrastructure` RacksDBInfrastructure — recursive
      - `name` string — The names of the network equipments in this set.
      - `position` RacksDBEquipmentPosition — Equipment position in the rack.
        - `height` integer — Rack slot where the equipment is located.
        - `width` integer — Equipment position in rack width.
      - `rack` string — The names of the racks in this set.
      - `slot` integer — The slot in the rack used by the first network equipment in this set.
      - `tags` string[] — The list of tags associated to these network equipments.
      - `type` string — Unique identifier of the network equipment type.
    - `nodes` RacksDBNode[] — The list of nodes of the infrastructure in this rack.
      - `infrastructure` RacksDBInfrastructure — recursive
      - `name` string — The names of the nodes in this set.
      - `position` RacksDBEquipmentPosition — Equipment position in the rack.
        - `height` integer — Rack slot where the equipment is located.
        - `width` integer — Equipment position in rack width.
      - `rack` string — The names of the racks in this set.
      - `slot` integer — The slot in the rack used by the first node in this set.
      - `tags` string[] — The list of tags associated to these nodes.
      - `type` string — Unique identifier of node type.
    - `rack` string — The names of the racks in this set.
    - `storage` RacksDBStorageEquipment[] — The list of storage equipments of the infrastructure in this rack.
      - `infrastructure` RacksDBInfrastructure — recursive
      - `name` string — The names of the storage equipments in this set.
      - `position` RacksDBEquipmentPosition — Equipment position in the rack.
        - `height` integer — Rack slot where the equipment is located.
        - `width` integer — Equipment position in rack width.
      - `rack` string — The names of the racks in this set.
      - `slot` integer — The slot in the rack used by the first storage equipment in this set.
      - `tags` string[] — The list of tags associated to these storage equipments.
      - `type` string — Unique identifier of storage equipment type.
    - `tags` string[] — The list of tags associated to the equipments of the infrastructure in this rack.
  - `name` string — The name of the infrastructure.
  - `tags` string[] — List of tags associated to the infrastructure.

## Changes

- **2026-07-17** `7f32d9c7db2a` — 1 info
  - endpoint added
- **2023-10-18** `6f32ac8a6116` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/rackslab/apis/racksdb-rest-api/changes/v0.7.0/infrastructures/get.md)

---

[API](https://skmtc.dev/rackslab/apis/racksdb-rest-api.md) · [All operations](https://skmtc.dev/rackslab/apis/racksdb-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rackslab/racksdb-rest-api/revisions/7f32d9c7db2a/schema)
