v1

latestOpenAPI 3.0.02026-07-14161138164.1 KB
Data Sources

Create a dell switch data source

Add a dell switch as data source

post/data-sources/dell-switches

Request body

enabledboolean
fqdnstring
ipstring
nicknamestring required
notesstring
proxy_idstring required

proxy vm which should register this vcenter

switch_type'FORCE_10_MXL_10' | 'POWERCONNECT_8024' | 'S4048' | 'Z9100' | 'S6000'

Example request

{
  "fqdn": "your.domain.com",
  "ip": "192.168.10.1",
  "nickname": "vc1",
  "proxy_id": "1000:104:12313412"
}

Response

OK

enabledboolean
entity_idstring
entity_type'CiscoSwitchDataSource' | 'DellSwitchDataSource' | 'AristaSwitchDataSource' | 'BrocadeSwitchDataSource' | 'JuniperSwitchDataSource' | 'VCenterDataSource' | 'NSXVManagerDataSource' | 'UCSManagerDataSource' | 'HPVCManagerDataSource' | 'HPOneViewDataSource' | 'PanFirewallDataSource' | 'CheckpointFirewallDataSource'
fqdnstring
ipstring
nicknamestring
notesstring
proxy_idstring

proxy vm which should register this vcenter

switch_type'FORCE_10_MXL_10' | 'POWERCONNECT_8024' | 'S4048' | 'Z9100' | 'S6000'

Example response

{
  "fqdn": "your.domain.com",
  "ip": "192.168.10.1",
  "nickname": "vc1",
  "proxy_id": "1000:104:12313412"
}