Method: feeds.importPushLogs

Full name: projects.locations.instances.feeds.importPushLogs

Import logs coming from https push feeds.

HTTP request


Path parameters

Parameters
parent

string

Required. The parent, which owns this collection of logs. Format: projects/{project}/locations/{location}/instances/{instance}/feeds/{feed}

Request body

The request body contains data with the following structure:

JSON representation
{
  "httpBody": {
    object (HttpBody)
  },
  "secret": string
}
Fields
httpBody

object (HttpBody)

Required. The raw HTTP body is bound to this field.

secret

string

Immutable. The secret for the feed.

Response body

If successful, the response is a generic HTTP response whose format is defined by the method.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.