Different from the PowerServer Web APIs, PowerServer Management APIs are provided to manage all aspects of the installable cloud application and the PowerServer instance.
The PowerServer Management APIs are grouped into the following categories:
-
Application APIs: Gets, adds, modifies, or removes the application settings and transaction-to-cache mappings.
-
Connection APIs: Gets, adds, modifies, or removes the cache or cache group.
-
License APIs: Gets the license information.
-
Session APIs: Gets all user sessions or kills a particular user session.
-
Statistics APIs: Gets statistics of the request and transaction.
-
Transaction APIs: Gets all transactions or rolls back a particular transaction.
Note
Most Application APIs and Connection APIs can only work when the database connections are stored in a database. Follow Storing database connections in the database to store the database connections in a database (instead of the default file) before you can execute these APIs.