NinjaOne RMM
Website: https://app.ninjarmm.com/ API Reference: https://app.ninjarmm.com/apidocs/?links.active=core
Configuration
| Input | Type | Description | Default Value |
|---|---|---|---|
api_key | string | API Key. Token could be generated natively by authorize section of NinjaOne swagger documentation https://app.ninjarmm.com/apidocs/?links.active=authorization | |
start_date | string | Start date. |
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|---|---|---|---|---|
| organizations | id | DefaultPaginator | ✅ | ❌ |
| policies | id | No pagination | ✅ | ✅ |
| activities | id | DefaultPaginator | ✅ | ✅ |
| automation_scripts | id | No pagination | ✅ | ✅ |
| groups | id | No pagination | ✅ | ✅ |
| locations | id | DefaultPaginator | ✅ | ❌ |
| roles | id | No pagination | ✅ | ✅ |
| software_products | id | No pagination | ✅ | ❌ |
Reference
Config fields reference
Field
Type
Property name
string
api_key
string
start_date
Changelog
Expand to review
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.0.2 | 2025-04-05 | 57325 | Update dependencies |
| 0.0.1 | 2025-04-04 | 57013 | Initial release by @btkcodedev via Connector Builder |