Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/NinjaOne/v1/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To use this data source, you will need to create OAuth2 API credentials in your

When adding the NinjaOne data source in SquaredUp, you will need to provide:

1. **Region**: Select your NinjaOne instance region (US, EU, Canada, or OC). The API URL will be automatically configured based on your selection.
1. **Region**: Select your NinjaOne instance region (US, US2, EU, Canada, or OC). The API URL will be automatically configured based on your selection.

2. **Client ID**: Paste the Client ID from your NinjaOne API application

Expand Down
2 changes: 1 addition & 1 deletion plugins/NinjaOne/v1/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ninja-one",
"displayName": "NinjaOne",
"version": "1.1.11",
"version": "1.1.12",
"author": {
"name": "SquaredUp Labs",
"type": "labs"
Expand Down
4 changes: 4 additions & 0 deletions plugins/NinjaOne/v1/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"value": "https://api.ninjarmm.com",
"label": "US"
},
{
"value": "https://api.us2.ninjarmm.com",
"label": "US2"
},
Comment thread
Deenk marked this conversation as resolved.
{
"value": "https://eu-api.ninjarmm.com",
"label": "EU"
Expand Down
Loading