List all Plugins
List all Plugins
Query parameters
Number of resources to be returned.
Offset from which to return the next set of resources. Use the value of the 'offset' field from the response of a list operation as input here to paginate through all the resources
A list of tags to filter the list of resources on. Multiple tags can be concatenated using ',' to mean AND or using '/' to mean OR.
Filter routes by a substring of the name.
Filter routes by their name.
Response
A successful response listing Plugins
Example response
{
"data": [
{
"config": {
"anonymous": null,
"hide_credentials": false,
"key_in_body": false,
"key_in_header": true,
"key_in_query": true,
"key_names": [
"apikey"
],
"run_on_preflight": true
},
"enabled": true,
"id": "3fd1eea1-885a-4011-b986-289943ff8177",
"name": "key-auth",
"partials": [
{
"id": "cff1230a-00f7-4ae8-b376-c370f0eb4dae",
"name": "foo-partial",
"path": "config.redis"
},
{
"id": "129ee345-cba8-4e55-9d6d-93c223ff91ae",
"name": "bar-partial",
"path": "config.redis"
}
],
"protocols": [
"grpc",
"grpcs",
"http",
"https"
]
}
]
}Changes
Changed in 5 of the 75 revisions of this API.86
- ○
added the optional property
data/items/conditionto the response with the200statusresponse-optional-property-added
- ○
- ○
added the new optional
queryrequest parameterfilter[name][contains]new-optional-request-parameter
- ○
added the new optional
queryrequest parameterfilter[name][eq]new-optional-request-parameter
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response property
databecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/ordering/afterbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/ordering/after/accessbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/ordering/beforebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/ordering/before/accessbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/partials/items/namebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/partials/items/pathbecame nullable for the status200response-property-became-nullable
- ○
the
enabledresponse's property default valuetruewas added for the status200response-property-default-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the
enabledresponse's property default valuetruewas removed for the status200response-property-default-value-removed
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response property
data/items/tagsbecame nullable for the status200response-property-became-nullable
- ○
the
enabledresponse's property default valuetruewas added for the status200response-property-default-value-added
- ▲