Skip to content

Commit

Permalink
refactor(audit log): support new api in plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon authored and ysfscream committed May 8, 2024
1 parent a32fbfe commit b3b8651
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/types/schemas/actions.schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,27 +256,27 @@ export const GetActionTypes200Item = {
cassandra: 'cassandra',
rabbitmq: 'rabbitmq',
mongodb: 'mongodb',
pulsar: 'pulsar',
greptimedb: 'greptimedb',
syskeeper_forwarder: 'syskeeper_forwarder',
confluent_producer: 'confluent_producer',
greptimedb: 'greptimedb',
sqlserver: 'sqlserver',
influxdb: 'influxdb',
iotdb: 'iotdb',
hstreamdb: 'hstreamdb',
azure_event_hub_producer: 'azure_event_hub_producer',
kafka_producer: 'kafka_producer',
sqlserver: 'sqlserver',
syskeeper_forwarder: 'syskeeper_forwarder',
azure_event_hub_producer: 'azure_event_hub_producer',
pulsar: 'pulsar',
gcp_pubsub_producer: 'gcp_pubsub_producer',
redis: 'redis',
hstreamdb: 'hstreamdb',
opents: 'opents',
kinesis: 'kinesis',
redis: 'redis',
s3: 's3',
opents: 'opents',
s3_aggregated_upload: 's3_aggregated_upload',
mqtt: 'mqtt',
timescale: 'timescale',
s3_aggregated_upload: 's3_aggregated_upload',
clickhouse: 'clickhouse',
tdengine: 'tdengine',
oracle: 'oracle',
timescale: 'timescale',
tdengine: 'tdengine',
matrix: 'matrix',
elasticsearch: 'elasticsearch',
mysql: 'mysql',
Expand Down
12 changes: 12 additions & 0 deletions src/views/General/resource_dict.json
Original file line number Diff line number Diff line change
Expand Up @@ -1631,6 +1631,18 @@
"zh": "停启插件"
}
},
{
"method": "put",
"path": "/plugins/:name/config",
"operation_label": {
"en": "Plugins",
"zh": "插件"
},
"operation_name_label": {
"en": "Update plugin config. Config schema defined by user's schema.avsc file",
"zh": "更新插件配置。配置 schema 由用户的 schema.avsc 文件定义"
}
},
{
"method": "post",
"path": "/exhooks",
Expand Down

0 comments on commit b3b8651

Please sign in to comment.