28 Sep 2022
11:01 PM
- last edited on
28 Sep 2022
11:12 PM
by
Ana_Kuzmenchuk
Hello,
Is it possible to get details of applications, processes, and services running in a specific server via API?
Thanks in advance
Solved! Go to Solution.
You can use the get-entities-list API and use the Relationships: fromRelationships.<relationshipName>() and toRelationships.<relationshipName>() as entitySelector filter.
To know more about the Relationships for each entity type, check the get-entity-type API