Sends a discovery client heartbeat. Healthy clients are expected to send heartbeats regularly (normally every few minutes).
HTTP request
POST https://migrationcenter.googleapis.com/v1alpha1/{name=projects/*/locations/*/discoveryClients/*}:sendHeartbeat
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The discovery client name. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"version": string,
"errors": [
{
object ( |
Fields | |
---|---|
version |
Optional. Client application version. |
errors[] |
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.