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.
-
-
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
traffic filters association info
-
the type of the project
Value is
elasticsearch
. -
The purpose for which the hardware of this elasticsearch project is optimized for. Also known as the Elasticsearch project subtype.
Values are
general_purpose
orvector
. -
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.
-
-
Not Found
curl \ --request GET 'https://api.elastic-cloud.com/api/v1/serverless/projects/elasticsearch/{id}' \ --header "Authorization: $API_KEY"