查询函数实例日志信息。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetFunctionInstanceLogs | 接口名称。当前 API 的名称为 GetFunctionInstanceLogs 。 |
Version | String | 是 | 2024-06-06 | 接口版本。当前 API 的版本为 2024-06-06 。 |
FunctionId | String | 是 | nwwzoaq1 | 函数 ID。 |
Name | String | 是 | nwwzoaq1-vd9qztck6t-74b9cf8975-bkd99 | 函数实例名称。 |
Limit | Long | 否 | 500 | 设置返回日志的最大行数,取值大于 0。
|
POST http://open.volcengineapi.com/?Action=GetFunctionInstanceLogs&Version=2024-06-06 HTTP/1.1 Content-Type: application/json { "FunctionId": "nwwzoaq1", "Name": "nwwzoaq1-vd9qztck6t-74b9cf8975-bkd99", "Limit": 500 }
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Logs | String | 2024-06-25T11:18:25.136415053+08:00 Model loaded in 11.1s (load weights from disk: 3.7s, create model: 0.6s, apply weights to model: 5.5s, load textual inversion embeddings: 0.2s, calculate empty prompt: 1.0s).\n | 函数实例日志数据。 |
HTTP/1.1 200 OK Content-Type: application/json { "ResponseMetadata": { "RequestId": "20230604110420****100232280022D31", "Action": "GetFunctionInstanceLogs", "Version": "2024-06-06", "Service": "vefaas", "Region": "cn-beijing" }, "Result": { "Logs": "2024-06-25T11:18:25.136415053+08:00 Model loaded in 11.1s (load weights from disk: 3.7s, create model: 0.6s, apply weights to model: 5.5s, load textual inversion embeddings: 0.2s, calculate empty prompt: 1.0s).\\n" } }
当前接口暂无独立错误码,若接口调用返回异常,可参考 公共错误码 进行故障排查。