Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request GET \ --url http://localhost:8080/api/plugins/{name}
{ "name": "<string>", "enabled": true, "config": {}, "isCustom": true, "path": "<string>", "status": { "name": "<string>", "status": "active", "logs": [ "<string>" ] } }
Returns the configuration for a specific plugin.
Plugin name
Successful response
Plugin configuration
Plugin status information
Show child attributes
Was this page helpful?