跳到主要内容

查询监控ID

查询训练监控地址。
GET
https://api.alayanew.com/api/serverless-train/v1/tracing/{vksId}
Authorizations
AuthorizationsStringHeaderRequired

用户可通过已获取Serverless API Key做验证,例如:plain Credential=[YOUR_AK],Signature=[YOUR_SK]。

Path Parameters
vksIdStringRequired

弹性容器集群ID。

Response
状态码:application/json
codeInt

code是一种常见的返回值形式,表示查询操作的执行结果。

0是成功标识,表示操作成功完成。
dataString

msgString

code返回值为-1时,返回异常信息。

curl -X GET 'https://api.alayanew.com/api/serverless-train/v1/tracing/vc3jedd7crnd' 
     -H 'Authorization: plain Credential=YOUR_AK,Signature=YOUR_SK'
{
    "code": 0,
    "data": {
       "url": "https://aim-svc-x-default-x-/vc3jedd7crnd.sproxy.hd-01.alayanew.com/share//vc3jedd7crnd/aim/"
    }
}