Hostname/IP of a service? | Nutanix Community
Skip to main content

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 ?

Hey @BCar 

Look for the JSONPath status.resources.deployment_list

  • .substrate_configuration.element_list
  • .instance_id

thanks