How can we get Application -> Environment -> Assigned Agents data via CA RA API.
Release Automation 6.x
The SoapAPI service available in Release Automation let you get the data about agents mapped to environment in an application. The details of same is below:
Application: getAllApplications (it requires username and password make sure the user has access privileges)
Environment: getEnvironmentsForApplication (It requires username, password and application name)
Assigned Agents: getEnvironmentServers (It requires username, password and application name and Environment Name)