---
title: "Show node details"
method: GET
path: "/infra/nodes/{id}"
tags: ["Infrastructure"]
---

# Show node details

`GET /infra/nodes/{id}`

Get details of infrastructure nodes. Only admin users can get this information. The proxy id is
required for adding a data source for selecting appropriate proxy node to add the data source.

## Path parameters

- `id` string, required

## Response `200`

OK

- Node
  - `entity_type` 'Node'
  - `id` string
  - `ip_address` string
  - `name` string
  - `node_id` string
  - `node_type` 'PROXY_VM' | 'PLATFORM_VM'

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Error

---

[API](https://skmtc.net/vmware/apis/vrni.md) · [All operations](https://skmtc.net/vmware/apis/vrni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vmware/vrni/revisions/29e16496f00c/schema)
