IBM db2
Description | Connection to a IBM db2 database |
---|---|
Type | ibmdb2 |
Category | Db |
Configuration
Name | Description | Type | Mandatory | Comment |
---|---|---|---|---|
ConnectionString | The connection string to connect to the database | string | TRUE |
CODE
{
"Name": "database",
"Type": "ibmdb2",
"HealthCheck": true,
"Config": {
"ConnectionString": "[Host]:[Port];Database=[Database name];UId=[Username];PWD=[Password]"
}
}