IBM Db2
Connection
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
account | string | Username | true |
database | string | Database | true |
hostname | string | Hostname | true |
passwd | string | Password | true |
ssl | boolean | Use SSL | false |
Example
{"name": "IBM Db2 connection","type": "ibm_db2","configuration": {"account": "db2admin","database": "SAMPLE","hostname": "db2.example.com","passwd": "password","ssl": false}}
