Galooli API Tools
Galooli offers a wide set of API services designed to empower your organization. These APIs provide seamless integration and access to a diverse range of functionalities, including but not limited to data retrieval and analytics. Whether you're seeking real-time information, conducting in-depth analysis, or other processes, our APIs are tailored to meet your needs.
SDK
Galooli SDK service allows you to get data from the Galooli backend platform, and combine this data within their own systems, for example, ERP systems, CRM, Applications, etc.
Embedded Dashboards
Using the embedded dashboards feature, Galooli clients can display Galooli system dashboards as well as any customized dashboard on their internal platforms in a personalized and branded manner. Using Galooli, partners can access analytics and insights through a dashboard configuration and integrate them into their brand to promote their products and services.
https://galooli.atlassian.net/l/cp/oAT0SL01
Scheduled Reports
Reports can be scheduled for automatic delivery by email on a daily, weekly, monthly, or other frequency bases. The file can be sent in CSV format, enabling integration of the information in the client's various systems.
My Schedule Dashboards & Reports
Colocation NOC API
The Colocation NOC solution is designed for organizations that manage multiple sites and host several colocation companies on each site. The solution allows the organization to control the data each colocation company can see per site. The Colocation NOC API provides a method for querying the active status of alarms within the Colocation NOC tool.
NOC Ticketing System
A NOC ticketing system is suitable for companies that wish to integrate the alarm handling process within their internal ticket management system. As a result, tickets will be automatically opened upon receipt of certain alarms from the NOC application.
Galooli NOC Application | Ticketing
Data Lake
A storage archive that holds a vast amount of summary data in its native format until it's needed. Unlike traditional databases or data warehouses, a Data Lake allows organizations to store both structured and unstructured data without the need to preprocess or structure it beforehand. The Data Lake service differs from the SDK service in that when you correct the data it is done on both sides. Requires collaborative development between Galooli and the client.
FTP/SFTP
File Transfer Protocol (FTP) is a standard network protocol that facilitates the seamless exchange of files between computers connected to a TCP-based network, such as the internet. It operates on a client-server model, where a client initiates the file transfer request, and a server responds by either uploading or downloading the specified files.
In order to integrate Galooli with your FTP services, you will need to provide the following information:
Server address
Username
Password
Port Number - Unless a port number is specified in the format, Galooli will use port 22 by default
FTP/SFTP formats:
In the case of an unsecured FTP server - ftp://{server}#|#{username}#|#{password}
In the case of an secured FTP (SFTP) server - sftp://{server}#|#{username}#|#{password}
In the case of a specific port number - sftp://{server}:24#|#username#|#password}
IP address of Galooli to be used on the client side is 52.5.193.111