{
"ct_user_id": 3,
"os_id": "2022guizhou_duoaz_siyouyun_test",
"access_group_name": "测试权限组Test",
"network_type": 1,
"description": "测试Test"
}
{
"errcode": "SUCCESS",
"errstatus": 0,
"msg": "success",
"mark": "307608504",
"current_count": 1,
"previous": null,
"next": null,
"total_count": 1,
"results": [
{
"id": 10,
"uuid": "7a4f5aae-860d-4d6c-ab6c-62a77585c66b",
"dc_id": 1,
"user_id": 3,
"access_group_name": "Test2",
"network_type": 1,
"description": "测试Test",
"rule_count": 0,
"bind_fs_count": 0,
"create_time": "2022-09-05T11:19:07.475555Z",
"update_time": "2022-09-05T11:19:07.475592Z",
"is_default": false
}
],
"code": 200
}
{
"ct_user_id": 0,
"os_id": "string",
"access_group_name": "string",
"network_type": 0,
"description": "string"
}
curl --location --request POST '/api/sfs/access_group/create/' \
--header 'Content-Type: application/json' \
--data-raw '{
"ct_user_id": 0,
"os_id": "string",
"access_group_name": "string",
"network_type": 0,
"description": "string"
}'
{"errcode":"SUCCESS","errstatus":0,"msg":"success","mark":"603855927","total_count":1,"results":[{"id":451,"uuid":"8be43419-5053-443b-a0a4-665aea2659d1","zone_id":"","dc_id":3,"user_id":1000000586,"access_group_name":"test-grp3-ipv6","network_type":2,"description":"测试权限组规则双栈","rule_count":0,"bind_fs_count":0,"create_time":"2023-12-11T07:21:17.453321Z","update_time":"2023-12-11T07:21:17.453431Z","is_default":false}],"status_code":null,"raw_data":null,"code":200}