Download OpenAPI specification:Download
OpenAPI 3.0 spec for Kong Gateway's Admin API.
You can lean more about Kong Gateway at docs.konghq.com .Give Kong a star at Kong/kong repository.
List all plugins linked to the partial
| controlPlaneId required | string <uuid> Example: 9524ec7d-36d9-465d-a8c5-83a3c9390458 The UUID of your control plane. This variable is available in the Konnect manager. |
| PartialId required | string ID of the Partial to lookup |
| size | integer [ 1 .. 1000 ] Default: 100 Number of resources to be returned. |
| offset | string 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 |
| tags | string Example: tags=tag1,tag2 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. |
{- "count": 10,
- "data": [
- {
- "id": "string",
- "instance_name": "string",
- "name": "string"
}
], - "next": "string",
- "offset": "string"
}