kishankavala opened a new pull request, #7374:
URL: https://github.com/apache/cloudstack/pull/7374

   ### Description
   
   This PR fixes # https://github.com/apache/cloudstack/issues/7338
   Added Mgmt server Service IP to listManagementServers API response
   
   <!--- 
*********************************************************************************
 -->
   <!--- NOTE: AUTOMATATION USES THE DESCRIPTIONS TO SET LABELS AND PRODUCE 
DOCUMENTATION. -->
   <!--- PLEASE PUT AN 'X' in only **ONE** box -->
   <!--- 
*********************************************************************************
 -->
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [X] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [X] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   Test API response with cmk
   
   ```
   (local) 🐱 > list managementservers
   {
     "count": 1,
     "managementserver": [
       {
         "id": "76942b7f-00cc-4ff6-89ec-0d16bdcf2919",
         "javadistribution": "Ubuntu",
         "javaversion": "11.0.18+10-post-Ubuntu-0ubuntu122.04",
         "lastboottime": "2023-03-25T18:14:53+0530",
         "lastserverstart": "2023-03-28T14:10:19+0530",
         "lastserverstop": "2023-03-28T14:02:23+0530",
         "name": "KK.",
         "osdistribution": "Ubuntu 22.04.1 LTS",
         "serviceip": "127.0.0.1",
         "state": "Up",
         "version": "4.18.1.0-SNAPSHOT"
       }
     ]
   }
   ```
   
   
   <!-- Please read the 
[CONTRIBUTING](https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md) 
document -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to