Book Image

UiPath Administration and Support Guide

By : Arun Kumar Asokan
Book Image

UiPath Administration and Support Guide

By: Arun Kumar Asokan

Overview of this book

UiPath administration, support, maintenance, monitoring, and deployment activities are mandatory and more challenging than developing bots. This is a major issue for many firms that are looking to scale their RPA programs. This book will help in training new UiPath users/resources involved in administration and support tasks to address existing skill gaps in RPA market. The book starts with an introduction to the UiPath Platform. You'll learn how to set up UiPath Platform administration, support, monitoring, reporting, deployment, and maintenance. After that, you’ll cover advanced topics, such as, using the orchestrator API for support operations, security, and risk management. In addition to this, best practices for each of the topics will be covered. By the end of this book, you will have the knowledge you need to work on the support and monitoring of UiPath programs of any size.
Table of Contents (15 chapters)
1
Part 1: UiPath Platform and Support Setup
5
Part 2: UiPath Administration, Support, DevOps, and Monitoring in Action
10
Part 3: UiPath Maintenance and Future Trends

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “Delete the C:\~\SysWOW64\config\systemprofile\AppData\Local\UiPath\Logs\execution_log_data folder.”

A block of code is set as follows:

pipeline {
        agent any
        environment {
            ORCHESTRATOR_URL = https://cloud.uipath.com/~/orchestrator_/"
            ORCHESTRATOR_LOGICAL_NAME = "XXXX"
            ORCHESTRATOR_TENANT_NAME = "YYYY"
            ORCHESTRATOR_FOLDER_NAME = "ZZZZ"
        }

Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “A list of all available robots is accessed from the Tenant | Robots tab.”

Tips or Important Notes

Appear like this.