WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
  • VKS
  • Homelab
    • Resources
    • Nested Virtualization
  • VMware Nostalgia
  • Apple
You are here: Home / Automation / VMware Cloud Services Status APIs

VMware Cloud Services Status APIs

05.04.2020 by William Lam // Leave a Comment

For customers that use any of the VMware Cloud Services, you can check the status of any or all services by visiting https://status.vmware-services.io. You even have the option of subscribe via a number of communication channels to receive updates.


Awhile back, I had someone ask whether our status page which uses the status.io service provides any APIs that could be used to programmatically retrieve status for specific service. I figured there probably is a way but only recently did I have a chance to follow-up on that request. The answer is yes and below is a quick example on how you use the REST APIs.

To list all available VMware Cloud Service, which is known as a component, you will need to perform a GET on https://status.vmware-services.io/api/v2/components and below is an example using cURL:

curl -s -H "Accept: application/json" https://status.vmware-services.io/api/v2/components | python -m json.tool


Once you have identified the specific component ID, then you would perform a GET on that specific service and below is an example which retrieves the status for the VMware Cloud on AWS service using cuRL:

curl -s -H "Accept: application/json" https://status.vmware-services.io/api/v2/components/q87sq6ktlz1h | python -m json.tool

More from my site

  • VMware Cloud (VMC) Console Inventory with various vSphere "Linked Modes"
  • Quick demo videos of new VMware Cloud with Tanzu services
  • Automating the new VMware Cloud Notification Gateway (NGW) User Notification Preferences
  • Publishing and consuming custom events with VMware Event Broker Appliance (VEBA)
  • Decoding Services Roles/Permissions from a VMware Cloud Services Platform (CSP) Token

Categories // Automation, VMware Cloud on AWS Tags // VMware Cloud, VMware Cloud on AWS, VMware Cloud on Dell EMC

Thanks for the comment!Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Search

Thank Author

Author

William is Distinguished Platform Engineering Architect in the VMware Cloud Foundation (VCF) Division at Broadcom. His primary focus is helping customers and partners build, run and operate a modern Private Cloud using the VMware Cloud Foundation (VCF) platform.

Connect

  • Bluesky
  • Email
  • GitHub
  • LinkedIn
  • Mastodon
  • Reddit
  • RSS
  • Twitter
  • Vimeo

Recent

  • Programmatically accessing the Broadcom Compatibility Guide (BCG) 05/06/2025
  • Quick Tip - Validating Broadcom Download Token  05/01/2025
  • Supported chipsets for the USB Network Native Driver for ESXi Fling 04/23/2025
  • vCenter Identity Federation with Authelia 04/16/2025
  • vCenter Server Identity Federation with Kanidm 04/10/2025

Advertisment

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Copyright WilliamLam.com © 2025

 

Loading Comments...