JSON格式
| Name | Type | Read-only | Comment | 
|---|---|---|---|
| id | integer | yes | 分配器ID,由系统自动分配 | 
| title | string | no | 分配器名称 | 
| status | string | no | 分配器状态,1: 启用,0: 禁用 | 
| conditions | string | yes | 分配器包含的规则 | 
| created_at | string | yes | 创建时间 | 
JSON 示例
{
  "id": 1200012,
  "title": "custom-trigger",
  "status": 1,
  "created_at": "2017-11-22 11:23:09",
  "conditions": [
      1500004,
      1500005,
      1500006,
      1500007,
      1500008,
      1500009,
      1500011,
      1500013
  ]}