Extract agents details by application and environment
search cancel

Extract agents details by application and environment

book

Article ID: 250247

calendar_today

Updated On:

Products

CA Release Automation - Release Operations Center (Nolio)

Issue/Introduction

How can we get Application -> Environment -> Assigned Agents data via CA RA API.

Environment

Release Automation 6.x

Resolution

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:

  • SOAP API WSDL: http://NAC-IP:NAC-PORT/datamanagement/ws/OpenAPIService?wsdl
  • SOAP API Methods 
    • 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)