Instatus
In this section, we present how to connect Instatus to MindsDB.
Instatus is a cloud-based status page software that enables users to communicate status information using incidents and maintenances. It serves as a SaaS platform for creating status pages for services.
The Instatus Handler for MindsDB offers an interface to connect with Instatus via APIs and retrieve status pages.
Connection
Initialize the Instatus handler with the following parameter:
api_key
: Instatus API key for authentication. Obtain it from Instatus Developer Dashboard.
Start by creating a database with the new instatus engine using the following SQL command:
Usage
To get a status page, use the SELECT
statement:
To create a new status page, use the INSERT
statement:
The following fields are required when inserting new status pages:
email
(e.g. ‘yourname@gmail.com’)name
(e.g ‘mindsdb’)subdomain
(e.g. ‘mindsdb-docs’)components
(e.g. ’[“Website”, “App”, “API”]‘)
The other fields are optional.
To update an existing status page, use the UPDATE
statement: