Updated on 2025-09-28 GMT+08:00

Interface Debugging

Procedure

  1. Choose Application Access > Application Access Management in the navigation pane of the Seller Console, click the Interface Addresses tab, add an interface address, and complete the verification.

    Enter the domain name as the production address, without the path. Example: https://console.huaweicloud.com

  2. Enter the verified interface address and path, for example, https://console.huaweicloud.com/test/test1.

  3. Click Debug to debug an interface using parameters preset in your system based on the request parameter description of the interface.

  4. Click Generate Link Address to generate a request example.

  5. Click Debug and Save Case. The system calls the interface address to test the interface. If the test is successful, the system displays a message indicating debugging is successful and the case is saved. If the test fails, the error message is displayed in the lower part of the page. You can modify the interface based on the error message.

  6. When the debugging is successful, choose Application Access > Application Access Management in the navigation pane, click the Debugging Cases tab, and view the test case.

    • Interfaces can be repeatedly called.
    • Interfaces must support idempotence.