• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

virtuallyGhetto

  • About
  • Privacy
  • VMware Cloud
  • Home Lab
  • Nested Virtualization
  • Automation
    • VMware Kickstart
    • VMware API/SDK/CLI
    • VMware vMA/VIMA
    • VMware OVF / OVFTOOL
  • Apple Mac
  • VCSA
  • VSAN
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

  • TKG Demo Appliance on VMware Cloud on DellEMC
  • New SDDC Linking capability for VMware Cloud on AWS
  • Automated Nested Lab Deployment on SDDC Part 1: VMware Cloud on AWS
  • Using PowerCLI and vSphere Tags to create/migrate HCX Mobility Groups to VMware Cloud SDDC
  • VMware Cloud on AWS 1.13 adds support for VMRC vCenter Proxy
Share this...
  • Twitter
  • Facebook
  • Linkedin
  • Reddit
  • Pinterest

Filed Under: Automation, VMware Cloud on AWS Tagged With: VMware Cloud, VMware Cloud on AWS, VMware Cloud on Dell EMC

Reader Interactions

Thanks for the comment! Cancel reply

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

Primary Sidebar

Author

William Lam is a Senior Staff Solution Architect working in the VMware Cloud team within the Cloud Services Business Unit (CSBU) at VMware. He focuses on Automation, Integration and Operation for the VMware Cloud Software Defined Datacenters (SDDC)

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

Sponsors

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