Required. The resource name of the parent Entry Group: projects/{project}/locations/{location}/entryGroups/{entryGroup}.
Query parameters
Parameters
entryId
string
Required. Entry identifier. It has to be unique within an Entry Group.
Entries corresponding to Google Cloud resources use an Entry ID format based on full resource names. The format is a full resource name of the resource without the prefix double slashes in the API service name part of the full resource name. This allows retrieval of entries using their associated resource name.
For example, if the full resource name of a resource is //library.googleapis.com/shelves/shelf1/books/book2, then the suggested entryId is library.googleapis.com/shelves/shelf1/books/book2.
It is also suggested to follow the same convention for entries corresponding to resources from providers or systems other than Google Cloud.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-21 UTC."],[[["\u003cp\u003eThis page details the process of creating a new Entry using a POST request to a specified URL, structured using gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter is a required string representing the parent Entry Group, and the \u003ccode\u003eentryId\u003c/code\u003e query parameter is a required string, ensuring uniqueness within the Entry Group and following the format of full resource names.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must include an instance of the Entry resource, and upon a successful POST request, the response body will contain the newly created Entry instance.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and a set of IAM permissions on the parent resource, including \u003ccode\u003edataplex.entries.create\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis endpoint is used to create an Entry resource within an EntryGroup.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.entryGroups.entries.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nCreates an Entry.\n\n### HTTP request\n\n`POST https://dataplex.googleapis.com/v1/{parent=projects/*/locations/*/entryGroups/*}/entries`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Entry](/dataplex/docs/reference/rest/v1/projects.locations.entryGroups.entries#Entry).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Entry](/dataplex/docs/reference/rest/v1/projects.locations.entryGroups.entries#Entry).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permissions on the `parent` resource:\n\n- `dataplex.aspectTypes.use`\n- `dataplex.entries.create`\n- `dataplex.entryGroups.useContactsAspect`\n- `dataplex.entryGroups.useDataQualityScorecardAspect`\n- `dataplex.entryGroups.useGenericAspect`\n- `dataplex.entryGroups.useGenericEntry`\n- `dataplex.entryGroups.useOverviewAspect`\n- `dataplex.entryGroups.useSchemaAspect`\n- `dataplex.entryTypes.use`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]