Ping from the Protection Store Gateway

post/backup-recovery/v1beta1/protection-store-gateways/{id}/ping

Ping from the Protection Store Gateway

Securitybearer
Request
path Parameters
id
required
string <uuid>

The UUID of the object

Example: c1a0eb78-41a0-4151-93b2-f057ffeca3f3
Request Body schema: application/json
required
address
string

IP address or FQDN of the target device

Responses
202

Ping from Protection Store Gateway accepted

400

Bad/Malformed request

401

Unauthenticated request

403

Unauthorized request

404

Protection Store Gateway with the given Id does not exist

500

Internal Server Error

501

Not Implemented

Request samples
application/json
{
  • "address": "string"
}
Response samples
application/json
{ }