-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Alvao - Power Platform connector – Certification (T144365ALVAO) #3221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
d36b5d4
ManageEngine ServiceDesk Plus Cloud app submission (#2517)
SDPCloud 337347e
Enterprise API: Power Platform connector – Certification T144365ALVAO
jirifabik 4dbe2e5
Merge branch 'dev' of https://github.com/jirifabik/PowerPlatformConne…
jirifabik bcfa3d8
Enterprise API: Power Platform connector – Certification T144365ALVAO…
jirifabik a86a744
Revert "ManageEngine ServiceDesk Plus Cloud app submission (#2517)"
jirifabik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,91 @@ | ||
| # ALVAO | ||
|
|
||
| ALVAO provides a powerful and very extensive REST API. Using this API, you can automate processes related to Asset management objects and Service Desk tickets. | ||
|
|
||
| ## Publisher | ||
|
|
||
| ALVAO s.r.o. | ||
|
|
||
| ## Prerequisites | ||
|
|
||
| You will need the following to proceed: | ||
|
|
||
| * Be ALVAO customer (SaaS or On-prem) with REST API available from the internet. | ||
|
|
||
| ## Supported Operations | ||
|
|
||
| The connector supports the following operations: | ||
|
|
||
| ### Create ticket | ||
|
|
||
| Creates a new ticket. | ||
|
|
||
| ### Get ticket | ||
|
|
||
| Returns fields of a ticket. | ||
|
|
||
| ### Update ticket | ||
|
|
||
| Updates fields of a ticket. | ||
|
|
||
| ### Create record in ticket log | ||
|
|
||
| Creates a new record in a ticket log. | ||
|
|
||
| ### Assign ticket to solver or solver team | ||
|
|
||
| Assigns a ticket to a solver or a solver team. | ||
|
|
||
| ### Change ticket state | ||
|
|
||
| Transits a ticket in a ticket status. | ||
|
|
||
| ### Move ticket to another service | ||
|
|
||
| Moves a ticket to a service. | ||
|
|
||
| ### Create object | ||
|
|
||
| Creates a new object from specified template under specified object. | ||
|
|
||
| ### Get object | ||
|
|
||
| Returns object with its properties. | ||
|
|
||
| ### Get objects | ||
|
|
||
| Returns objects with its properties according to OData parameters. | ||
|
|
||
| ### Update object properties | ||
|
|
||
| Update object properties. | ||
|
|
||
| ### Move object | ||
|
|
||
| Moves an object to a specified destination. | ||
|
|
||
| ### Get users | ||
|
|
||
| Returns users and their properties according to OData parameters. | ||
|
|
||
| ### Import objects from CSV | ||
|
|
||
| Imports objects provided in CSV format. Similar functionality to ImportUtil utility. | ||
|
|
||
| ## Obtaining Credentials | ||
|
|
||
| 1. Create an application account in ALVAO WebApp and give it the necessary permissions. | ||
| 2. Use the credentials of this account to connect to the ALVAO connector. | ||
| 3. Set the REST API Host URL, e.g. <https://alvao.contoso.com/AlvaoRestApi>. | ||
|
|
||
| ## Getting Started | ||
|
|
||
| Optional. How to get started with your connector. | ||
|
|
||
| ## Known Issues and Limitations | ||
|
|
||
| Some actions or triggers may require entering an ID of an entity like service, person etc. All these IDs can be found in URLs whne editing them in the Administration part of ALVAO WebApp. | ||
|
|
||
| ## Deployment Instructions | ||
|
|
||
| Please use [these instructions](https://docs.microsoft.com/en-us/connectors/custom-connectors/paconn-cli) to deploy this connector as custom connector in Microsoft Power Automate and Power Apps. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.