OptionalconnectionThe connection string used to connect to the database. Do not provide real authentication tokens here. These are just examples.
The name of the database to connect to.
OptionaldbThe type of database (e.g., MySQL, PostgreSQL, etc.). This is optional and can be used to specify the database type if needed.
OptionalexpectedOptional description of value in response being checked for.
OptionalexpectedOptional The expected number of rows returned from the query.
OptionalprocOptional stored procedure being executed to check the database connection.
OptionalqueryOptional SQL query being executed to check the database connection.
The server name or IP address of the database.
OptionaltimeoutOptional timeout in milliseconds for the database query.
The type of check, which is 'database' in this case.
Defines the structure of a Database check details.
Example