Authorization: Bearer ********************{
"connectTimeout": "5000",
"description": "string",
"inputParameters": [
{
"argumentMode": {
"type": "Llm"
},
"default": null,
"description": "string",
"enum": [
"string"
],
"format": "string",
"item": {},
"name": "string",
"parameterIn": "Header",
"properties": [
{}
],
"required": true,
"type": "String"
}
],
"method": "GET",
"name": "string",
"outputParameters": [
{
"default": null,
"description": "string",
"enum": [
"string"
],
"format": "string",
"item": {},
"name": "string",
"parameterIn": "Header",
"properties": [
{}
],
"required": true,
"type": "String"
}
],
"path": "string",
"readTimeout": "30000",
"returnDirect": true
}curl --location --request POST '/tenant//http_plugin//tool' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"connectTimeout": "5000",
"description": "string",
"inputParameters": [
{
"argumentMode": {
"type": "Llm"
},
"default": null,
"description": "string",
"enum": [
"string"
],
"format": "string",
"item": {},
"name": "string",
"parameterIn": "Header",
"properties": [
{}
],
"required": true,
"type": "String"
}
],
"method": "GET",
"name": "string",
"outputParameters": [
{
"default": null,
"description": "string",
"enum": [
"string"
],
"format": "string",
"item": {},
"name": "string",
"parameterIn": "Header",
"properties": [
{}
],
"required": true,
"type": "String"
}
],
"path": "string",
"readTimeout": "30000",
"returnDirect": true
}'{
"aggregateId": "string",
"aggregateName": "string",
"aggregateVersion": 0,
"bindingErrors": [
{
"msg": "string",
"name": "string"
}
],
"commandId": "string",
"contextName": "string",
"errorCode": "string",
"errorMsg": "string",
"function": {
"contextName": "string",
"functionKind": "COMMAND",
"name": "string",
"processorName": "string"
},
"id": "string",
"requestId": "string",
"result": {},
"signalTime": 0,
"stage": "SENT",
"tenantId": "string",
"waitCommandId": "string",
"succeeded": true
}