CodeArts IDE Online-查询用户是否有权限访问某个IDE实例:响应示例

时间:2025-02-12 14:55:35

响应示例

状态码: 200

OK

{  "result" : true,  "status" : "success"}

状态码: 403

Forbidden

{  "error_code" : "IDE.00010129",  "error_msg" : "Instance does not belong to the user or tenant"}

状态码: 404

Not Found

{  "error_code" : "IDE.00010030",  "error_msg" : "instance not exist"}
support.huaweicloud.com/api-cloudide/CheckInstanceAccess.html