get https://{host}/riskmodeler/v1/datasources/db-instances
Returns information about the tenant's SQL Server instances including the id
, name
, namespace
, and status
.
The optional type
and status
query parameters enable you to filter results. The type
parameter identifies SQL Server instances based on the namespace (RISK_MODELER
or DATA_BRIDGE
). The status
filters SQL Server instances based their current status (ACTIVE
or INACTIVE
).