SlideShare a Scribd company logo
Webinar - Utilizzo delle WebApi dell'Orchestrator
UiPath – Rome Community Chapter presenta
UiPath Community – Rome Chapter 2
Speakers
Flavio Martinelli
Head of Automation @ Nethex
RPA Service Line Manager @ Soft Strategy
Salvatore Amato
RPA Expert Consultant
fmartinelli@softstrategy.it salvatoreamato.private@protonmail.com
UiPath Community – Rome Chapter 3
Timeline Eventi Community
Un viaggio nel mondo del professionista RPA.
Evento in CoHost con il Chapter di Torino.
Link -> Evento
28
Ottobre
2022
Webinar - Utilizzo delle WebApi dell'Orchestrator.
31
Gennaio
2023
Stay Tuned!!!
Upcoming
UiPath Community – Rome Chapter 4
Sondaggio

Recommended for you

CCICI CIP 1.0 Testbed - Security access implementation and reference - v1.0
CCICI CIP 1.0 Testbed - Security access implementation and reference - v1.0CCICI CIP 1.0 Testbed - Security access implementation and reference - v1.0
CCICI CIP 1.0 Testbed - Security access implementation and reference - v1.0

This work is part of the open source testbed setup for Cloud interoperability & portability. Cloud Security Workgroup will further review and generate complete working set as we move along. This is part I of the effort.

ccici cloud interoperabilitycloud interoperabilitycloud portability
Deep Dive into SpaceONE
Deep Dive into SpaceONEDeep Dive into SpaceONE
Deep Dive into SpaceONE

SpaceONE is an open-source multi-cloud management platform consisting of microservices including frontend, backend, and plugins. The backend and plugins have a common software framework and use gRPC APIs and python-core libraries. SpaceONE uses a microservices architecture with components like identity, inventory, monitoring, and billing that can scale independently. It also has a plugin mechanism to extend the capabilities of core services like inventory to support multiple cloud providers.

spaceonecmpmegazone cloud
DEVNET-1128 Cisco Intercloud Fabric NB Api's for Business & Providers
DEVNET-1128	Cisco Intercloud Fabric NB Api's for Business & ProvidersDEVNET-1128	Cisco Intercloud Fabric NB Api's for Business & Providers
DEVNET-1128 Cisco Intercloud Fabric NB Api's for Business & Providers

Get to know the latest Rest API's and their Capabilities for Intercloud Fabric Business & Provider Editions. Understand how these API's can be used to integrate ICF into your Business Applications and provide the advantages of a true Hybrid Cloud to your end-users.

UiPath Community – Rome Chapter 5
Agenda
• Setup Orchestrator. Recupero variabili utili alle chiamate API
• Download degli esempi di Postman
• Setup chiamata di Autenticazione. Focus su differenze tra Community (Cloud),
OnPremise e External Applications
• Esempi di chiamate per ricevere informazioni da Orchestrator
• Chiamata di Start Job, normale e con Input Argument
• Esempi integrazione con sistemi esterni: Web App e Telegram
• Esempio di chiamata Api da UiPath Studio
UiPath Community – Rome Chapter 6
Setup Orchestrator. Recupero variabili utili alle chiamate API
Dalla pagina di UiPath
Administration, cliccare sul proprio
tenant e poi nel tab Orchestrator,
cliccare sui tre puntini e selezionare
API Access
Collegandosi poi al proprio
orchestrator e selezionando la
Modern Folder utilizzata salvare
questi valori.
UiPath Community – Rome Chapter 7
Download degli esempi di Postman
https://postman.uipath.rocks/#1008f80c-7d3f-48e9-9968-f918f52a5efe
E’ possibile scaricare una collezione di chiamate preimpostate su Postman
relative ad Orchestrator di UiPath.
https://docs.uipath.com/orchestrator/reference/read-me
Documentazione su API Orchestrator
UiPath Community – Rome Chapter 8
Setup chiamata di Autenticazione
POST /oauth/token HTTP/1.1
Host: account.uipath.com
Content-Type: application/json
Cookie: *
Content-Length: 164
{
"grant_type": "refresh_token",
"client_id": {CLIENT ID}
"refresh_token": {USER KEY}
}
AUTH Orchestrator Cloud
POST /api/Account/Authenticate HTTP/1.1
Host: {ORCHESTRATOR URL}
Content-Type: application/json
Content-Length: 116
{
"password": {PASSWORD ACCOUNT}
"usernameOrEmailAddress": {USERNAME
ACCOUNT},
"tenancyName": {NOME TENANT}
}
AUTH On Premise
POST /identity/connect/token HTTP/1.1
Host: {ORCHESTRATOR URL}
Content-Type: application/x-www-form-
urlencoded
Content-Length: *
grant_type=client_credentials&client_id={CLI
ENT ID}&client_secret={CLIENT
SECRET}&scope=OR.Robots%20OR.Robot
s.Read%20OR.Robots.Write%20OR.Machin
es%20OR.Machines.Read%20OR.Machines.
Write%20OR.Execution%20OR.Execution.R
ead%20OR.Execution.Write%20OR.Assets%
20OR.Assets.Read%20OR.Assets.Write%20
OR.Queues%20OR.Queues.Write%20OR.Jo
bs%20OR.Jobs.Read%20OR.Jobs.Write%20
OR.Users%20OR.Users.Read%20OR.Users.
Write
AUTH External App

Recommended for you

Threat Hunting at Scale: Auditing Thousands of Clusters With Falco + Fluent ...
 Threat Hunting at Scale: Auditing Thousands of Clusters With Falco + Fluent ... Threat Hunting at Scale: Auditing Thousands of Clusters With Falco + Fluent ...
Threat Hunting at Scale: Auditing Thousands of Clusters With Falco + Fluent ...

At Trendyol, we are running thousands of production-grade Kubernetes clusters to make our customers always happy. The challenge that we have to achieve is to track every component, resource, user, and team in a timeline manner. This is where we have to collect audit events from almost everywhere! Kubernetes audit logs can effectively track the changes made to our clusters. By using Falco, we consume the kernel events and enrich those events with information from Kubernetes. Enabling Kubernetes Audit Logs feature allows us to scan audit events that forwarded from Kubernetes. By using Fluent Bit, we collect logs from different sources such as containers and Falco; furthermore, we extend them with filters, and send them to multiple destinations. By using Loki, we build a highly-available log aggregation system. We create and manage all of our alerting rules for the log data. In this session, we try to combine pieces and introduce a brand new Audit Monitoring System!

kubernetesfalcofluentbit
Jason yammer api
Jason yammer apiJason yammer api
Jason yammer api

The document discusses the Yammer API and authentication process. It provides an overview of the available Yammer APIs, including REST API and SDKs for different platforms. It then describes the OAuth 2.0 authentication flow, which involves registering an app, authorizing with Yammer, and making API requests using an access token. Specific steps are outlined for registering an app, authorizing a user, and obtaining an access token to access protected Yammer resources through the REST API.

open graph
Automating Rackspace with ONE Automation
Automating Rackspace with ONE AutomationAutomating Rackspace with ONE Automation
Automating Rackspace with ONE Automation

This document provides instructions for automating interactions with the Rackspace cloud platform using the Automic Agent. It describes how to generate an authentication token, and save it to a variable for use in subsequent requests. It also outlines how to interact with Rackspace's Cloud Files and Cloud Database services through API calls, including listing and uploading files, listing and backing up databases, and more. Endpoint URLs and examples of request and response formats are given for various Rackspace cloud services.

automicautomationautomic world 2015
UiPath Community – Rome Chapter 9
External Applications
UiPath Community – Rome Chapter 10
Esempi di chiamate
GET
/{{cloudOrg}}/{{cloudTenant}}/odata/Releases
?$filter=ProcessKey eq 'PetStore_UpdatePet'
HTTP/1.1
Host: {{cloudUrl}}
X-UIPATH-OrganizationUnitId: 1734790
Authorization: Bearer {AUTH TOKEN}
GET RELEASE
{"@odata.context":"https://cloud.uipath.com/Flavio0506/FlavioCommunityOrchestr
ator/orchestrator_/odata/$metadata#Releases","@odata.count":1,"value":[{"Key":"
95b324ed-17b1-4571-9f7a-
597e49bbca93","ProcessKey":"comm_processo2","ProcessVersion":"1.0.1","IsLat
estVersion":false,"IsProcessDeleted":false,"Description":"comm_processo2","Nam
e":"comm_processo2","EnvironmentId":null,"EnvironmentName":"","EntryPointId":
156327,"InputArguments":null,"ProcessType":"Process","SupportsMultipleEntryPo
ints":true,"RequiresUserInteraction":true,"IsAttended":false,"IsCompiled":true,"Aut
omationHubIdeaUrl":null,"AutoUpdate":false,"FeedId":"bc0bf486-523f-415a-bb6e-
fe3e6731f76b","JobPriority":"Normal","SpecificPriorityValue":45,"OrganizationUnitI
d":447369,"OrganizationUnitFullyQualifiedName":"Shared","TargetFramework":"W
indows","RobotSize":null,"AutoCreateConnectedTriggers":true,"RemoteControlAc
cess":"None","LastModificationTime":null,"LastModifierUserId":null,"CreationTime"
:"2023-01-
13T15:22:24.827Z","CreatorUserId":157857,"Id":382500,"Arguments":{"Input":"[]","
Output":"[]"},"ProcessSettings":null,"VideoRecordingSettings":null,"Tags":[],"Reso
urceOverwrites":[]}]}
RESPONSE
UiPath Community – Rome Chapter 11
Esempi di chiamate
GET
/Flavio0506/FlavioCommunityOrchestrator/or
chestrator_/odata/Jobs?$Filter=State eq
'Successful'&$orderby=EndTime DESC
HTTP/1.1
Host: cloud.uipath.com
Content-Type: application/json
X-UIPATH-TenantName: 59497
X-UIPATH-OrganizationUnitId: 447369
Authorization: Bearer {AUTH TOKEN}
Cookie: UiPathBrowserId=*
GET PROCESS STATUS
{"@odata.context":
"https://cloud.uipath.com/Flavio0506/FlavioCommunityOrchestrator/orchestrator_/odata/$metadata#Jobs
","@odata.count": 1,"value": [{"Key": "0188caec-f8be-4c50-97e6-120d119fe33b","StartTime": "2023-01-
13T16:00:38.303Z","EndTime": "2023-01-13T16:00:42.86Z","State": "Successful","JobPriority":
"Normal","SpecificPriorityValue": 45,"Source": "Manual","SourceType": "Manual","BatchExecutionKey":
"6e2f9f72-25a3-4e93-8081-1061b2256d01","Info": "Job completed","CreationTime": "2023-01-
13T16:00:37.71Z","StartingScheduleId": null,"ReleaseName": "comm_processo2","Type":
"Unattended","InputArguments": null,"OutputArguments": "{}","HostMachineName": {NOME
MACCHINA},"HasMediaRecorded": false,"HasVideoRecorded": false,"PersistenceId":
null,"ResumeVersion": null,"StopStrategy": null,"RuntimeType": "Unattended","RequiresUserInteraction":
true,"ReleaseVersionId": 736580,"EntryPointPath": "Main.xaml","OrganizationUnitId":
447369,"OrganizationUnitFullyQualifiedName": "Shared","Reference": "","ProcessType":
"Process","ProfilingOptions": null,"ResumeOnSameContext": false,"LocalSystemAccount": {USERNAME
PC},"OrchestratorUserIdentity": null,"RemoteControlAccess":
"None","MaxExpectedRunningTimeSeconds": null,"Id": 49932516}]}
RESPONSE
UiPath Community – Rome Chapter 12
Esempi di chiamate
POST
/Flavio0506/FlavioCommunityOrchestrator/or
chestrator_/odata/Jobs/UiPath.Server.Config
uration.OData.StartJobs HTTP/1.1
Host: cloud.uipath.com
Content-Type: application/json
X-UIPATH-OrganizationUnitId: 447369
Authorization: Bearer {AUTH TOKEN}
{
"startInfo": {
"ReleaseKey": "5afe79b8-5da8-4cad-
9fbb-b9883b3f627c",
"Strategy": "ModernJobsCount",
"JobsCount": 1,
"InputArguments":
"{"inMessaggio":"Processo Correttamente
Startato"}"
}
}
START JOB CON INPUT
{"@odata.context":"https://cloud.uipath.com/Flavio0506/FlavioCommunityOrchestrator/orchestrator_/oda
ta/$metadata#Jobs","value":[{"Key":"928b70b3-69d9-4341-aa94-
9f7197f8dd2b","StartTime":null,"EndTime":null,"State":"Pending","JobPriority":"Normal","SpecificPriority
Value":45,"Source":"Manual","SourceType":"Manual","BatchExecutionKey":"192ce1a1-2213-4d7f-98e3-
0bdacecd55fd","Info":null,"CreationTime":"2023-01-
25T11:53:44.133Z","StartingScheduleId":null,"ReleaseName":"comm_processo1","Type":"Unattended","
InputArguments":"{"inMessaggio":"Processo Correttamente
Startato"}","OutputArguments":null,"HostMachineName":null,"HasMediaRecorded":false,"HasVideoRec
orded":null,"PersistenceId":null,"ResumeVersion":null,"StopStrategy":null,"RuntimeType":"Unattended","
RequiresUserInteraction":true,"ReleaseVersionId":null,"EntryPointPath":"Main.xaml","OrganizationUnitId
":447369,"OrganizationUnitFullyQualifiedName":null,"Reference":"","ProcessType":"Process","ProfilingO
ptions":null,"ResumeOnSameContext":false,"LocalSystemAccount":"","OrchestratorUserIdentity":null,"Re
moteControlAccess":"None","MaxExpectedRunningTimeSeconds":null,"Id":50202453}]}
RESPONSE

Recommended for you

From ZERO to REST in an hour
From ZERO to REST in an hour From ZERO to REST in an hour
From ZERO to REST in an hour

So, you heard "the Web is Programmable, Internet of Things, Digitalization", but have NO to little programming skills. Nevertheless, this is 2016, and you want to get enough about Web Programming to be part of the some fun and exciting Web challenge, participate in an Hackathon may be …  Well, I am happy we meet. I suggest you take the tour “from ZERO to REST in a hour”: we’ll teach you to forge your own HTTP requests against the Github API. After this tour, you’ll know enough to interact with any RESTful Web APIs. Worth mentionning this presentation is entirely scripted: so give attention to each slide comments. Did you enjoy the tour ? look forward to learn more ? Post your comments below about enhancements, and for any subjects you’d like to see covered. 2. Join the Cisco developers community : https://developer.cisco.com/ 3. Take a free online Coding Lab (REST, Python, Parsing JSON, RAML, Git…) https://learninglabs.cisco.com/labs/tags/Coding 4. Meet DevNet teams at a physical event: conferences, hackathons https://developer.cisco.com/site/devnet/events-contests/events/

iotapidigitalization
Petr Dvořák: Mobilní webové služby pohledem iPhone developera
Petr Dvořák: Mobilní webové služby pohledem iPhone developeraPetr Dvořák: Mobilní webové služby pohledem iPhone developera
Petr Dvořák: Mobilní webové služby pohledem iPhone developera

Jak nejlépe uchopit komunikaci mezi mobilním zařízením a síťovými službami, jak nastavit spolupráci, pokud server a klient vyvíjí různé, často vzdálené organizace, a proč vůbec psát webové služby, když máme mobilní internet...

webexpo2010webexpo
- Webexpo 2010
- Webexpo 2010- Webexpo 2010
- Webexpo 2010

This document discusses best practices for developing mobile web services for iPhone applications. It recommends using RESTful APIs with JSON or XML formats over SOAP/XML-RPC due to their simplicity. Proper use of HTTP methods, caching, authentication using OAuth or forms, and error handling are also covered. The document emphasizes that web services should be device-agnostic and public data accessible by any application to be most useful.

UiPath Community – Rome Chapter 13
Esempio Telegram
UiPath Community – Rome Chapter 14
Esempio Web Application
UiPath Community – Rome Chapter 15
Grazie per l’attenzione!!
https://community.uipath.com/rome/

More Related Content

Similar to Webinar - Utilizzo delle WebApi dell'Orchestrator.pdf

OpenStack Architecture
OpenStack ArchitectureOpenStack Architecture
OpenStack Architecture
Mirantis
 
ASP.NET Core 3.0 Deep Dive
ASP.NET Core 3.0 Deep DiveASP.NET Core 3.0 Deep Dive
ASP.NET Core 3.0 Deep Dive
Jon Galloway
 
DevOPS training - Day 1/2
DevOPS training - Day 1/2DevOPS training - Day 1/2
DevOPS training - Day 1/2
Vincent Mercier
 
CCICI CIP 1.0 Testbed - Security access implementation and reference - v1.0
CCICI CIP 1.0 Testbed - Security access implementation and reference - v1.0CCICI CIP 1.0 Testbed - Security access implementation and reference - v1.0
CCICI CIP 1.0 Testbed - Security access implementation and reference - v1.0
Krishna-Kumar
 
Deep Dive into SpaceONE
Deep Dive into SpaceONEDeep Dive into SpaceONE
Deep Dive into SpaceONE
Choonho Son
 
DEVNET-1128 Cisco Intercloud Fabric NB Api's for Business & Providers
DEVNET-1128	Cisco Intercloud Fabric NB Api's for Business & ProvidersDEVNET-1128	Cisco Intercloud Fabric NB Api's for Business & Providers
DEVNET-1128 Cisco Intercloud Fabric NB Api's for Business & Providers
Cisco DevNet
 
Threat Hunting at Scale: Auditing Thousands of Clusters With Falco + Fluent ...
 Threat Hunting at Scale: Auditing Thousands of Clusters With Falco + Fluent ... Threat Hunting at Scale: Auditing Thousands of Clusters With Falco + Fluent ...
Threat Hunting at Scale: Auditing Thousands of Clusters With Falco + Fluent ...
Furkan Turkal
 
Jason yammer api
Jason yammer apiJason yammer api
Jason yammer api
LearningTech
 
Automating Rackspace with ONE Automation
Automating Rackspace with ONE AutomationAutomating Rackspace with ONE Automation
Automating Rackspace with ONE Automation
CA | Automic Software
 
From ZERO to REST in an hour
From ZERO to REST in an hour From ZERO to REST in an hour
From ZERO to REST in an hour
Cisco DevNet
 
Petr Dvořák: Mobilní webové služby pohledem iPhone developera
Petr Dvořák: Mobilní webové služby pohledem iPhone developeraPetr Dvořák: Mobilní webové služby pohledem iPhone developera
Petr Dvořák: Mobilní webové služby pohledem iPhone developera
WebExpo
 
- Webexpo 2010
- Webexpo 2010- Webexpo 2010
- Webexpo 2010
Petr Dvorak
 
Federated Identity for IoT with OAuth2
Federated Identity for IoT with OAuth2Federated Identity for IoT with OAuth2
Federated Identity for IoT with OAuth2
Paul Fremantle
 
Monitoring in Big Data Platform - Albert Lewandowski, GetInData
Monitoring in Big Data Platform - Albert Lewandowski, GetInDataMonitoring in Big Data Platform - Albert Lewandowski, GetInData
Monitoring in Big Data Platform - Albert Lewandowski, GetInData
GetInData
 
Handson Oracle Management Cloud with Application Performance Monitoring and L...
Handson Oracle Management Cloud with Application Performance Monitoring and L...Handson Oracle Management Cloud with Application Performance Monitoring and L...
Handson Oracle Management Cloud with Application Performance Monitoring and L...
Lucas Jellema
 
MQTT security
MQTT securityMQTT security
MQTT security
Anthony Chow
 
Presentation Magento OroCRM - MageConf 2014
Presentation Magento OroCRM - MageConf 2014Presentation Magento OroCRM - MageConf 2014
Presentation Magento OroCRM - MageConf 2014
Sylvain Rayé
 
Provisioning Windows instances at scale on Azure, AWS and OpenStack - Adrian ...
Provisioning Windows instances at scale on Azure, AWS and OpenStack - Adrian ...Provisioning Windows instances at scale on Azure, AWS and OpenStack - Adrian ...
Provisioning Windows instances at scale on Azure, AWS and OpenStack - Adrian ...
ITCamp
 
Fiware io t_ul20_cpbr8
Fiware io t_ul20_cpbr8Fiware io t_ul20_cpbr8
Fiware io t_ul20_cpbr8
FIWARE
 
FI-WARE Access Control GE (Part 3) – IdM OAuth Setup & Interfaces
FI-WARE Access Control GE (Part 3) – IdM OAuth Setup & InterfacesFI-WARE Access Control GE (Part 3) – IdM OAuth Setup & Interfaces
FI-WARE Access Control GE (Part 3) – IdM OAuth Setup & Interfaces
cdanger
 

Similar to Webinar - Utilizzo delle WebApi dell'Orchestrator.pdf (20)

OpenStack Architecture
OpenStack ArchitectureOpenStack Architecture
OpenStack Architecture
 
ASP.NET Core 3.0 Deep Dive
ASP.NET Core 3.0 Deep DiveASP.NET Core 3.0 Deep Dive
ASP.NET Core 3.0 Deep Dive
 
DevOPS training - Day 1/2
DevOPS training - Day 1/2DevOPS training - Day 1/2
DevOPS training - Day 1/2
 
CCICI CIP 1.0 Testbed - Security access implementation and reference - v1.0
CCICI CIP 1.0 Testbed - Security access implementation and reference - v1.0CCICI CIP 1.0 Testbed - Security access implementation and reference - v1.0
CCICI CIP 1.0 Testbed - Security access implementation and reference - v1.0
 
Deep Dive into SpaceONE
Deep Dive into SpaceONEDeep Dive into SpaceONE
Deep Dive into SpaceONE
 
DEVNET-1128 Cisco Intercloud Fabric NB Api's for Business & Providers
DEVNET-1128	Cisco Intercloud Fabric NB Api's for Business & ProvidersDEVNET-1128	Cisco Intercloud Fabric NB Api's for Business & Providers
DEVNET-1128 Cisco Intercloud Fabric NB Api's for Business & Providers
 
Threat Hunting at Scale: Auditing Thousands of Clusters With Falco + Fluent ...
 Threat Hunting at Scale: Auditing Thousands of Clusters With Falco + Fluent ... Threat Hunting at Scale: Auditing Thousands of Clusters With Falco + Fluent ...
Threat Hunting at Scale: Auditing Thousands of Clusters With Falco + Fluent ...
 
Jason yammer api
Jason yammer apiJason yammer api
Jason yammer api
 
Automating Rackspace with ONE Automation
Automating Rackspace with ONE AutomationAutomating Rackspace with ONE Automation
Automating Rackspace with ONE Automation
 
From ZERO to REST in an hour
From ZERO to REST in an hour From ZERO to REST in an hour
From ZERO to REST in an hour
 
Petr Dvořák: Mobilní webové služby pohledem iPhone developera
Petr Dvořák: Mobilní webové služby pohledem iPhone developeraPetr Dvořák: Mobilní webové služby pohledem iPhone developera
Petr Dvořák: Mobilní webové služby pohledem iPhone developera
 
- Webexpo 2010
- Webexpo 2010- Webexpo 2010
- Webexpo 2010
 
Federated Identity for IoT with OAuth2
Federated Identity for IoT with OAuth2Federated Identity for IoT with OAuth2
Federated Identity for IoT with OAuth2
 
Monitoring in Big Data Platform - Albert Lewandowski, GetInData
Monitoring in Big Data Platform - Albert Lewandowski, GetInDataMonitoring in Big Data Platform - Albert Lewandowski, GetInData
Monitoring in Big Data Platform - Albert Lewandowski, GetInData
 
Handson Oracle Management Cloud with Application Performance Monitoring and L...
Handson Oracle Management Cloud with Application Performance Monitoring and L...Handson Oracle Management Cloud with Application Performance Monitoring and L...
Handson Oracle Management Cloud with Application Performance Monitoring and L...
 
MQTT security
MQTT securityMQTT security
MQTT security
 
Presentation Magento OroCRM - MageConf 2014
Presentation Magento OroCRM - MageConf 2014Presentation Magento OroCRM - MageConf 2014
Presentation Magento OroCRM - MageConf 2014
 
Provisioning Windows instances at scale on Azure, AWS and OpenStack - Adrian ...
Provisioning Windows instances at scale on Azure, AWS and OpenStack - Adrian ...Provisioning Windows instances at scale on Azure, AWS and OpenStack - Adrian ...
Provisioning Windows instances at scale on Azure, AWS and OpenStack - Adrian ...
 
Fiware io t_ul20_cpbr8
Fiware io t_ul20_cpbr8Fiware io t_ul20_cpbr8
Fiware io t_ul20_cpbr8
 
FI-WARE Access Control GE (Part 3) – IdM OAuth Setup & Interfaces
FI-WARE Access Control GE (Part 3) – IdM OAuth Setup & InterfacesFI-WARE Access Control GE (Part 3) – IdM OAuth Setup & Interfaces
FI-WARE Access Control GE (Part 3) – IdM OAuth Setup & Interfaces
 

More from Cristina Vidu

Communauté UiPath Suisse romande - Séance de janvier 2024
Communauté UiPath Suisse romande - Séance de janvier 2024Communauté UiPath Suisse romande - Séance de janvier 2024
Communauté UiPath Suisse romande - Séance de janvier 2024
Cristina Vidu
 
State of the Automation Professional 2023: Insights and Implications for Nigeria
State of the Automation Professional 2023: Insights and Implications for NigeriaState of the Automation Professional 2023: Insights and Implications for Nigeria
State of the Automation Professional 2023: Insights and Implications for Nigeria
Cristina Vidu
 
Steps towards RPA Development: Create a Process Assessment Matrix
Steps towards RPA Development: Create a Process Assessment Matrix Steps towards RPA Development: Create a Process Assessment Matrix
Steps towards RPA Development: Create a Process Assessment Matrix
Cristina Vidu
 
Dev Dives: Design user-friendly attended automations from A to Z
Dev Dives: Design user-friendly attended automations from A to ZDev Dives: Design user-friendly attended automations from A to Z
Dev Dives: Design user-friendly attended automations from A to Z
Cristina Vidu
 
Dev Dives: Unlock AI-driven automation with semantic automation & communicati...
Dev Dives: Unlock AI-driven automation with semantic automation & communicati...Dev Dives: Unlock AI-driven automation with semantic automation & communicati...
Dev Dives: Unlock AI-driven automation with semantic automation & communicati...
Cristina Vidu
 
Advocating for the customer. Bringing soft skills into software development
Advocating for the customer. Bringing soft skills into software developmentAdvocating for the customer. Bringing soft skills into software development
Advocating for the customer. Bringing soft skills into software development
Cristina Vidu
 
🌺 Women in Automation Program: Become an RPA Developer with UiPath Studio Ses...
🌺 Women in Automation Program: Become an RPA Developer with UiPath Studio Ses...🌺 Women in Automation Program: Become an RPA Developer with UiPath Studio Ses...
🌺 Women in Automation Program: Become an RPA Developer with UiPath Studio Ses...
Cristina Vidu
 
Steps towards RPA Development: How to Document your Automation.pdf
Steps towards RPA Development: How to Document your Automation.pdfSteps towards RPA Development: How to Document your Automation.pdf
Steps towards RPA Development: How to Document your Automation.pdf
Cristina Vidu
 
🌺 Women in Automation Program: Become a Citizen Developer with UiPath StudioX...
🌺 Women in Automation Program: Become a Citizen Developer with UiPath StudioX...🌺 Women in Automation Program: Become a Citizen Developer with UiPath StudioX...
🌺 Women in Automation Program: Become a Citizen Developer with UiPath StudioX...
Cristina Vidu
 
Women in Automation - Intro to Studio Session 1
Women in Automation - Intro to Studio Session 1Women in Automation - Intro to Studio Session 1
Women in Automation - Intro to Studio Session 1
Cristina Vidu
 
Think before we automate
Think before we automateThink before we automate
Think before we automate
Cristina Vidu
 
🌺 Women in Automation Program: Become a Citizen Developer with UiPath StudioX...
🌺 Women in Automation Program: Become a Citizen Developer with UiPath StudioX...🌺 Women in Automation Program: Become a Citizen Developer with UiPath StudioX...
🌺 Women in Automation Program: Become a Citizen Developer with UiPath StudioX...
Cristina Vidu
 
Women in Automation - Introduction to RPA
Women in Automation - Introduction to RPAWomen in Automation - Introduction to RPA
Women in Automation - Introduction to RPA
Cristina Vidu
 
Conversational AI and Chatbot Integrations
Conversational AI and Chatbot IntegrationsConversational AI and Chatbot Integrations
Conversational AI and Chatbot Integrations
Cristina Vidu
 
RPA Karaoke
RPA Karaoke RPA Karaoke
RPA Karaoke
Cristina Vidu
 
Let’s build an app with UiPath Apps!
Let’s build an app with UiPath Apps!Let’s build an app with UiPath Apps!
Let’s build an app with UiPath Apps!
Cristina Vidu
 
Dev Dives: Unlock automation adoption with UiPath Apps
Dev Dives: Unlock automation adoption with UiPath AppsDev Dives: Unlock automation adoption with UiPath Apps
Dev Dives: Unlock automation adoption with UiPath Apps
Cristina Vidu
 
UiPath Amsterdam DEV meet-up For Developers, By Developers
UiPath Amsterdam DEV meet-up For Developers, By DevelopersUiPath Amsterdam DEV meet-up For Developers, By Developers
UiPath Amsterdam DEV meet-up For Developers, By Developers
Cristina Vidu
 
Jahresplanung und Content Map
Jahresplanung und Content MapJahresplanung und Content Map
Jahresplanung und Content Map
Cristina Vidu
 
Dev Dives 1 Building end-to-end automation for expense reports.pdf
Dev Dives 1 Building end-to-end automation for expense reports.pdfDev Dives 1 Building end-to-end automation for expense reports.pdf
Dev Dives 1 Building end-to-end automation for expense reports.pdf
Cristina Vidu
 

More from Cristina Vidu (20)

Communauté UiPath Suisse romande - Séance de janvier 2024
Communauté UiPath Suisse romande - Séance de janvier 2024Communauté UiPath Suisse romande - Séance de janvier 2024
Communauté UiPath Suisse romande - Séance de janvier 2024
 
State of the Automation Professional 2023: Insights and Implications for Nigeria
State of the Automation Professional 2023: Insights and Implications for NigeriaState of the Automation Professional 2023: Insights and Implications for Nigeria
State of the Automation Professional 2023: Insights and Implications for Nigeria
 
Steps towards RPA Development: Create a Process Assessment Matrix
Steps towards RPA Development: Create a Process Assessment Matrix Steps towards RPA Development: Create a Process Assessment Matrix
Steps towards RPA Development: Create a Process Assessment Matrix
 
Dev Dives: Design user-friendly attended automations from A to Z
Dev Dives: Design user-friendly attended automations from A to ZDev Dives: Design user-friendly attended automations from A to Z
Dev Dives: Design user-friendly attended automations from A to Z
 
Dev Dives: Unlock AI-driven automation with semantic automation & communicati...
Dev Dives: Unlock AI-driven automation with semantic automation & communicati...Dev Dives: Unlock AI-driven automation with semantic automation & communicati...
Dev Dives: Unlock AI-driven automation with semantic automation & communicati...
 
Advocating for the customer. Bringing soft skills into software development
Advocating for the customer. Bringing soft skills into software developmentAdvocating for the customer. Bringing soft skills into software development
Advocating for the customer. Bringing soft skills into software development
 
🌺 Women in Automation Program: Become an RPA Developer with UiPath Studio Ses...
🌺 Women in Automation Program: Become an RPA Developer with UiPath Studio Ses...🌺 Women in Automation Program: Become an RPA Developer with UiPath Studio Ses...
🌺 Women in Automation Program: Become an RPA Developer with UiPath Studio Ses...
 
Steps towards RPA Development: How to Document your Automation.pdf
Steps towards RPA Development: How to Document your Automation.pdfSteps towards RPA Development: How to Document your Automation.pdf
Steps towards RPA Development: How to Document your Automation.pdf
 
🌺 Women in Automation Program: Become a Citizen Developer with UiPath StudioX...
🌺 Women in Automation Program: Become a Citizen Developer with UiPath StudioX...🌺 Women in Automation Program: Become a Citizen Developer with UiPath StudioX...
🌺 Women in Automation Program: Become a Citizen Developer with UiPath StudioX...
 
Women in Automation - Intro to Studio Session 1
Women in Automation - Intro to Studio Session 1Women in Automation - Intro to Studio Session 1
Women in Automation - Intro to Studio Session 1
 
Think before we automate
Think before we automateThink before we automate
Think before we automate
 
🌺 Women in Automation Program: Become a Citizen Developer with UiPath StudioX...
🌺 Women in Automation Program: Become a Citizen Developer with UiPath StudioX...🌺 Women in Automation Program: Become a Citizen Developer with UiPath StudioX...
🌺 Women in Automation Program: Become a Citizen Developer with UiPath StudioX...
 
Women in Automation - Introduction to RPA
Women in Automation - Introduction to RPAWomen in Automation - Introduction to RPA
Women in Automation - Introduction to RPA
 
Conversational AI and Chatbot Integrations
Conversational AI and Chatbot IntegrationsConversational AI and Chatbot Integrations
Conversational AI and Chatbot Integrations
 
RPA Karaoke
RPA Karaoke RPA Karaoke
RPA Karaoke
 
Let’s build an app with UiPath Apps!
Let’s build an app with UiPath Apps!Let’s build an app with UiPath Apps!
Let’s build an app with UiPath Apps!
 
Dev Dives: Unlock automation adoption with UiPath Apps
Dev Dives: Unlock automation adoption with UiPath AppsDev Dives: Unlock automation adoption with UiPath Apps
Dev Dives: Unlock automation adoption with UiPath Apps
 
UiPath Amsterdam DEV meet-up For Developers, By Developers
UiPath Amsterdam DEV meet-up For Developers, By DevelopersUiPath Amsterdam DEV meet-up For Developers, By Developers
UiPath Amsterdam DEV meet-up For Developers, By Developers
 
Jahresplanung und Content Map
Jahresplanung und Content MapJahresplanung und Content Map
Jahresplanung und Content Map
 
Dev Dives 1 Building end-to-end automation for expense reports.pdf
Dev Dives 1 Building end-to-end automation for expense reports.pdfDev Dives 1 Building end-to-end automation for expense reports.pdf
Dev Dives 1 Building end-to-end automation for expense reports.pdf
 

Recently uploaded

How Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdfHow Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdf
HackersList
 
How RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptxHow RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptx
SynapseIndia
 
WhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdf
WhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdfWhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdf
WhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdf
ArgaBisma
 
Choose our Linux Web Hosting for a seamless and successful online presence
Choose our Linux Web Hosting for a seamless and successful online presenceChoose our Linux Web Hosting for a seamless and successful online presence
Choose our Linux Web Hosting for a seamless and successful online presence
rajancomputerfbd
 
Advanced Techniques for Cyber Security Analysis and Anomaly Detection
Advanced Techniques for Cyber Security Analysis and Anomaly DetectionAdvanced Techniques for Cyber Security Analysis and Anomaly Detection
Advanced Techniques for Cyber Security Analysis and Anomaly Detection
Bert Blevins
 
Implementations of Fused Deposition Modeling in real world
Implementations of Fused Deposition Modeling  in real worldImplementations of Fused Deposition Modeling  in real world
Implementations of Fused Deposition Modeling in real world
Emerging Tech
 
20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf
Sally Laouacheria
 
Measuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at TwitterMeasuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at Twitter
ScyllaDB
 
Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...
BookNet Canada
 
7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf
Enterprise Wired
 
Password Rotation in 2024 is still Relevant
Password Rotation in 2024 is still RelevantPassword Rotation in 2024 is still Relevant
Password Rotation in 2024 is still Relevant
Bert Blevins
 
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Bert Blevins
 
Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024
BookNet Canada
 
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-InTrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc
 
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptxRPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
SynapseIndia
 
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
Toru Tamaki
 
Research Directions for Cross Reality Interfaces
Research Directions for Cross Reality InterfacesResearch Directions for Cross Reality Interfaces
Research Directions for Cross Reality Interfaces
Mark Billinghurst
 
The Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive ComputingThe Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive Computing
Larry Smarr
 
20240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 202420240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 2024
Matthew Sinclair
 
20240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 202420240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 2024
Matthew Sinclair
 

Recently uploaded (20)

How Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdfHow Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdf
 
How RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptxHow RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptx
 
WhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdf
WhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdfWhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdf
WhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdf
 
Choose our Linux Web Hosting for a seamless and successful online presence
Choose our Linux Web Hosting for a seamless and successful online presenceChoose our Linux Web Hosting for a seamless and successful online presence
Choose our Linux Web Hosting for a seamless and successful online presence
 
Advanced Techniques for Cyber Security Analysis and Anomaly Detection
Advanced Techniques for Cyber Security Analysis and Anomaly DetectionAdvanced Techniques for Cyber Security Analysis and Anomaly Detection
Advanced Techniques for Cyber Security Analysis and Anomaly Detection
 
Implementations of Fused Deposition Modeling in real world
Implementations of Fused Deposition Modeling  in real worldImplementations of Fused Deposition Modeling  in real world
Implementations of Fused Deposition Modeling in real world
 
20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf
 
Measuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at TwitterMeasuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at Twitter
 
Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...
 
7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf
 
Password Rotation in 2024 is still Relevant
Password Rotation in 2024 is still RelevantPassword Rotation in 2024 is still Relevant
Password Rotation in 2024 is still Relevant
 
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
 
Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024
 
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-InTrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
 
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptxRPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
 
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
 
Research Directions for Cross Reality Interfaces
Research Directions for Cross Reality InterfacesResearch Directions for Cross Reality Interfaces
Research Directions for Cross Reality Interfaces
 
The Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive ComputingThe Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive Computing
 
20240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 202420240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 2024
 
20240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 202420240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 2024
 

Webinar - Utilizzo delle WebApi dell'Orchestrator.pdf

  • 1. Webinar - Utilizzo delle WebApi dell'Orchestrator UiPath – Rome Community Chapter presenta
  • 2. UiPath Community – Rome Chapter 2 Speakers Flavio Martinelli Head of Automation @ Nethex RPA Service Line Manager @ Soft Strategy Salvatore Amato RPA Expert Consultant fmartinelli@softstrategy.it salvatoreamato.private@protonmail.com
  • 3. UiPath Community – Rome Chapter 3 Timeline Eventi Community Un viaggio nel mondo del professionista RPA. Evento in CoHost con il Chapter di Torino. Link -> Evento 28 Ottobre 2022 Webinar - Utilizzo delle WebApi dell'Orchestrator. 31 Gennaio 2023 Stay Tuned!!! Upcoming
  • 4. UiPath Community – Rome Chapter 4 Sondaggio
  • 5. UiPath Community – Rome Chapter 5 Agenda • Setup Orchestrator. Recupero variabili utili alle chiamate API • Download degli esempi di Postman • Setup chiamata di Autenticazione. Focus su differenze tra Community (Cloud), OnPremise e External Applications • Esempi di chiamate per ricevere informazioni da Orchestrator • Chiamata di Start Job, normale e con Input Argument • Esempi integrazione con sistemi esterni: Web App e Telegram • Esempio di chiamata Api da UiPath Studio
  • 6. UiPath Community – Rome Chapter 6 Setup Orchestrator. Recupero variabili utili alle chiamate API Dalla pagina di UiPath Administration, cliccare sul proprio tenant e poi nel tab Orchestrator, cliccare sui tre puntini e selezionare API Access Collegandosi poi al proprio orchestrator e selezionando la Modern Folder utilizzata salvare questi valori.
  • 7. UiPath Community – Rome Chapter 7 Download degli esempi di Postman https://postman.uipath.rocks/#1008f80c-7d3f-48e9-9968-f918f52a5efe E’ possibile scaricare una collezione di chiamate preimpostate su Postman relative ad Orchestrator di UiPath. https://docs.uipath.com/orchestrator/reference/read-me Documentazione su API Orchestrator
  • 8. UiPath Community – Rome Chapter 8 Setup chiamata di Autenticazione POST /oauth/token HTTP/1.1 Host: account.uipath.com Content-Type: application/json Cookie: * Content-Length: 164 { "grant_type": "refresh_token", "client_id": {CLIENT ID} "refresh_token": {USER KEY} } AUTH Orchestrator Cloud POST /api/Account/Authenticate HTTP/1.1 Host: {ORCHESTRATOR URL} Content-Type: application/json Content-Length: 116 { "password": {PASSWORD ACCOUNT} "usernameOrEmailAddress": {USERNAME ACCOUNT}, "tenancyName": {NOME TENANT} } AUTH On Premise POST /identity/connect/token HTTP/1.1 Host: {ORCHESTRATOR URL} Content-Type: application/x-www-form- urlencoded Content-Length: * grant_type=client_credentials&client_id={CLI ENT ID}&client_secret={CLIENT SECRET}&scope=OR.Robots%20OR.Robot s.Read%20OR.Robots.Write%20OR.Machin es%20OR.Machines.Read%20OR.Machines. Write%20OR.Execution%20OR.Execution.R ead%20OR.Execution.Write%20OR.Assets% 20OR.Assets.Read%20OR.Assets.Write%20 OR.Queues%20OR.Queues.Write%20OR.Jo bs%20OR.Jobs.Read%20OR.Jobs.Write%20 OR.Users%20OR.Users.Read%20OR.Users. Write AUTH External App
  • 9. UiPath Community – Rome Chapter 9 External Applications
  • 10. UiPath Community – Rome Chapter 10 Esempi di chiamate GET /{{cloudOrg}}/{{cloudTenant}}/odata/Releases ?$filter=ProcessKey eq 'PetStore_UpdatePet' HTTP/1.1 Host: {{cloudUrl}} X-UIPATH-OrganizationUnitId: 1734790 Authorization: Bearer {AUTH TOKEN} GET RELEASE {"@odata.context":"https://cloud.uipath.com/Flavio0506/FlavioCommunityOrchestr ator/orchestrator_/odata/$metadata#Releases","@odata.count":1,"value":[{"Key":" 95b324ed-17b1-4571-9f7a- 597e49bbca93","ProcessKey":"comm_processo2","ProcessVersion":"1.0.1","IsLat estVersion":false,"IsProcessDeleted":false,"Description":"comm_processo2","Nam e":"comm_processo2","EnvironmentId":null,"EnvironmentName":"","EntryPointId": 156327,"InputArguments":null,"ProcessType":"Process","SupportsMultipleEntryPo ints":true,"RequiresUserInteraction":true,"IsAttended":false,"IsCompiled":true,"Aut omationHubIdeaUrl":null,"AutoUpdate":false,"FeedId":"bc0bf486-523f-415a-bb6e- fe3e6731f76b","JobPriority":"Normal","SpecificPriorityValue":45,"OrganizationUnitI d":447369,"OrganizationUnitFullyQualifiedName":"Shared","TargetFramework":"W indows","RobotSize":null,"AutoCreateConnectedTriggers":true,"RemoteControlAc cess":"None","LastModificationTime":null,"LastModifierUserId":null,"CreationTime" :"2023-01- 13T15:22:24.827Z","CreatorUserId":157857,"Id":382500,"Arguments":{"Input":"[]"," Output":"[]"},"ProcessSettings":null,"VideoRecordingSettings":null,"Tags":[],"Reso urceOverwrites":[]}]} RESPONSE
  • 11. UiPath Community – Rome Chapter 11 Esempi di chiamate GET /Flavio0506/FlavioCommunityOrchestrator/or chestrator_/odata/Jobs?$Filter=State eq 'Successful'&$orderby=EndTime DESC HTTP/1.1 Host: cloud.uipath.com Content-Type: application/json X-UIPATH-TenantName: 59497 X-UIPATH-OrganizationUnitId: 447369 Authorization: Bearer {AUTH TOKEN} Cookie: UiPathBrowserId=* GET PROCESS STATUS {"@odata.context": "https://cloud.uipath.com/Flavio0506/FlavioCommunityOrchestrator/orchestrator_/odata/$metadata#Jobs ","@odata.count": 1,"value": [{"Key": "0188caec-f8be-4c50-97e6-120d119fe33b","StartTime": "2023-01- 13T16:00:38.303Z","EndTime": "2023-01-13T16:00:42.86Z","State": "Successful","JobPriority": "Normal","SpecificPriorityValue": 45,"Source": "Manual","SourceType": "Manual","BatchExecutionKey": "6e2f9f72-25a3-4e93-8081-1061b2256d01","Info": "Job completed","CreationTime": "2023-01- 13T16:00:37.71Z","StartingScheduleId": null,"ReleaseName": "comm_processo2","Type": "Unattended","InputArguments": null,"OutputArguments": "{}","HostMachineName": {NOME MACCHINA},"HasMediaRecorded": false,"HasVideoRecorded": false,"PersistenceId": null,"ResumeVersion": null,"StopStrategy": null,"RuntimeType": "Unattended","RequiresUserInteraction": true,"ReleaseVersionId": 736580,"EntryPointPath": "Main.xaml","OrganizationUnitId": 447369,"OrganizationUnitFullyQualifiedName": "Shared","Reference": "","ProcessType": "Process","ProfilingOptions": null,"ResumeOnSameContext": false,"LocalSystemAccount": {USERNAME PC},"OrchestratorUserIdentity": null,"RemoteControlAccess": "None","MaxExpectedRunningTimeSeconds": null,"Id": 49932516}]} RESPONSE
  • 12. UiPath Community – Rome Chapter 12 Esempi di chiamate POST /Flavio0506/FlavioCommunityOrchestrator/or chestrator_/odata/Jobs/UiPath.Server.Config uration.OData.StartJobs HTTP/1.1 Host: cloud.uipath.com Content-Type: application/json X-UIPATH-OrganizationUnitId: 447369 Authorization: Bearer {AUTH TOKEN} { "startInfo": { "ReleaseKey": "5afe79b8-5da8-4cad- 9fbb-b9883b3f627c", "Strategy": "ModernJobsCount", "JobsCount": 1, "InputArguments": "{"inMessaggio":"Processo Correttamente Startato"}" } } START JOB CON INPUT {"@odata.context":"https://cloud.uipath.com/Flavio0506/FlavioCommunityOrchestrator/orchestrator_/oda ta/$metadata#Jobs","value":[{"Key":"928b70b3-69d9-4341-aa94- 9f7197f8dd2b","StartTime":null,"EndTime":null,"State":"Pending","JobPriority":"Normal","SpecificPriority Value":45,"Source":"Manual","SourceType":"Manual","BatchExecutionKey":"192ce1a1-2213-4d7f-98e3- 0bdacecd55fd","Info":null,"CreationTime":"2023-01- 25T11:53:44.133Z","StartingScheduleId":null,"ReleaseName":"comm_processo1","Type":"Unattended"," InputArguments":"{"inMessaggio":"Processo Correttamente Startato"}","OutputArguments":null,"HostMachineName":null,"HasMediaRecorded":false,"HasVideoRec orded":null,"PersistenceId":null,"ResumeVersion":null,"StopStrategy":null,"RuntimeType":"Unattended"," RequiresUserInteraction":true,"ReleaseVersionId":null,"EntryPointPath":"Main.xaml","OrganizationUnitId ":447369,"OrganizationUnitFullyQualifiedName":null,"Reference":"","ProcessType":"Process","ProfilingO ptions":null,"ResumeOnSameContext":false,"LocalSystemAccount":"","OrchestratorUserIdentity":null,"Re moteControlAccess":"None","MaxExpectedRunningTimeSeconds":null,"Id":50202453}]} RESPONSE
  • 13. UiPath Community – Rome Chapter 13 Esempio Telegram
  • 14. UiPath Community – Rome Chapter 14 Esempio Web Application
  • 15. UiPath Community – Rome Chapter 15 Grazie per l’attenzione!! https://community.uipath.com/rome/