Connections
Status
API endpoint: /api/v1/connections/status
Type: GET
Description: Returns connection info and status for all connections
Parameters: none
Result
[
{
"connectionName": "Crypto",
"connectionType": "rest",
"connected": true,
"connectionUrl": "https://api.coinlore.net/api/tickers/?start=1&limit=1000"
},
{
"connectionName": "Genome_public",
"connectionType": "mariadb",
"connected": true,
"connectionUrl": "jdbc:mariadb://genome-euro-mysql.soe.ucsc.edu:3306/hgcentral"
},
{
"connectionName": "RNAcentral_public",
"connectionType": "postgresql",
"connected": true,
"connectionUrl": "jdbc:postgresql://hh-pgsql-public.ebi.ac.uk:5432/pfmegrnargs"
},
{
"connectionName": "Rfam_public",
"connectionType": "mysql",
"connected": true,
"connectionUrl": "jdbc:mysql://mysql-rfam-public.ebi.ac.uk:4497/Rfam"
}
]
Last modified: 06 September 2024