How to test if my host can connect to the cloud endpoint?
To confirm whether network and firewall are configured correctly, you may want to try connecting to Cirrus Data Cloud's public health endpoint.
Cirrus Data Cloud's public health endpoint is located at https://portal-gateway.cloud.cirrusdata.com/healthz. No authentication is required.
When the url is accessed, it should return a simple message in plaintext, as shown below.
For Windows, you may want to test using a PowerShell session, or simply accessing the URL in a browser.
Public Health Endpoint
Cirrus Data Cloud's public health endpoint is located at https://portal-gateway.cloud.cirrusdata.com/healthz. No authentication is required.
When the url is accessed, it should return a simple message in plaintext, as shown below.
[root@host1-n1 ~]# curl https://portal-gateway.cloud.cirrusdata.com/healthz
{"status":"SERVING"}
For Windows, you may want to test using a PowerShell session, or simply accessing the URL in a browser.
Updated on: 17/09/2022
Thank you!