Skip to content

Commit 2277ca6

Browse files
jirifabikSDPCloud94farhansaferoombizthomasio101
authored
Alvao - Power Platform connector – Certification (T144365ALVAO) (#3221)
* ManageEngine ServiceDesk Plus Cloud app submission (#2517) * Partner Center connector - new fields and deal registration actions (#2130) * Update apiDefinition.swagger.json * Latest changes * fix format warning * X-Caller_Id should be optional * Update apiDefinition.swagger.json Review changes - ->Added reg status and sub status fields. ->Update the fields descriptions as per api's details available on Microsoft public site. ->Remove submission related fields. ->Mark registration status field as read only. ->Remove offerId from root. ->Use Enum values in Create deal registration model. ->Create a separate model for update deal registration. Create a separate action for update deal registration. * Update apiDefinition.swagger.json * Update apiDefinition.swagger.json Add deprecate text in Update a referral by Id action * Update apiDefinition.swagger.json Connector status keep as Preview and UpdateReferralById deprecated keep as false but deprecated word in description. * Update apiDefinition.swagger.json update deal registration success message. * Update apiDefinition.swagger.json added title for registration object * Bitskout Connector (#2140) * Bitskout Connector * Requested changes * EC-14395 Make it so fields aren't required anymore for updates (#2150) * Added orderby parameter * Added orderby parameter * feat: add x-ms-pageable extension * feat: add updatenextlink policy instance * refactor: whitespace refactoring * Update apiProperties.json * fix(EC-14395): Integrate the patch schema endpoint * fix(EC-14395): Add specs for the schema endpoint's responses * fix(EC-14395): Add required fields to the schema Co-authored-by: Johannes Heesterman <johannes@elfsquad.io> Co-authored-by: johannesheesterman <heestermanj@gmail.com> Co-authored-by: Stan van Rooy <stanvanrooy6@gmail.com> * ManageEngine ServiceDesk Plus Cloud app submission * Categories and readme document updated * Categories updated --------- Co-authored-by: Farhan <103836444+94farhan@users.noreply.github.com> Co-authored-by: saferoombiz <32263053+saferoombiz@users.noreply.github.com> Co-authored-by: Tess Ellenoir Duursma <thomasduursma@outlook.com> Co-authored-by: Johannes Heesterman <johannes@elfsquad.io> Co-authored-by: johannesheesterman <heestermanj@gmail.com> Co-authored-by: Stan van Rooy <stanvanrooy6@gmail.com> Co-authored-by: Mahbub Murshed <48570820+mamurshe@users.noreply.github.com> Co-authored-by: SDPCloud <tharanishanth16@gmail.com> * Enterprise API: Power Platform connector – Certification T144365ALVAO * Enterprise API: Power Platform connector – Certification T144365ALVAO - Readme update * Revert "ManageEngine ServiceDesk Plus Cloud app submission (#2517)" This reverts commit d36b5d4. --------- Co-authored-by: SDPCloud <129050205+SDPCloud@users.noreply.github.com> Co-authored-by: Farhan <103836444+94farhan@users.noreply.github.com> Co-authored-by: saferoombiz <32263053+saferoombiz@users.noreply.github.com> Co-authored-by: Tess Ellenoir Duursma <thomasduursma@outlook.com> Co-authored-by: Johannes Heesterman <johannes@elfsquad.io> Co-authored-by: johannesheesterman <heestermanj@gmail.com> Co-authored-by: Stan van Rooy <stanvanrooy6@gmail.com> Co-authored-by: Mahbub Murshed <48570820+mamurshe@users.noreply.github.com> Co-authored-by: SDPCloud <tharanishanth16@gmail.com>
1 parent 17d43ad commit 2277ca6

File tree

3 files changed

+2693
-0
lines changed

3 files changed

+2693
-0
lines changed
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
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

Comments
 (0)