---
title: "Create an ucs manager data source"
method: POST
path: "/data-sources/ucs-managers"
tags: ["Data Sources"]
---

# Create an ucs manager data source

`POST /data-sources/ucs-managers`

Add an ucs manager as data source

## Request body

- UCSManagerDataSourceRequest
  - `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

## Response `201`

OK

- UCSManagerDataSource
  - `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

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `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)
