top of page

Aria Operations REST API for ESXi Host Properties

  • Writer: Brock Peterson
    Brock Peterson
  • Sep 19, 2023
  • 1 min read

Updated: Dec 4, 2025

I'd like to capture ESXi Host properties via the Aria Operations REST API, here's how you do it. First, let's confirm Aria Operation has what we want: ESXi Host Serial Numbers.



As you can see here, Aria Operations does get what we want, the Enclosure Serial Number. Let's now pull it via the REST API. Go to your Aria Operations Suite-API, mine looks like this:

Once authenticated, run a GET /api/resources against ResourceKind HostSystem.



Click Execute which will return all ESXi Hosts in Aria Operations. Search the Response body for the ESXi Host in question



The identifier highlighted here is what we'll use to get details with the GET /api/resources/{id}/properties.



And there it is! For more information check out the VMware Aria Operations: Journey to Success link on the VMware Apps and Cloud Management Tech Zone site!



1 Comment


craig
Dec 05, 2025

Thanks for the great information where do i get more information now this link no longer works. I am looking to pull advanced vsphere configurations into Aria Operations is this possible?

Edited
Like
    bottom of page