Cisco Cisco Prime Network Registrar 8.3 Technical References

Page of 539
Appendix A 
Cisco Prime Network Registrar IPAM 8.3 CLI and API Guide 
   
  531 
 
Swagger Interface and Tools 
 
IPAM uses Swagger to document its REST interface. Documentation for Swagger, including 
information about its tools and resources, can be found at:  
 
 
To access the Swagger user interface for IPAM, execute:  
 
In the input box, the following will appear:  
 
The IPAM user name and password are required in order to execute any of the operations. 
This Swagger interface can be very helpful for developing your API. Documentation is 
provided for each operation and its parameters. You can execute each operation, testing 
various input parameters and viewing the responses. For more specific details of each of the 
parameters than is provided in the Swagger interface, refer to the API reference chapter of this 
guide. 
 
 
To see the complete API JSON specification, see: 
 
  
 
Authentication 
As shown in the example curl, above, IPAM uses HTTP Basic Authentication (BASIC_AUTH) 
using authentication handlers that are invoked before the API operations are called.