Skip to content

Commit fdc413f

Browse files
authored
Merge pull request #58 from squaredup/work/dw/PLUG-4644-ninjaone-us2-region
add us2 region for NinjaOne
2 parents 9529291 + 71032b1 commit fdc413f

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

plugins/NinjaOne/v1/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To use this data source, you will need to create OAuth2 API credentials in your
2121

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

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

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

plugins/NinjaOne/v1/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ninja-one",
33
"displayName": "NinjaOne",
4-
"version": "1.1.11",
4+
"version": "1.1.12",
55
"author": {
66
"name": "SquaredUp Labs",
77
"type": "labs"

plugins/NinjaOne/v1/ui.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"value": "https://api.ninjarmm.com",
1111
"label": "US"
1212
},
13+
{
14+
"value": "https://api.us2.ninjarmm.com",
15+
"label": "US2"
16+
},
1317
{
1418
"value": "https://eu-api.ninjarmm.com",
1519
"label": "EU"

0 commit comments

Comments
 (0)