How to get IBM doors health data or information using api or any other way

Viewed 13

I am new to IBM DOORS and want to create a dashboard in which I need to get data from DOORS. Please suggest to get the doors health data using api.

1 Answers

I have no idea how to define "health" in DOORS reliably. Perhaps it is sufficient to test whether the port to the Server is open, like Test-NetConnection -ComputerName DOORSSERVERNAME -Port 36677 |Format-List -Property TcpTestSucceeded

Related