云服务器内容精选

  • 响应示例 状态码: 200 OK { "rule_groups" : [ { "created_at" : 1697600262611, "created_by" : "ei_dayu_test_01", "description" : "test", "name" : "test_rule_group", "project_id" : "0833a5737480d512fa51w010dc1a7b88", "rules" : null, "updated_at" : 1697600262611, "updated_by" : "ei_dayu_test_01", "uuid" : "8a125fdsesa0b421012saed35c770004" } ], "total" : 1 }
  • 响应参数 状态码: 200 表4 响应Body参数 参数 参数类型 描述 rule_groups Array of DataClassificationGroupQueryDTO objects 规则组列表 数组长度:0 - 100 total Long 规则组总数 最小值:0 最大值:2147483647 表5 DataClassificationGroupQueryDTO 参数 参数类型 描述 uuid String 规则组ID 最小长度:1 最大长度:128 name String 规则组名称 最小长度:1 最大长度:128 rules Array of DataClassificationRuleQueryDTO objects 规则实体 数组长度:0 - 100 description String 规则组描述 最小长度:0 最大长度:4096 created_by String 规则组创建人 最小长度:1 最大长度:128 created_at Long 规则组创建时间 最小值:0 最大值:2147483647 updated_by String 规则组更新人 最小长度:1 最大长度:128 updated_at Long 规则组更新时间 最小值:0 最大值:2147483647 project_id String 项目ID 最小长度:1 最大长度:128 表6 DataClassificationRuleQueryDTO 参数 参数类型 描述 uuid String 规则ID 最小长度:1 最大长度:128 rule_type String 规则类型, CUSTOM, BUILTIN 枚举值: CUSTOM BUILTIN secrecy_level String 密级 最小长度:1 最大长度:128 secrecy_level_num Long 密级层级 最小值:1 最大值:128 name String 规则名称 最小长度:1 最大长度:128 guid String guid 最小长度:1 最大长度:128 groups Array of DataClassificationGroupQueryDTO objects 规则组 数组长度:0 - 100 enable Boolean 规则是否开启 method String 规则方式, REGULAR, NONE, DEFAULT 枚举值: REGULAR NONE DEFAULT content_expression String 内容表达式 最小长度:1 最大长度:4096 column_expression String 列表达式 最小长度:1 最大长度:4096 commit_expression String 备注表达式 最小长度:1 最大长度:4096 project_id String 项目ID 最小长度:1 最大长度:128 description String 规则描述 最小长度:0 最大长度:4096 created_by String 策略创建人 最小长度:1 最大长度:128 created_at Long 策略创建时间 最小值:0 最大值:2147483647 updated_by String 策略更新人 最小长度:1 最大长度:128 updated_at Long 策略更新时间 最小值:0 最大值:2147483647 builtin_rule_id String 内置规则ID 最小长度:1 最大长度:128 category_id String 分类ID 最小长度:1 最大长度:128 instance_id String 实例ID 最小长度:1 最大长度:64 match_type String 匹配类型 最小长度:1 最大长度:128 状态码: 400 表7 响应Body参数 参数 参数类型 描述 error_code String 错误码 最小长度:1 最大长度:128 error_msg String 错误描述 最小长度:1 最大长度:10240
  • URI GET /v1/{project_id}/security/data-classification/rule/group 表1 路径参数 参数 是否必选 参数类型 描述 project_id 是 String project id 最小长度:1 最大长度:128 表2 Query参数 参数 是否必选 参数类型 描述 limit 否 Integer limit 最小值:0 最大值:100 offset 否 Integer offset 最小值:0 最大值:99999 name 否 String 规则组名称 最小长度:1 最大长度:128 creator 否 String 规则组创建者 最小长度:1 最大长度:128 desc 否 Boolean 排序规则 缺省值:true order_by 否 String 排序字段, createdAt, createdBy, updatedAt, updatedBy, name, description 枚举值: createdAt createdBy updatedAt updatedBy name description