OpenAPI online debugging

更新时间:
复制 MD 格式

You can log on to the OpenAPI Portal to directly call Alibaba Cloud product APIs without configuring an AccessKey.

Context

Warning

API requests sent from the OpenAPI Portal make real changes to your cloud resources. These changes are equivalent to operations performed in the Alibaba Cloud Management Console. Proceed with caution.

Procedure

  1. Log on to OpenAPI Explorer.

  2. In the top navigation bar, click Select Cloud Product, and select a cloud product from the panel.

  3. On the product homepage, click Go to Debug in the top navigation bar to view the APIs available for the selected product.

    image

  4. In the search box, search for the API you want to use, enter the parameter values as described in the API documentation, and click Send Request.

    Note

    Parameters marked with an asterisk (*) are required.

    image

  5. Check the result.

    1. If the call is successful, you can view the detailed information returned by the API.

    2. If the call fails, an error message is returned. This can be caused by issues such as incorrect parameters, missing required parameters, or network issues. Modify the API request based on the error message. You can also copy the error message and use the portal's OpenAPI Error Diagnosis.