{
"page": 0,
"pagesize": 0,
"order": "string",
"filter": {
"match": "string",
"status": "string",
"gid": "string",
"max_depth": 0,
"classIds": [
0
],
"protos": [
"string"
],
"notInIMGroup": "string"
}
}curl --location 'https://192.168.88.11:9781/bvcsp/v1/pu/detail/list' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"page": 0,
"pagesize": 0,
"order": "string",
"filter": {
"match": "string",
"status": "string",
"gid": "string",
"max_depth": 0,
"classIds": [
0
],
"protos": [
"string"
],
"notInIMGroup": "string"
}
}'{
"code": 0,
"msg": "string",
"pageInfo": {
"page": 0,
"pageSize": 0,
"totalCount": 0
},
"data": [
{}
]
}