Responses
-
The requested Elasticsearch project
Hide response attributes Show response attributes object
An Elasticsearch serverless project.
-
ID of the project.
Format should match the following pattern:
^[a-z0-9]{32}$. -
Descriptive name for a project.
Minimum length is
1, maximum length is255. -
A domain label compatible with RFC-1035 standards. Project alias with a unique suffix added by the system to avoid naming conflicts.
Minimum length is
8, maximum length is57. Format should match the following pattern:^[a-zA-Z]{1}(?:[a-zA-Z0-9-]*[a-zA-Z0-9]{1})?$. -
Unique human-readable identifier for a region in Elastic Cloud.
-
Additional details about the project.
Hide metadata attributes Show metadata attributes object
-
Date and time when the project was created.
-
ID of the user.
-
The Organization ID who owns the project.
-
Date and time when the project was suspended.
-
Reason why the project was suspended.
-
Tags associated with a project in the form of key-value pairs. Tags are limited to a minimum of 1 and a maximum of 64 per project. Each tag key must begin with a lowercase letter (a-z), contain only lowercase letters, digits, underscores, and hyphens (a-z0-9_-), and have a maximum length of 32 characters.
-
System tags associated with a project in the form of key-value pairs. These tags are added by the internal system and are read-only. The keys are prefixed with an underscore to differentiate them from user tags.
-
-
The cloud ID, an encoded string that provides other Elastic services with the necessary information to connect to this Elasticsearch and Kibana.
-
traffic filters IDs
-
Configuration for projects linked to this project
Additional properties are NOT allowed.
Hide linked attribute Show linked attribute object
-
Hide projects attribute Show projects attribute object
-
-
the type of the project
Value is
elasticsearch. -
The purpose for which the hardware of this elasticsearch project is optimized. Also known as the Elasticsearch project subtype.
- The
general_purposeoption is suitable for most search use cases. For example, it is the right profile for full-text search, sparse vectors, and dense vectors that use compression such as BBQ. It is used by default when you create projects from the UI. - The
vectoroption is recommended only for uncompressed dense vectors (dense_vectorfields withint4orint8quantization strategies) and high dimensionality. Refer to documentation about billing dimensions for the impact to virtual compute unit (VCU) consumption.
Values are
general_purposeorvector.Elasticsearch Serverless billi... - The
-
Configuration for entire set of capabilities that make the data searchable in Elasticsearch.
Hide search_lake attributes Show search_lake attributes object
-
Controls how fast searches are against your project data. When ingested, a certain amount of data is loaded into a cache that makes it super fast to query. You can either increase the performance of searches on cached data by adding replicas, or reduce the quantity of cached data by a static factor to save on costs.
Minimum value is
28, maximum value is3000. -
Determines how much data can benefit from faster search. When ingested, a certain amount of data is loaded into a cache that makes it super fast to query. The system dynamically adjusts the cache allocated to your project based on how much data you ingest during the period defined by your Search Boost Window.
Minimum value is
1, maximum value is180.
-
-
The endpoints to access the different apps of the project.
-
Private endpoints (URLs) for Elasticsearch projects when PrivateLink is enabled.
-
-
Not Found
curl \
--request GET 'https://api.elastic-cloud.com/api/v1/serverless/projects/elasticsearch/{id}' \
--header "Authorization: $API_KEY"