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
Loading...