# AppNeta > AppNeta (a Broadcom product) is a network performance monitoring platform. Its REST API (v3 for AppNeta Classic, v4 for AppNeta with Intelligent Alarms) exposes monitoring data, monitoring policies, Monitoring Points, web applications, network paths, alarm connectors (v4) and webhook event integration (v3 /observer). Requests go to the customer's application cluster, `https://.pm.appneta.com/api/v4`, with the header `Authorization: Token `. The interactive OpenAPI 3.0 reference is served inside each cluster and requires sign-in. This file was generated by API Evangelist from the AppNeta TechDocs pages and the artifacts in this repository; AppNeta does not publish its own llms.txt. ## Docs - [APIs overview](https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/appneta/GA/integrate/api.html): the APIs available, error codes, and links to per-API change logs - [AppNeta REST API v4](https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/appneta/GA/integrate/api/api-v4.html): authentication, curl usage, obtaining IDs, bulk data limits, rate limit, changes - [AppNeta REST API v3](https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/appneta/GA/integrate/api/api-v3.html): the Classic API and its dated change log - [API Access Tokens](https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/appneta/GA/integrate/api/api-access-tokens.html): create, scope, expire and revoke tokens - [Event Integration](https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/appneta/GA/integrate/api/api-v3/event-integration.html): webhooks configured through /v3/observer - [Monitoring Point Admin API](https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/appneta/GA/integrate/api/monitoring-point-admin-api.html): device management API hosted on each Monitoring Point - [AppNeta On-Prem Admin API](https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/appneta/GA/integrate/api/api-on-prem.html): health check and administration of an On-Prem instance ## Key facts - Rate limit: 50 requests every 10 seconds; exhaustion returns HTTP 429 - Bulk data endpoints return at most 20 path-days per request - Time stamps are Unix time in seconds - Errors are HTTP status codes with fixed messages (400, 401, 403, 404, 406, 429, 500) ## Optional - [Status](https://status.broadcom.com/services/appneta) - [Broadcom Support](https://support.broadcom.com/) - [tcpreplay (AppNeta open source)](https://github.com/appneta/tcpreplay)