GetPlugin
调用该接口查询插件接口。
Request
get \plugins\{id}
| Name | Located in | Type | Description |
|---|---|---|---|
| id | path | string | plugin id |
Response
Response 200
| Code2 | Description | Type | Schema |
|---|---|---|---|
| 200 | OK | Object | v1GetPluginResponse |
v1GetPluginResponse
| Name | Type | Description |
|---|---|---|
| plugin | plugin object |
Response 400
| Code3 | Description | Type |
|---|---|---|
| 400 | INVALID_ARGUMENT | { { }} |
Response 404
| Code3 | Description | Type |
|---|---|---|
| 404 | PLUGIN_NOT_FOUND | { { }} |
Response 500
| Code3 | Description | Type |
|---|---|---|
| 500 | INTERNAL_ERROR | { { }} |
Response default
| Code2 | Description | Type | Schema |
|---|---|---|---|
| default | An unexpected error response. | Object | rpcStatus |
rpcStatus
| Name | Type | Description |
|---|---|---|
| code | integer | |
| details | Array[protobufAny] | [ 具体参数可见下面 protobufAny ] |
| message | string |
protobufAny
| Name | Type | Description |
|---|---|---|
| @type | string |