Get All Plugin Metadata
GET /v1/plugin_metadatas
GET /v1/plugin_metadatasInteractive request editor loads with JavaScript.
Response Body
application/json
curl -X GET "http://127.0.0.1:9090/v1/plugin_metadatas"OK
[
{
"log_format": {
"upstream_response_time": "$upstream_response_time"
},
"id": "file-logger"
},
{
"ikey": 1,
"skey": "val",
"id": "example-plugin"
}
]Complete operation details and schema variants
GET /v1/plugin_metadatas
Get All Plugin Metadata
Get all plugin metadata.
Parameters
Responses
200: OK
cURL
curl -X GET 'http://127.0.0.1:9090/v1/plugin_metadatas'