API ReferenceNew CentralGuidesMRT APIConfiguration API
GithubAirheads Developer Community
API Reference

Read NAE scripts

Configure and Manage Network Analytics Engine (NAE) Scripts.
NAE Script is a Python-based monitoring script that defines resources to monitor (Monitors) via REST API
and conditions on those resources (Conditions). When conditions are met, pre-defined actions such as
syslog messages or CLI commands are triggered.
The main components of an NAE Script are:

  • Manifest: Identifies the script with metadata (name, version, author, supported platforms, etc.)
  • ParameterDefinitions: Defines customizable parameters for agent creation
  • Agent constructor: Contains the monitoring and condition logic
    Each script serves as a template for creating one or more NAE agents. Once uploaded and validated,
    the script can be used to instantiate multiple agents with different parameter values.
Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here!