Verify Cloud Resource Connectivity
Select
SaaS
Customer Managed
Verifies cloud resource connectivity from a list of backup gateways to given hostname and port
- application/json
Request Body
- hostname string required
Hostname / IP address of cloud resource
- port int32 required
Connection port
- backupGatewayIds int32[] required
Default value: ``
Backup gateways list for connectivity verification
Responses
- 200
- 400
- 401
- 404
- 500
An 'errorCode' of 1 denotes a successful connection, while 0 indicates failure with details provided in 'errorMessage'
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Bad Request
- text/plain
- Schema
Schema
- string
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Requested details not found
Internal Server Error
POST /cloudapps/testcloudconnection
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/CloudApps/TestCloudConnection' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"hostname": "string",
"port": 0,
"backupGatewayIds": [
0
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/CloudApps/TestCloudConnection' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"hostname": "string",
"port": 0,
"backupGatewayIds": [
0
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/CloudApps/TestCloudConnection' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"hostname": "string",
"port": 0,
"backupGatewayIds": [
0
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/CloudApps/TestCloudConnection' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"hostname": "string",
"port": 0,
"backupGatewayIds": [
0
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/CloudApps/TestCloudConnection' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"hostname": "string",
"port": 0,
"backupGatewayIds": [
0
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/CloudApps/TestCloudConnection' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"hostname": "string",
"port": 0,
"backupGatewayIds": [
0
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/CloudApps/TestCloudConnection' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"hostname": "string",
"port": 0,
"backupGatewayIds": [
0
]
}'