Example searches: “ETag”, “Reset the project credentials”, “Get roles for an Elasticsearch project”, “Resume Elasticsearch project”, “Update an Elasticsearch project”
The ID of the project
Format should match the following pattern: ^[a-z0-9]{32}$.
^[a-z0-9]{32}$
The requested Observability project
An Observability project.
ID of the project.
Descriptive name for a project.
Minimum length is 1, maximum length is 255.
1
255
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 is 57. Format should match the following pattern: ^[a-zA-Z]{1}(?:[a-zA-Z0-9-]*[a-zA-Z0-9]{1})?$.
8
57
^[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.
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
traffic filter ID
the type of the project
Value is observability.
observability
The endpoints to access the different apps of the project.
The endpoint to access elasticsearch.
The endpoint to access kibana.
The endpoint to access apm.
The endpoint to access hosted otel collector.
Not Found
An error response returned by the API.
A human-readable message of the error.
An identifier for this type of error.
curl \ --request GET 'https://api.elastic-cloud.com/api/v1/serverless/projects/observability/{id}' \ --header "Authorization: $API_KEY"