Development Guideline

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.

Data Preparation

  • Obtain the webUrl and the Url corresponding to the operation to be implemented from the REST API interface document of FusionInsight Manager.
  • Obtain the JSON request body parameters and format required by the operation to be implemented from the REST API interface document of FusionInsight Manager, and create and save the corresponding JSON file.