Cisco Cisco ASA 5580 Adaptive Security Appliance

Seite von 29
 
About the ASA REST API v1.2.1 
Supported ASA Features 
 
17 
Supported ASA Features 
AAA 
The AAA API currently supports configuring AAA-related features of authentication, authorization, and command 
privilege. 
AAA server groups and accounting are not yet supported. 
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 REST API to configure network access in both routed and transparent firewall modes. 
With REST API you can GET access groups 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 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; support same features as the ASDM GUI.