Method: legacySdk.legacyKeepAlive

Full name: projects.locations.instances.legacySdk.legacyKeepAlive

Legacy RPC for keeping the SDK alive.

HTTP request


Path parameters

Parameters
instance

string

Required. The name of the parent resource, which is the SecOps instance. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body must be empty.

Response body

LegacySdkKeepAliveResponse is a response for the keep alive endpoint.

If successful, the response body contains data with the following structure:

JSON representation
{
  "payload": string
}
Fields
payload

string

Optional. The keep alive response.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.