|
Parâmetro |
Tipo |
Descrição |
Exemplo |
|---|---|---|---|
|
object |
Specifies the parameters for the API destination. |
||
| Name |
string |
The name of the API destination. |
|
| HeaderParameters |
object |
The custom HTTP header parameters to add to the request, specified as key-value pairs. |
|
| Form |
string |
Defines how the parameter's value is created. Use |
|
| Value |
string |
The static value or JSONPath expression for the parameter. This field applies only when the |
|
| Template |
string |
The template to use to build the parameter value. This field is used only when the |
|
| BodyParameters |
object |
The parameters for the HTTP request body, specified as key-value pairs. |
|
| Form |
string |
Defines how the parameter's value is created. Use |
|
| Value |
string |
The static value or JSONPath expression for the parameter. This field applies only when the |
|
| Template |
string |
The template to use to build the parameter value. This field is used only when the |
|
| QueryStringParameters |
object |
The query string parameters to add to the endpoint URL, specified as key-value pairs. |
|
| Form |
string |
Defines how the parameter's value is created. Use |
|
| Value |
string |
The static value or JSONPath expression for the parameter. This field applies only when the |
|
| Template |
string |
The template to use to build the parameter value. This field is used only when the |
|
| Timeout |
integer |
The timeout for the API call, in seconds. If the endpoint does not respond within this period, the call fails. The valid range is 1 to 60. |