Development Guideline
Function Decomposition
Decompose the function based on the scenario, as listed in Table 1.
| 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.
Last Article: Typical Scenario Description
Next Article: Example Code Description
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.