get https://helios.cohesity.com/v2/mcm/rigelmgmt/connectivity
Get connector connectivity check information.
Log in to see full request history
Responses
Get connector connectivity check information.
xxxxxxxxxx
curl --request GET \
--url https://helios.cohesity.com/v2/mcm/rigelmgmt/connectivity \
--header 'accept: application/json'
xxxxxxxxxx
22{
"rigelConnectivityInfos": [
{
"rigelGuid": 0,
"endpointConnectionStateVec": [
{
"name": "string",
"port": "string",
"results": [
{
"checkName": "string",
"status": "kStateUnknown",
"errorMsg": "string"
}
],
"connectionStatus": "kHealthy"
}
],
"checkTimestampUsecs": 0
}
]
}