---
title: "Returns information about the platform resources"
method: GET
path: "/resources"
tags: ["Resources"]
---

# Returns information about the platform resources

`GET /resources`

## Response `200`

Successful Operation

- Resources
  - `VIMs` object[] — A list of all the available VIMs
    - `name` string
    - `id` string, uuid
    - `type` string
    - `location` string
    - `tenants` object — Tenants created on the VIM
    - `max_resources` object
      - `CPUs` integer
      - `RAM` integer
      - `Disk` integer
    - `available_resources` object
      - `CPUs` integer
      - `RAM` integer
      - `Disk` integer
  - `Functions` object[] — A list of all the available PDUs
    - `DB_ID` string, uuid — The id of the function in the Slice Manager DB
    - `function_id` string, uuid — The unique ID for this network function
    - `location` string
    - `gen` string — 4G or 5G Generation Component
    - `functionality` string — Core/Radio
    - `shared` object — Availability to be shared amongst many network slices
      - `availability` boolean — Available for sharing
      - `max_shared` integer — Max number of slices - If availability is true and max_shared not defined, it will be assumed unlimited availability
    - `pnf_list` object[] — Conditional - If type == Physical - A list of the PNFs that will be part of the slice
      - `pnf-id` string — A Unique ID of the pnf
      - `pnf-name` string — The name of the PNF
      - `description` string
      - `ip` string — The management IP of the PNF
      - `ip_s1` string — Optional - The IP of the S1 Interface
      - `location` string — The location of the PNF
      - `optional` boolean
    - `tenants` string[] — A list of Tenants using the PDU

## Other responses

- `400` — Bad Request
- `500` — Server Error

---

[API](https://skmtc.net/core-ncsrd/apis/katana.md) · [All operations](https://skmtc.net/core-ncsrd/apis/katana/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/core-ncsrd/katana/versions/7ddfc4202f39/schema)
