Lybic Docs

获取 HTTP 网关映射

根据目标端点返回单个 HTTP 网关映射。

GET
/api/orgs/{orgId}/sandboxes/{sandboxId}/mappings/{targetEndpoint}

根据目标端点返回单个 HTTP 网关映射。

Path Parameters

sandboxId*string

沙箱 ID

targetEndpoint*string

沙箱内目标端点(host:port)

orgId*string

组织 ID

Response Body

application/json

curl -X GET "https://loading/api/orgs/string/sandboxes/string/mappings/string"
{
  "domain": "string",
  "targetEndpoint": "string",
  "accessToken": "string"
}