| id |
integer |
The internal configuration ID for the database collector. |
| name |
string |
The display name for the database collector. |
| type |
string |
The type of database being monitored. |
| hostname |
string |
The hostname or IP address of the database server. |
| port |
integer |
The port number for the database connection. |
| username |
string |
The username for authenticating with the database. |
| password |
string |
The password for authenticating with the database. Only used in create and update requests. |
| databaseName |
string |
The name of the specific database to monitor. |
| enabled |
boolean |
Whether the database collector is enabled and actively monitoring. |
| agentName |
string |
The name of the Database Agent responsible for this collector. |
| excludedSchemas |
array |
List of schema names to exclude from monitoring. |