|  | 
|  | 1 | +# ALVAO | 
|  | 2 | + | 
|  | 3 | +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. | 
|  | 4 | + | 
|  | 5 | +## Publisher | 
|  | 6 | + | 
|  | 7 | +ALVAO s.r.o. | 
|  | 8 | + | 
|  | 9 | +## Prerequisites | 
|  | 10 | + | 
|  | 11 | +You will need the following to proceed: | 
|  | 12 | + | 
|  | 13 | +* Be ALVAO customer (SaaS or On-prem) with REST API available from the internet. | 
|  | 14 | + | 
|  | 15 | +## Supported Operations | 
|  | 16 | + | 
|  | 17 | +The connector supports the following operations: | 
|  | 18 | + | 
|  | 19 | +### Create ticket | 
|  | 20 | + | 
|  | 21 | +Creates a new ticket. | 
|  | 22 | + | 
|  | 23 | +### Get ticket | 
|  | 24 | + | 
|  | 25 | +Returns fields of a ticket. | 
|  | 26 | + | 
|  | 27 | +### Update ticket | 
|  | 28 | + | 
|  | 29 | +Updates fields of a ticket. | 
|  | 30 | + | 
|  | 31 | +### Create record in ticket log | 
|  | 32 | + | 
|  | 33 | +Creates a new record in a ticket log. | 
|  | 34 | + | 
|  | 35 | +### Assign ticket to solver or solver team | 
|  | 36 | + | 
|  | 37 | +Assigns a ticket to a solver or a solver team. | 
|  | 38 | + | 
|  | 39 | +### Change ticket state | 
|  | 40 | + | 
|  | 41 | +Transits a ticket in a ticket status. | 
|  | 42 | + | 
|  | 43 | +### Move ticket to another service | 
|  | 44 | + | 
|  | 45 | +Moves a ticket to a service. | 
|  | 46 | + | 
|  | 47 | +### Create object | 
|  | 48 | + | 
|  | 49 | +Creates a new object from specified template under specified object. | 
|  | 50 | + | 
|  | 51 | +### Get object | 
|  | 52 | + | 
|  | 53 | +Returns object with its properties. | 
|  | 54 | + | 
|  | 55 | +### Get objects | 
|  | 56 | + | 
|  | 57 | +Returns objects with its properties according to OData parameters. | 
|  | 58 | + | 
|  | 59 | +### Update object properties | 
|  | 60 | + | 
|  | 61 | +Update object properties. | 
|  | 62 | + | 
|  | 63 | +### Move object | 
|  | 64 | + | 
|  | 65 | +Moves an object to a specified destination. | 
|  | 66 | + | 
|  | 67 | +### Get users | 
|  | 68 | + | 
|  | 69 | +Returns users and their properties according to OData parameters. | 
|  | 70 | + | 
|  | 71 | +### Import objects from CSV | 
|  | 72 | + | 
|  | 73 | +Imports objects provided in CSV format. Similar functionality to ImportUtil utility. | 
|  | 74 | + | 
|  | 75 | +## Obtaining Credentials | 
|  | 76 | + | 
|  | 77 | +1. Create an application account in ALVAO WebApp and give it the necessary permissions. | 
|  | 78 | +2. Use the credentials of this account to connect to the ALVAO connector. | 
|  | 79 | +3. Set the REST API Host URL, e.g. <https://alvao.contoso.com/AlvaoRestApi>. | 
|  | 80 | + | 
|  | 81 | +## Getting Started | 
|  | 82 | + | 
|  | 83 | +Optional. How to get started with your connector. | 
|  | 84 | + | 
|  | 85 | +## Known Issues and Limitations | 
|  | 86 | + | 
|  | 87 | +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. | 
|  | 88 | + | 
|  | 89 | +## Deployment Instructions | 
|  | 90 | + | 
|  | 91 | +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. | 
0 commit comments