Technical requirements
This reference outlines the technical requirements for integrating with Nozomi Networks, including API authentication, pagination rules, and logging format compliance.
API integrations
The integration must use application programming interface (API)-key based authentication.
Pagination must be used as follows:
- For API-based integrations, pagination must be used
- For API-based integrations, no more than 10,000 records can be pulled in a single call, and no more than 1,000 records in a single page
Make sure that a maximum parallel requests limit is configured so requests sent to the API is throttled.
nn-app
value-key pair is included in the
header:{
'nn-app': 'your-app-name',
'nn-app-version': '1.0.0'
}
CEF Syslog integrations
Make sure that the custom fields are mapped as necessary for your integration.
flexString4
in the common event format (CEF)
Syslog can contain multiple field-value pairs.
The Syslog connection can be received with transport layer security (TLS) encryption enabled.
For more details, see
in the related Administrator Guide.Custom JSON integrations
There are no technical requirements for certification.