Method: projects.locations.discoveryClients.sendHeartbeat

Sends a discovery client heartbeat. Healthy clients are expected to send heartbeats regularly (normally every few minutes).

HTTP request

POST https://migrationcenter.googleapis.com/v1/{name=projects/*/locations/*/discoveryClients/*}:sendHeartbeat

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The discovery client name.

Request body

The request body contains data with the following structure:

JSON representation
{
  "version": string,
  "errors": [
    {
      object (Status)
    }
  ]
}
Fields
version

string

Optional. Client application version.

errors[]

object (Status)

Optional. Errors affecting client functionality.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.