Updated on 2026-04-09 GMT+08:00

Manager Application Development Approach

This section describes the application development in a typical scenario, enabling users to quickly learn and master the FusionInsight Manager REST API development process and know key functions.

Typical Scenario

Users need to work with FusionInsight Manager in non-GUI mode. This way, an HTTP basic authentication-based application is required to provide the following functions:

  • Log in to FusionInsight Manager.
  • Log in to FusionInsight Manager for data querying, adding, or deleting.

Function Decomposition

Decompose the function based on the scenario, as listed in Table 1.

Table 1 Functions to be developed in FusionInsight Manager

No.

Procedure

Code Implementation

1

Add users.

For details, see Adding Users.

2

Search for users.

For details, see Searching for Users.

3

Modify users.

For details, see Modifying Users.

4

Delete users.

For details, see Deleting Users.

5

Export a user list.

For details, see Exporting a User List.