Skip to main content
Solved

Hostname/IP of a service?

  • June 10, 2021
  • 2 replies
  • 89 views

  • Voyager
  • 2 replies

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 ?

Best answer by JoseNutanix

Hey @BCar 

Look for the JSONPath status.resources.deployment_list

  • .substrate_configuration.element_list
  • .instance_id
This topic has been closed for replies.

2 replies

JoseNutanix
Nutanix Employee
Forum|alt.badge.img+5
  • Nutanix Employee
  • 102 replies
  • Answer
  • June 10, 2021

Hey @BCar 

Look for the JSONPath status.resources.deployment_list

  • .substrate_configuration.element_list
  • .instance_id

  • Author
  • Voyager
  • 2 replies
  • June 10, 2021

thanks