Method: projects.locations.buckets.datasets.links.create

Create a new link.

HTTP request

POST https://observability.googleapis.com/v1/{parent=projects/*/locations/*/buckets/*/datasets/*}/links

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Name of the containing dataset for this link. The format is:

projects/[PROJECT_ID]/locations/[LOCATION]/buckets/[BUCKET_ID]/datasets/[DATASET_ID]

Query parameters

Parameters

Request body

The request body contains an instance of Link.

Response body

If successful, the response body contains a newly created instance of Operation.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • observability.links.create

For more information, see the IAM documentation.