Request Headers
Enum:
application/json
Bearer authentication format, for example: Bearer {{API Key}}.
Query Parameters
Endpoint ID.
Response
Endpoint information.
Hide properties
Hide properties
Endpoint ID.
Endpoint name.
Application name.
Endpoint URL. You can access your HTTP service via this URL.
Worker configuration for the endpoint.
Auto-scaling policy for the endpoint.
Hide properties
Hide properties
Policy type. Options:
queue
: Queue latency policy, adjusts the number of workers based on the waiting time of requests in the queue.concurrency
: Queue request policy, automatically adjusts the number of workers based on the number of requests in the queue.
The meaning of value depends on the type:
- If type = queue, value is the queue waiting time in seconds.
- If type = concurrency, value is the maximum number of requests in the queue.
System disk size.
Storage configuration for the endpoint.
Worker information for the endpoint.
Hide properties
Hide properties
Worker ID.
Log path for the worker.
Monitoring information for the worker.
Whether the worker is healthy.
Health check configuration for the endpoint.
Hide properties
Hide properties
Path to be checked via HTTP request for health monitoring.
Time to wait after startup before starting health checks, in seconds.
Interval between health checks, in seconds.
Timeout for health checks, in seconds.
Number of consecutive successes required to consider the check successful after a previous failure.
Number of consecutive failures required to consider the check failed after a previous success.
Cluster ID where the cloud storage resides. Returned when using cloud storage.
Log path for the endpoint.