Yuta Kawamura

How to use


In this article, you could learn how to use Zscaler Admin App.

Confirm app version

$ zia --help

Aadmin Role

$ zia adminrole ls

Above command return a list of admin roles.

Using option `--all`, you could fetch more details of admin roles.

Admin User

$ zia adminuser ls

Above command return a list of admin users.

Using option `--all`, you could fetch more details of admin users.

Below command return a list of url categories.

$ zia adminuser create

URL Category

Below command return a list of url categories.

$ zia urlcategory ls

Using option `--all`, you could fetch more details of url cateogories.

Also you can create new custom categories.

$ zia urlcategory create --file custom_category.json

Using option `--file`, could create custom category from json file.

URL Filtering Rule

Below command return a list of url filtering rules.

$ zia urlfilter ls

Using option `--all`, you could fetch more details of url filtering rules.

Also you can create new url filtering rules.

$ zia urlfilter create --file custom_category.json

Using option `--file`, could create url filtering rules from json file.