Authorization: Bearer ********************curl --location --request GET '/tenant//http_plugin//event//' \
--header 'Authorization: Bearer <token>'[
{
"id": "string",
"contextName": "string",
"aggregateName": "string",
"header": {
"user_agent": "string",
"remote_ip": "string",
"trace_id": "string",
"command_operator": "string",
"local_first": true,
"command_wait_endpoint": "string",
"command_wait_stage": "PROCESSED",
"property1": "string",
"property2": "string"
},
"tenantId": "string",
"aggregateId": "string",
"ownerId": "",
"commandId": "string",
"requestId": "string",
"version": 0,
"body": [
{
"id": "string",
"name": "http_plugin_applied",
"revision": "0.0.1",
"bodyType": "me.ahoo.prajna.api.library.plugin.http.HttpPluginApplied",
"body": {
"description": "string",
"headers": {
"property1": "string",
"property2": "string"
},
"name": "string",
"security": {
"type": "None"
},
"serverUrl": "string",
"tools": [
{
"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"
}
],
"lastModifiedAt": 1,
"method": "GET",
"name": "string",
"outputParameters": [
{
"default": null,
"description": "string",
"enum": [
"string"
],
"format": "string",
"item": {},
"name": "string",
"parameterIn": "Header",
"properties": [
{}
],
"required": true,
"type": "String"
}
],
"passed": true,
"path": "string",
"readTimeout": "30000",
"returnDirect": true
}
]
}
}
],
"createTime": 0
}
]