CloudIO Platform
cloudio.ioVersion 3.0 Docs
  • CloudIO Platform
  • Architecture
  • Service Architecture
  • Scalability
  • Installation
  • Getting Started
    • Overview
    • How Tos
  • UI
    • App Controller
    • Page Controller
    • Controller Component
    • Custom Component
      • Sample Property Definitions
      • Custom Component Types
  • DataSource
    • Server Side Scripts
      • Sample Scripts
      • Module Imports
    • WHO Columns
  • REST APIs
    • Authentication
    • Query
    • Post
    • Status
    • API Playground
  • Workflow REST APIs
    • Introduction
    • PUT
    • GET
    • Instance PUT
    • Instance GET
    • Increment and GET
    • Instance Increment and GET
  • App Deployment
    • CloudIO CLI
    • Patch Management
    • SQL Migrations
    • Component Help
    • Email Setup
    • Configure SSO/OAuth
      • OAUTH 2.0
        • GOOGLE
      • SAML
        • AUTH0
        • AZURE AD
        • OKTA
      • Auto User Creation
    • Test Automation
    • On Premise Agent
  • Oracle Instant client
    • Setup
Powered by GitBook
On this page
  • Agent Groups
  • API Playground
  • App Settings
  • Applications
  • Auth Provider
  • Component Store
  • Components
  • Connections
  • DataSource
  • Email Requests
  • External DataSource
  • Functions
  • Images
  • Kafka Topic Search
  • Languages
  • Live Status
  • Lookups
  • Pages
  • Patch History
  • Profiles
  • Roles
  • Scheduled Runs
  • SQL Worksheet
  • Storage Connections
  • Test Scripts
  • Users
  • Workflow Nodes
  • Workflows
  • More Details

Was this helpful?

Edit on GitHub
  1. Getting Started

Overview

PreviousGetting StartedNextApp Controller

Last updated 2 years ago

Was this helpful?

When you sign in with a Developer or an Administrator role, a sidebar to access various panels will be visible. Use the More Tabs option on the sidebar to access all the available panels. Some of these panels may be hidden based on the roles you have. Find below a short description of each of the sidebar panels.

Agent Groups

Set up and manage On-Premise Agent Groups. You can also view all the agents connected to any given agent group.

API Playground

A Postman-like interface to explore and interact with all the data sources you have access to do so.

App Settings

Manage the current Application settings that can be customized on an application level.

Applications

Create and manage various applications.

Auth Provider

Setup your Organization's Authentication provider e.g. OAuth, SAML or Native.

Component Store

Create and manage custom react components.

Components

View help documentation of all the available components.

Connections

Set up and manage database connections used by various applications.

DataSource

Create and manage DataSource. Using data sources, you can allow your app to perform CRUD operations on your application database table or view. With the Oracle database, you can use the PLSQL wrapper package to perform the CUD operations. MySQL, PostgreSQL, MS SQL Server & Oracle are the supported databases.

Email Requests

Monitor all the email requests sent.

External DataSource

Create and manage external data sources. Using external data sources you can connect your app with any data exposed via. REST APIs.

Functions

Create and manage cloud functions.

Images

Upload and manage images used by your application.

Kafka Topic Search

A tool to query messages from Kafka topics, for debugging purposes.

Languages

Define and manage languages supported by your applications. You can record all the labels shown to the user and upload the translated labels.

Live Status

Monitor the server nodes & perform health checks.

Lookups

Define and manage various lookup values used by the application.

Pages

Create and manage application pages.

Patch History

View all the previously applied patches. Download and upload application patches between DEV/UAT/PROD instances.

Profiles

Setup and manage profile options used by the application

Roles

Define and manage application roles.

Scheduled Runs

Monitor the status of scheduled cloud functions and workflows.

SQL Worksheet

Explore and interact with the application database objects

Storage Connections

Setup and manage blob storage connections e.g. Azure Blob Storage and S3

Test Scripts

Create and manage application test scripts.

Users

Create and manage organizational user accounts when the Auth Provider is set up as Native.

Workflow Nodes

Create and manage custom workflow nodes.

Workflows

Create and manage application workflows.

More Details

Check the Service Architecture section for more details about the above components.

Service Architecture
More Tabs
App Settings Panel