29 Sep 2022
07:01 AM
- last edited on
29 Sep 2022
07:12 AM
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.
29 Sep 2022 02:41 PM
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