---
title: "POST /v1/{+parent}/entries"
method: POST
path: "/v1/{+parent}/entries"
tags: ["projects"]
---

# POST /v1/{+parent}/entries

`POST /v1/{+parent}/entries`

Creates an Entry.

## Path parameters

- `parent` string, required

## Query parameters

- `entryId` string

## Request body

- GoogleCloudDataplexV1Entry — An entry is a representation of a data resource that can be described by various metadata.
  - `name` string — Identifier. The relative resource name of the entry, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}.
  - `fullyQualifiedName` string — Optional. A name for the entry that can be referenced by an external system. For more information, see Fully qualified names (https://cloud.google.com/data-catalog/docs/fully-qualified-names). The maximum size of the field is 4000 characters.
  - `entryType` string — Required. Immutable. The relative resource name of the entry type that was used to create this entry, in the format projects/{project_id_or_number}/locations/{location_id}/entryTypes/{entry_type_id}.
  - `updateTime` string, google-datetime — Output only. The time when the entry was last updated in Dataplex Universal Catalog.
  - `createTime` string, google-datetime — Output only. The time when the entry was created in Dataplex Universal Catalog.
  - `aspects` object — Optional. The aspects that are attached to the entry. Depending on how the aspect is attached to the entry, the format of the aspect key can be one of the following: If the aspect is attached directly to the entry: {project_id_or_number}.{location_id}.{aspect_type_id} If the aspect is attached to an entry's path: {project_id_or_number}.{location_id}.{aspect_type_id}@{path}
  - `entrySource` GoogleCloudDataplexV1EntrySource — Information related to the source system of the data resource that is represented by the entry.
    - `displayName` string — A user-friendly display name. Maximum length is 500 characters.
    - `location` string — Output only. Location of the resource in the source system. You can search the entry by this location. By default, this should match the location of the entry group containing this entry. A different value allows capturing the source location for data external to Google Cloud.
    - `system` string — The name of the source system. Maximum length is 64 characters.
    - `labels` object — User-defined labels. The maximum size of keys and values is 128 characters each.
    - `resource` string — The name of the resource in the source system. Maximum length is 4,000 characters.
    - `description` string — A description of the data resource. Maximum length is 2,000 characters.
    - `ancestors` GoogleCloudDataplexV1EntrySourceAncestor[] — Immutable. The entries representing the ancestors of the data resource in the source system.
      - `name` string — Optional. The name of the ancestor resource.
      - `type` string — Optional. The type of the ancestor resource.
    - `platform` string — The platform containing the source system. Maximum length is 64 characters.
    - `updateTime` string, google-datetime — The time when the resource was last updated in the source system. If the entry exists in the system and its EntrySource has update_time populated, further updates to the EntrySource of the entry must provide incremental updates to its update_time.
    - `createTime` string, google-datetime — The time when the resource was created in the source system.
  - `parentEntry` string — Optional. Immutable. The resource name of the parent entry, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/dataplex.md) · [All operations](https://skmtc.net/google/apis/dataplex/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/dataplex/versions/43a3b60ca93b/schema)
