Is your feature request related to a problem? Please describe.
Problem :
Currently
/v1/deployments
we are not getting the full deployment info like URI , port , name of the deployment , etc..
but we are getting the all the info from /v1/deployment/{dseq}
/v1/deployment/ - list of deployment info should be same as individual api response
Describe the solution you'd like
we should maintain the send the same response like /v1/deployment/{dseq} but instead its array of deployments
Describe alternatives you've considered
NA
Search
Code of Conduct
Additional context
No response