Configure the following parameters based on the API type:
-
HTTP API
-
API Name: Required. The API name, used for identification and maintenance.
-
Description: Optional. A detailed description of the API.
-
Integration System: Required. The business system to which the API belongs.
-
Request Path: Required. The URL path. Use ${} to include path parameters, for example,
/pets/${id}. -
Request Mode: Required. Valid values: GET, POST, PUT, DELETE, and HEAD.
-
Packet Encoding: Required. Valid values: UTF-8 and GBK.
-
-
MPC API
-
API Name: Required. The API name, used for identification and maintenance.
-
Description: Optional. A detailed description of the API.
-
Integration System: The business system to which the API belongs.
-
Interface Method: The API server method.
-
Interface Name: The API server interface.
-