参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Authorization | String | 是 | HMAC-SHA256 Credential=BDPP2952f97532xxxxxx/20240716/cn/openPlatform/request, SignedHeaders=host;x-content-sha256;x-date, Signature=131f3d297eb22a7xxxxxx | 详细介绍请查阅调用方式文档 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
ApiAction | String | 是 | legacyCreateManualSegment | 对应“请求说明”中的“接口名称” |
ApiVersion | String | 是 | 2023-08-08 | 版本号:2023-08-08 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
segId | Integer | 是 | 源分群id | |
userName | String | 是 | 用户名 | |
segName | String | 是 | 分群名称,长度128 | |
idType | String | 是 | 分群的id类型 | |
abaseEnabled | Boolean | 是 | 是否开启分群在线服务 | |
sourcePlatform | String | 是 | 来源平台 | |
sourceModule | String | 是 | 来源模块 |
data字段内容
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
id | Int | 1000152 | 分群包id |
name | String | 分群名称 | 名称 |
createdBy | String | amdin | 创建人 |
idType | String | baseid | ID类型code |
idTypeName | String | c2 | ID类型 |
result | Json |
| 分群结果 |
segType | String | ManualRealtime | 分群类型 ManualRealtime |
abaseEnabled | Boolean | yes | 分群是否开启了在线服务配置 |
detail | Json | null | 分群详情,预留字段,默认为null,本期未实现 |
groupInf | Json | [ ] | 分组信息 |
encryptionMethod | String | 分群加密方法(CDP1.23新增) | |
desc | String | 分群描述(CDP1.24新增) | |
scheduleType | String | 分群更新方式,默认一次性(CDP1.24新增) | |
dependencyResource | Array | 分群依赖资源的类型列表(CDP1.24新增) | |
authRoleInfoList | Array | 分群授权角色信息,仅在查询单个分群包生效(CDP1.24新增) |
{ "segId": 1000497, "userName": "admin", "segName": "test复制1", "description": "test复制", "idType": "baseid", "showInCDP": true, "sourcePlatform": "gmp", "sourceModule": "gmp" }
{ "code": 0, "msg": "成功", "data": { "id": 1000152, "name": "分群名称", "createdBy": "admin", "idType": "baseid", "idTypeName": "基准", "result": { "count": null, "path": null, "targetPath": null, "exportAt": null, "segStatus": "Exporting" }, "segType": "ManualRealtime", "abaseEnabled": false, "detail": null, "groupInf": [] } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HTTP 状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | invalidParameter | PARAMETER INVALID | 参数非法,检查入参。 |