创建系统账号 响应参数 参数 参数类型 说明 示例 下级对象 statusCode Integer 响应码 (800为请求成功,900为失败 ) 800 message String 返回信息 error String 错误码 returnObj Object 返回结果 returnObj 表 returnObj 参数 参数类型 说明 示例 下级对象 systemAccountId String 系统账号ID cf9f5ca532e4e8195cbaa6ba94cfa4f2 systemAccountName String 系统账号名称 crs$testaccount systemAccountPassword String 系统账号密码 896e29dac24f46a3ae85bf056ff70b19 枚举参数 无 请求示例 请求url POST 请求头header { "ContentType": "application/json", "regionId": "bb9fdb42056f11eda1610242ac110002" } 请求体body { "instanceId": "f04e47d9b48747958c9f4516cf1a8d82", "systemAccountName": "crs$testaccount", "description": "测试系统账号", "expirable": true, "expirationTime": "20251231 23:59:59", "scope": "namespace", "auths": [ { "namespaceId": "f5b49578426e6da458fb9aba36d8cfdb", "auth": "push" }, { "namespaceId": "a1b2c3d4e5f678901234567890123456", "auth": "pull" } ] }