- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Creates an Entry Link.
HTTP request
POST https://dataplex.googleapis.com/v1/{parent=projects/*/locations/*/entryGroups/*}/entryLinks
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The resource name of the parent Entry Group: |
Query parameters
Parameters | |
---|---|
entryLinkId |
Required. Entry Link identifier * Must contain only lowercase letters, numbers and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the EntryGroup. |
Request body
The request body contains an instance of EntryLink
.
Response body
If successful, the response body contains a newly created instance of EntryLink
.
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 permissions on the parent
resource:
dataplex.entries.link
dataplex.entryGroups.useDefinitionEntryLink
dataplex.entryGroups.useRelatedEntryLink
dataplex.entryGroups.useSynonymEntryLink
dataplex.entryLinks.create
dataplex.glossaryTerms.use
For more information, see the IAM documentation.