Imesh Gunaratne created STRATOS-660: ---------------------------------------
Summary: Introduce a new API method to retrieve Load Balancer IP addresses of a service subscription Key: STRATOS-660 URL: https://issues.apache.org/jira/browse/STRATOS-660 Project: Stratos Issue Type: Improvement Components: Stratos Manager Reporter: Imesh Gunaratne Assignee: Imesh Gunaratne Currently there is no single API method available in Stratos Manager to retrieve the load balancer IP addresses of a given service subscription. Rather we need to make two service call to retrieve this: 1. Get subscription lb cluster id of a service subscription: /cartridge/info/{subscriptionAlias} 2. Get load balancer cluster: /cluster/clusterId/{clusterId} Idea of this improvement is to introduce a single method in Stratos API to do this. -- This message was sent by Atlassian JIRA (v6.2#6252)