14-7
Cisco CSR 1000V Series Cloud Services Router Software Configuration Guide
OL-27477-07
Chapter14 Configuring Support for Management Using the REST API
Enabling REST API Support Using the Cisco IOS XE CLI
Disabling REST API Support
Beginning with Cisco IOS XE Release 3.11S, you can disable REST API support on the remote
management interface. Support for the REST API is enabled by default.
SUMMARY STEPS
1. enable
2. configure terminal
3. remote-management
4. no restful-api
5. end
DETAILED STEPS
Step5 secure-server
Example:
router(config)# secure-server
Enables the secure HTTPS server.
Step6 transport type persistent webui input transport-map-name
Example:
router(config)# transport type persistent webui
input https-webui
Enables the transport map to support HTTPS.
Command or Action Purpose
Command or Action Purpose
Step1 enable
Example:
router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step2 configure terminal
Example:
router# configure terminal
Enters global configuration mode.
Step3 remote-management
Example:
router(config)# remote-management
Enters remote-management configuration mode.