When I tried to register WebAgent actions in AdminUI, they are not displayed in Rule.
The Actions name are as below.
GET, HEAD, POST, PUT, DELETE, PATCH, OPTIONS, TRACE, CONNECT
get, head, post, put, delete, patch, options, trace, connect
Get, Head, Post, Put, Delete, Patch, Options, Trace, Connect
This cause is related to LDAP product specification, basically LDAP can't recognize uppercase/lowercase, difference of RDMS (Oracle Database, PostgreSQL...)
By that reason, these actions are recognized as same name.
You should register unique name as below.
e.g) GET, HEAD, POST, PUT, DELETE, PATCH, OPTIONS, TRACE, CONNECT
get, head, post, put, delete, patch, options, trace, connect
Get, Head, Post, Put, Delete, Patch, Options, Trace, Connect