get
https://de1.api.central.arubanetworks.com/network-config/v1alpha1/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.
