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

Interface Debugging

To ensure that SaaS products can be accessed, KooGallery provides a debugging page on the Seller Console. You can debug SaaS interfaces in each scenario.

The following uses the interface for creating an instance as an example.

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. Bind the verified interface address to the key. For details about how to obtain the key, see Obtaining an Access Key (Key ID).

    A key is bound to an interface type. Do not change the key after binding. Changing it affects released SaaS, causing dialing test failures, order failures, and unsubscription.

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

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

  5. On the displayed page, enter values of preset parameters and click Generate Request Command to generate a request example.

  6. 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.

  7. 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.