- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Creates an entry. Only entries of 'FILESET' type or user-specified type can be created.
Users should enable the Data Catalog API in the project identified by the parent
parameter (see Data Catalog Resource Project for more information).
A maximum of 100,000 entries may be created per entry group.
HTTP request
POST https://datacatalog.googleapis.com/v1beta1/{parent}/entries
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the entry group this entry is in. Example:
Note that this Entry and its child resources may not actually be stored in the location in this name. It takes the form |
Query parameters
Parameters | |
---|---|
entry |
Required. The id of the entry to create. |
Request body
The request body contains an instance of Entry
.
Response body
If successful, the response body contains a newly created instance of Entry
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.