Nodefusion Portal (Preview)
A Nodefusion Portal Connector is used for various actions, such as opening support case, managing subscriptions, checking service roadmaps and other actions available in Nodefusion Portal for Nodefusion's customers
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Nodefusion |
URL | https://www.nodefusion.com |
nodefusion@nodefusion.com |
Connector Metadata | |
---|---|
Publisher | Nodefusion |
Website | https://www.nodefusion.com |
Privacy policy | https://www.nodefusion.com/terms |
Categories | IT Operations;Website |
Nodefusion Portal Connector is used to connect, authenticate and perform various actions inside Nodefusion services.
Prerequisites
You need to have active agreement with Nodefusion organization for Nodefusion services, including working account for access the Nodefusion Portal.
How to get credentials
Create account and login to https://portal.nodefusion.com . After account login it is required to have proper access to manage Nodefusion services, you will also have option to request access to some Nodefusion resources.
Get started with your connector
Install conector, authenticate using your Nodefusion Cloud user account and get information about your Nodefusion profile, such as billing information or contact information.
Known issues and limitations
Not all Nodefusion services management are available via API nor Connector. For specific access please open new ticket within Nodefusion Portal.
Common errors and remedies
If you occur any errors, please check that access using Nodefusion Portal website on https://portal.nodefusion.com is working. If you have errors, you can open a new ticket within Nodefusion Portal.
FAQ
Q: Can I update number of licenses within Nodefusion Portal Connector? A: Yes, you can use mentioned action.
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get Organization Profile |
This function returns the data about the requested organization if you have permissions |
Get Work Services |
Acquire Organization's Work Services along with consumption estimate |
Get Organization Profile
This function returns the data about the requested organization if you have permissions
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
organizationId
|
organizationId | True | uuid |
This parameter is a Guid of your Organization |
Returns
Get Work Services
Acquire Organization's Work Services along with consumption estimate
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
organizationId
|
organizationId | True | uuid |
This parameter is a Guid of your Organization |
Returns
- response
- array of workServiceEstimateResponse
Definitions
organizationBillingServiceResponse
Name | Path | Type | Description |
---|---|---|---|
id
|
id | uuid | |
name
|
name | string | |
billTo
|
billTo | string | |
businessUnit
|
businessUnit | string |
organizationProfileContactResponse
Name | Path | Type | Description |
---|---|---|---|
id
|
id | uuid | |
firstName
|
firstName | string | |
lastName
|
lastName | string | |
email
|
string | ||
workPhone
|
workPhone | string | |
mobilePhone
|
mobilePhone | string | |
isCoordinator
|
isCoordinator | boolean |
organizationProfileResponse
Name | Path | Type | Description |
---|---|---|---|
companyName
|
companyName | string | |
companyAddress
|
companyAddress | string | |
organizationID
|
organizationID | uuid | |
vatID
|
vatID | string | |
city
|
city | string | |
country
|
country | string | |
billingServices
|
billingServices | array of organizationBillingServiceResponse | |
contacts
|
contacts | array of organizationProfileContactResponse |
workServiceEstimateResponse
Name | Path | Type | Description |
---|---|---|---|
workServiceId
|
workServiceId | string | |
name
|
name | string | |
hoursIncluded
|
hoursIncluded | double | |
hoursSpent
|
hoursSpent | double | |
from
|
from | date-time | |
to
|
to | date-time |