All URIs are relative to http://log.ano.yumimobi.com/api
Method | HTTP request | Description |
---|---|---|
list | GET /system/plugins | List all installed plugins on this node. |
PluginList list()
List all installed plugins on this node.
import time
import graylog
from graylog.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = graylog.SystempluginsApi()
try:
# List all installed plugins on this node.
api_response = api_instance.list()
pprint(api_response)
except ApiException as e:
print "Exception when calling SystempluginsApi->list: %s\n" % e
This endpoint does not need any parameter.
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]