Cisco Cisco ASA 5580 Adaptive Security Appliance

Page of 28
 
About the ASA REST API v1.2.2 
Supported ASA Features 
 
16 
Authentication 
api/aaa/authentication 
Configure network authentication. 
Limitations: 
Currently, only the LOCAL server group is supported. 
Authorization 
api/aaa/authorization 
Configure network authorization. 
Limitations: 
Currently, only the LOCAL server group is supported. 
Command Privileges 
api/aaa/commandprivileges 
Configure the local command privilege levels. 
Limitations: 
N/A 
Access Rules 
/api/access 
Use the Access API to configure network access in both routed and transparent firewall modes. 
With the REST API you can GET access group access rules. The access groups are automatically created when the first 
access rule is created for a particular interface and direction. Similarly, an access group is deleted when its last access 
rule is deleted. Global access rules are supported as well. 
With the REST API you can GET/POST/PUT/PATCH/DELETE access rules. The access URIs are grouped per interface 
and direction, and have a common URI root of /access. 
Limitations: 
No limitations; supports the same features as the ASDM application. 
Back Up and Restore 
Use this API to back up the configuration on the ASA: /api/backup  
Use this API to restore the configuration on the ASA: /api/restore 
Limitations: 
N/A