Method: remoteAgents.sendRemoteAgentInstaller

Full name: projects.locations.instances.remoteAgents.sendRemoteAgentInstaller

Sends the remote agent installer to the recipients.

HTTP request


Path parameters

Parameters
name

string

Required. The name of the remote agent to delete. Format: projects/{project}/locations/{location}/instances/{instance}/remoteAgents/{remoteAgent}

Request body

The request body contains data with the following structure:

JSON representation
{
  "recipients": [
    string
  ]
}
Fields
recipients[]

string

Required. The email addresses of the recipients.

Response body

If successful, the response body is empty.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.