Solved

Hostname/IP of a service?

  • 10 June 2021
  • 2 replies
  • 72 views

How do I get the Hostname/IP of a service running in an application?

I assume that by querying the api for the app object /apps/{uuid}, I would get the list of the services and therefore get the uuid of the vm.  But I can seem to find the vm uuid.Any ideas ?

icon

Best answer by JoseNutanix 10 June 2021, 19:12

View original

This topic has been closed for comments

2 replies

Userlevel 4
Badge +5

Hey @BCar 

Look for the JSONPath status.resources.deployment_list

  • .substrate_configuration.element_list
  • .instance_id

thanks