云日志服务 LTS-创建日志转储(旧版):响应示例
响应示例
状态码: 200
请求响应成功。
获取日志组。
{ "error_code" : "LTS.0201", "error_msg" : "The log group does not existed" }
获取日志流。
{ "error_code" : "LTS.0208", "error_msg" : "Log stream id does not exist: 632b9bdc-5afd-4666-a5de-2579f8b80314-" }
设置转储OBS桶。
{ "error_code" : "LTS.0416", "error_msg" : "obs bucket does not exist: zhuanchu" }
日志流ID被关联。
{ "error_code" : "LTS.0207", "error_msg" : "Log stream id is associated by transfer: 632b9bdc-5afd-4666-a5de-2579f8b80314" }
设置转储类型。
{ "error_code" : "LTS.1901", "error_msg" : "type is not in the list [cycle]" }
设置转储格式。
{ "error_code" : "LTS.1901", "error_msg" : "storage_format is not in the list [RAW, JSON]" }
设置转储周期。
{ "error_code" : "LTS.1901", "error_msg" : "period+period_unit is not in the list [2min, 5min, 30min, 1hour, 3hour, 6hour, 12hour]" }
设置转储单位。
{ "error_code" : "LTS.1901", "error_msg" : "period_unit is not in the list [min, hour]" }
设置转储日志文件前缀。
{ "error_code" : "LTS.1902", "error_msg" : "prefix_name is invalid, please verify if it's provided as required" }
设置自定义转储路径。
{ "error_code" : "LTS.1902", "error_msg" : "dir_prefix_name is invalid, please verify if it's provided as required" }
状态码: 201
请求响应成功。
{ "log_dump_obs_id" : "45fdc36b-xxxx-4567-xxxx-559xxxxdf968" }
状态码: 400
BadRequest。非法请求。 建议根据error_msg直接修改该请求,不要重试该请求。
BadRequest。非法请求。建议根据error_msg直接修改该请求,不要重试该请求。 { "error_code": "LTS.0007", "error_msg": "The request body format must be json" }
状态码: 403
Forbidden。请求被拒绝访问。返回该状态码,表明请求能够到达服务端,且服务端能够理解用户请求,但是拒绝做更多的事情,因为该请求被设置为拒绝访问,建议直接修改该请求,不要重试该请求。
{ "error_code" : "LTS.0001", "error_msg" : "Invalid projectId" }
状态码: 500
InternalServerError。 表明服务端能被请求访问到,但是服务内部出错。
InternalServerError。表明服务端能被请求访问到,但是服务内部出错。 { "error_code": "LTS.0010", "error_msg": "Internal Server Error"}