All Products
Search
Document Center

API Gateway:Input parameter information items of backend service call

Last Updated:Jun 10, 2026

Description

For listing the types of information items on input parameters for a backend service call.

Node name

ServiceParameter.

Fields

Name

Type

Description

ServiceParameterName

String

The name of the backend parameter.

Location

String

The location of the parameter in the backend request. Valid values: BODY, HEAD, QUERY, PATH.

ParameterType

String

The data type of the backend parameter. Valid values: STRING (string), NUMBER (number), BOOLEAN (boolean).

ParameterCatalog

String

The source type of the parameter. Valid values: REQUEST (common request parameter, visible to the API caller), CONSTANT (constant parameter), SYSTEM (system parameter).