---
title: "Show dell switch data source details"
method: GET
path: "/data-sources/dell-switches/{id}"
tags: ["Data Sources"]
---

# Show dell switch data source details

`GET /data-sources/dell-switches/{id}`

Get a dell switch data source details

## Path parameters

- `id` string, required

## Response `200`

OK

- DellSwitchDataSource
  - `enabled` boolean
  - `entity_id` string
  - `entity_type` 'CiscoSwitchDataSource' | 'DellSwitchDataSource' | 'AristaSwitchDataSource' | 'BrocadeSwitchDataSource' | 'JuniperSwitchDataSource' | 'VCenterDataSource' | 'NSXVManagerDataSource' | 'UCSManagerDataSource' | 'HPVCManagerDataSource' | 'HPOneViewDataSource' | 'PanFirewallDataSource' | 'CheckpointFirewallDataSource'
  - `fqdn` string
  - `ip` string
  - `nickname` string
  - `notes` string
  - `proxy_id` string — proxy vm which should register this vcenter
  - `credentials` PasswordCredentials
    - `password` string, required
    - `username` string, required
  - `switch_type` 'FORCE_10_MXL_10' | 'POWERCONNECT_8024' | 'S4048' | 'Z9100' | 'S6000'

## 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/versions/29e16496f00c/schema)
