Field ID | Name | Type | Description |
---|---|---|---|
1 | user_id | TYPE_INT64 | 账号ID |
2 | remote_id | TYPE_INT64 | 设备ID |
3 | package_id | TYPE_INT64 | 定制包ID |
4 | system_policy_id | TYPE_INT64 | 策略ID |
5 | init_refresh | TYPE_BOOL | 是否初始化节点 |
6 | tag_ids | []TYPE_INT64 | 分组ID集合 |
7 | platform_id | TYPE_INT64 | 策略平台类型 |
8 | tag_id | TYPE_INT64 | 分组ID |
9 | match_query | TYPE_STRING | 查询语句 |
10 | init_user_id | TYPE_INT64 | 初始化账号ID |
11 | init_user_ids | TYPE_STRING | 初始化账号ID集合 |
12 | transaction | TYPE_BOOL | 事务方式 |
13 | limit | TYPE_INT64 | 限制数 |
Field ID | Name | Type | Description |
---|---|---|---|
1 | remote_ids | []TYPE_INT64 | 设备ID集合 |
curl --location --request GET '/policy-query/remotes?user_id&remote_id&package_id&system_policy_id&init_refresh&tag_ids&platform_id&tag_id&match_query&init_user_id&init_user_ids&transaction&limit'
{
"remote_ids": [
"string"
]
}