View interactive documentation for the administrative API endpoints.
-
Launch your browser and go to
https://host:admin-port/pa-admin-api/v3/api-docs/
.https://localhost:9000/pa-admin-api/v3/api-docs/
Note:The browser might prompt you to enter your credentials.
- Enter the administrator username and password.
-
Use the administrative API to perform a variety of administrative tasks, such
as gathering information, as seen in the following example that uses the
interactive administrative API documentation to see all defined
applications:
-
Click to expand the
/applications
endpoint. -
Click to expand the
GET
method (GET /applications
). - Enter parameters values or leave all blank.
-
Click Try It Out.
The request URL, response body, response code, and response headers display.
-
Click to expand the