Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Introduction > Management API overview
Management API overview
Management API Guide | TRITON AP-WEB | v8.3.x
The process of using the Management API works as follows:
1.
2.
3.
4.
*
This causes all commands issued within the transaction to be completed.
 
Note 
*
This causes all commands issued within the transaction to be discarded.
To prevent data collisions, the Management API allows only one transaction at a time. Once a transaction is started, no other transactions can start until the first transaction has been committed or rolled back. This is true no matter how many instances of the Policy API Server component have been deployed.
If a connection is interrupted before a transaction is committed or rolled back, the transaction times out in 10 minutes, by default. The transaction timeout period can be configured in the ApiParameters.ini file (see ApiParameters.ini).
Communication between clients and the Management API
There are 2 options when a client connects to the Management API:
*
curl -k -u username:password https://10.82.5.74:15873/web/api/v1/categories
*
a.
b.
curl --cacert cert_name.crt -u username:password https://10.203.30.40:15873/web/api/v1/categories
In either case, if the connection account password is not specified in the request, the administrator is prompted to provide it.
Instructions for defining the account used for basic authentication, as well as instructions for creating the server certificate, can be found in the Management API Deployment & Installation Guide.

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Introduction > Management API overview
Copyright 2016 Forcepoint LLC. All rights reserved.