-
- Introduction to Cisco Enterprise NFVIS REST APIs
- System and IP Configuration APIs
- PnP APIs
- Resource APIs
- Networks and Bridges APIs
- VM Lifecycle Management APIs
- System Monitoring APIs
- System Operations APIs
- SPAN Session and Packet Capture APIs
- Upgrade Package APIs
- Factory Default Reset APIs
- Syslog Support APIs
- SNMP Support APIs
- TACACS and RADIUS Support APIs
- Port and Port Channel APIs
- Port Security APIs
- Secure Overlay APIs
- BGP Support APIs
VLAN and interface VLAN related APIs
|
Action |
Method |
Payload Required |
API |
|---|---|---|---|
|
To create VLAN |
POST |
Yes |
/api/running/switch |
|
To delete VLAN |
DELETE |
No |
/api/running/switch/vlan/90 |
|
To create interface VLAN |
POST |
Yes |
/api/running/switch/interface |
|
To display the VLAN configuration |
GET |
No |
/api/running/switch/vlan?deep |
|
To displace all the interface VLAN configurations |
GET |
No |
/api/running/switch/interface/vlan?deep |
|
To display a specific interface VLAN configuration |
GET |
No |
/api/running/switch/interface/vlan/90 |
|
To delete the VLAN interface |
DELETE |
No |
/api/running/switch/interface/vlan/90 |
|
To configure an IP address for a VLAN interface |
PATCH |
Yes |
/api/running/switch/interface/vlan |
|
To delete an IP address for a VLAN interface |
DELETE |
No |
/api/running/switch/ip/route/ip-route-forwarding-list/2.2.2.2,255.255.255.255,5.5.5.1 |
|
To show the IP interface |
GET |
No |
/api/operational/switch/ip/interface |
|
To delete remote SPAN setting for VLAN |
DELETE |
No |
/api/running/switch/interface/vlan/20/remote-span |
Feedback