Cisco_ISE_MNT_APIs
Number of APIs: 17
Cisco ISE 3.0 MNT REST APIs
License
Status
These are the status icons for the requests so far.
- β : must create resources to test
- π§ : incomplete | untested
- π : unsupported | bug
Environment Variables
This collection uses environment variables in scripts in the Tests tab to store data (id
, name
, portalId
, etc.) between requests. This allows you to GET
or POST
then immediately GET {id}
on a resource. Using No Environment will cause this convenience functionality to fail so be sure to choose one.
Collection Variables
This collection includes some default variables that you will want to update or override with environment variables for your ISE deployment. Specfically, you will want to set:
- ise_mnt
: the ISE PAN node name or IP address. Default: ise.securitydemo.net
- rest_username
: the username for ERS API access. Must be a member of SuperAdmin, ERSAdmin or ERSOperator groups. Default: admin
which is the ISE SuperAdmin
- rest_password
: Default: C1sco12345
-
License/Base GET {{base_url}}/Session/ActiveCount
-
ActiveList GET {{base_url}}/Session/ActiveList
-
PostureCount GET {{base_url}}/Session/PostureCount
-
ProfilerCount GET {{base_url}}/Session/ProfilerCount
-
Sessions by MAC GET {{base_url}}/Session/MACAddress/{{mac}}
-
Sessions by Username GET {{base_url}}/Session/UserName/{{username}}
-
Sessions by NAS IP GET {{base_url}}/Session/IPAddress/{{nas_ipv4}}
-
Sessions by Endpoint IP GET {{base_url}}/Session/EndPointIPAddress/{{endpoint_ipv4}}
-
Sessions by SessionID GET {{base_url}}/Session/Active/SessionID/{{session_id}}/0
-
Delete All Sessions DELETE {{base_url}}/Session/Delete/All