Access via Admin API
- Access the Admin API from Web Admin
- Access the Admin API directly (hostname or IP address from APM)
- Rate limit
Some AppNeta Monitoring Point models have a web hosted API for performing device management tasks. You can access the Admin API in two different ways: via Web Admin or by specifying the hostname or IP address directly.
Note that some API endpoints have limits to how often they can be called.
Access the Admin API from Web Admin
To access the Admin API from the Web Admin interface:
- Log in to Web Admin.
- Click > API.
- The Monitoring Point Admin API appears.
Access the Admin API directly (hostname or IP address from APM)
To access the Admin API directly:
- Log in to APM.
- Navigate to > Manage Monitoring Points.
- Click the Monitoring Point you want to connect to.
- The Name field contains the hostname.
- The Local Network Interface field in the right pane contains the IP address.
- Use the Public IP if you are connecting across the internet.
- Substituting the IP address or hostname, enter
https://<hostname-or-ip>/swagger/index.html
in the address bar of your web browser.- The Monitoring Point Admin API appears.
Rate limit
There are a number of Monitoring Point API endpoints that have restrictions on the number of requests they will process over a given time period.
Endpoint | Rate limits |
---|---|
PUT /service/<service_name>/ | 12/min and 1/sec |
PUT /service/ |
12/min and 1/sec |
POST /access_control/ldap/ | 12/min and 1/sec |
DELETE /access_control/ldap/ | 12/min and 1/sec |
POST /acccess_control/ldap/ | 12/min and 1/sec |
PUT /ntp/ | 12/min and 2/sec |
DELETE /ntp/ | 12/min and 2/sec |
POST /web/ssl/ | 12/min and 2/sec |
DELETE /web/ssl | 12/min and 2/sec |