DPA.DatabaseClient
SolarWinds Information Service 2020.2 Schema Documentation
Provides mapping between machine (client) (identified by its address) and monitored DB instance (identified by its ID).
Inheritance
Access control
Operations | Right |
---|---|
read | everyone |
Properties
Name | Type | Summary | Access Control |
---|---|---|---|
Address | System.String | Address of a machine that accessed monitored instance during the provided time period | everyone |
DatabaseId | System.Int32 | ID of a monitored instance. References to Orion.DPA.DatabaseInstance.Id | everyone |
GlobalDatabaseId | System.Int32 | Unique ID of database instance in Orion | everyone |
Time | System.DateTime | Definition of Time interval for which we want to find mappings (operators <, <=, > and >= can be used in WHERE clauses on this field) Turns into last seen date in result set. | everyone |