WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud
  • Tanzu
    • Application Modernization
    • Tanzu services
    • Tanzu Community Edition
    • Tanzu Kubernetes Grid
    • vSphere with Tanzu
  • Home Lab
  • Nested Virtualization
  • 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

  • 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
  • TKG Demo Appliance on VMware Cloud on DellEMC

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

Author

William Lam is a Senior Staff Solution Architect working in the VMware Cloud team within the Cloud Infrastructure Business Group (CIBG) at VMware. He focuses on Cloud Native technologies, Automation, Integration and Operation for the VMware Cloud based Software Defined Datacenters (SDDC)

Connect

  • Email
  • GitHub
  • LinkedIn
  • RSS
  • Twitter
  • Vimeo

Recent

  • How to enable passthrough for USB Network Adapters claimed by ESXi CDCE Driver? 03/30/2023
  • Self-Contained & Automated VMware Cloud Foundation (VCF) deployment using new VLC Holodeck Toolkit 03/29/2023
  • ESXi configstorecli enhancement in vSphere 8.0 Update 1 03/28/2023
  • ESXi on Intel NUC 13 Pro (Arena Canyon) 03/27/2023
  • Quick Tip - Enabling ESXi Coredumps to be stored on USB 03/26/2023

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 © 2023

 

Loading Comments...