FortiGate/ETC...
Rest API를 이용하여 group에 멤버 추가(append) 하는 방법
에티버스이비티
2025. 3. 7. 15:44
Rest API "POST" Method를 이용하여 Address group에 Address 멤버를 추가(append) 하거나, User Group에 User를 추가하는 방법이다.
Address Group에 Address 객체를 추가하는 예제이다.
POST /api/v2/cmdb/firewall/addrgrp/<address_group_name>/member
{"name": "추가할 address object"}
2개의 address 멤버를 가진 'test_group'에 'test'라는 Object를 추가 하려 한다.



User Group에 User를 추가하는 것도 동일한 방식이다.
