Skip to main content
GET
查询 Endpoint 详情

请求头

Authorization
string
必填

Bearer 身份验证格式,例如:Bearer {{API 密钥}}

路径参数

endpoint_id
string
必填

Endpoint ID。字符串,长度限制:1-255 字符。

响应

200 - application/json

查询成功

id
string

Endpoint ID

示例:

"endpoint-id"

type
string

Endpoint 类型。可选值:syncasync

name
string

Endpoint 名称

示例:

"example-endpoint"

app_name
string

应用名称

示例:

"example-app"

status
object

Endpoint 状态信息

url
string

访问地址

示例:

"https://endpoint.example.com/endpoint-id"

product_id
string

Serverless 产品 ID

worker_config
object

Worker 配置

示例:
policy
object

策略配置

示例:
image
string

镜像地址

示例:

"registry.example.com/namespace/image:tag"

registry_auth_id
string

镜像仓库认证 ID

示例:

"registry-auth-id"

entrypoint
string

容器 entrypoint

示例:

""

command
string

启动命令

示例:

"cargo run"

volumes
object[]

挂载卷列表

示例:
envs
object[]

环境变量列表

示例:
ports
integer[]

端口号列表

示例:
workers
object[]

Worker 列表

health_check
object

健康检查配置

示例:
region_id
string

区域 ID

示例:

"region-id"

member_id
string

成员 ID

示例:

"member-id"

owner_id
string

所有者 ID

示例:

"550e8400-e29b-41d4-a716-446655440000"

created_at
integer

创建时间。Unix 时间戳

示例:

1710000000

最后修改于 2026年6月26日