Start Monitoring Service
Start the monitoring service. Each elastic container cluster can only start one training monitoring service.
POST
https://api.alayanew.com/api/serverless-train/v1/tracing/{vksId}
Authorizations
Authorizations:StringHeaderRequired
用户可通过已获取Open API Key做验证,例如:plain Credential=[YOUR_AK],Signature=[YOUR_SK]。
Path Parameters
vksId:StringRequired
Elastic container cluster ID.
Response
状态码:application/json
200
code:Int
code is a common return value format, representing the execution result of the query operation.
0
-1
0 is the success identifier, indicating the operation was completed successfully.
msg:StringRequired
Returns exception information when the code value is -1.
cURL
Python
JavaScript
Go
Java
curl -X POST 'https://api.alayanew.com/api/serverless-train/v1/tracing/vc3jedd7crnd'
-H 'Authorization: plain Credential=YOUR_AK,Signature=YOUR_SK'
200
400
401
403
404
500
{
"code": 0
}