Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SqlMonitorConfiguration

Request configuration details for the SQL monitor type.

Properties

Const configType

configType: string = "SQL_CONFIG"

Optional connectionString

connectionString: undefined | string

Database connection string.

Optional databaseAuthenticationDetails

databaseAuthenticationDetails: model.BasicAuthenticationDetails

Optional databaseConnectionType

databaseConnectionType: model.DatabaseConnectionType

Database connection type. Only CUSTOM_JDBC is supported for MYSQL database type.

Optional databaseRole

databaseRole: undefined | string

Database role.

Optional databaseType

databaseType: model.DatabaseType

Database type.

Optional databaseWalletDetails

databaseWalletDetails: model.DatabaseWalletDetails

Optional dnsConfiguration

dnsConfiguration: model.DnsConfiguration

Optional isFailureRetried

isFailureRetried: undefined | false | true

If isFailureRetried is enabled, then a failed call will be retried.

Optional query

query: undefined | string

SQL query to be executed.

Methods

getDeserializedJsonObj

getJsonObj