You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: api-specs/Gateway-EE/latest/kong-ee.yaml
+164
Original file line number
Diff line number
Diff line change
@@ -252,6 +252,14 @@ components:
252
252
description: |
253
253
After filter could be used to request audit log data that was recorded after certain time (inclusive).
254
254
It can either be a timestamp as Unix Epoch or a string following RFC3339 Schema (without fractions of a second) - ex: '2024-04-25T15:03:24Z'
255
+
PartialId:
256
+
name: partial_id
257
+
in: path
258
+
required: true
259
+
description: ID of the Partial
260
+
schema:
261
+
type: string
262
+
example: 2747d1e5-8246-4f65-a939-b392f1ee17f8
255
263
schemas:
256
264
Admin:
257
265
type: object
@@ -635,6 +643,23 @@ components:
635
643
updated_at:
636
644
description: Unix epoch when the resource was last updated.
637
645
type: integer
646
+
partials:
647
+
description: List of partials linked to that plugin
648
+
type: array
649
+
items:
650
+
type: object
651
+
properties:
652
+
id:
653
+
type: string
654
+
example: ce44eef5-41ed-47f6-baab-f725cecf98c7
655
+
format: uuid
656
+
name:
657
+
type: string
658
+
example: my-partial-1
659
+
path:
660
+
type: string
661
+
description: The path at which the Partial configuration will be applied at.
662
+
example: config.redis
638
663
type: object
639
664
Route:
640
665
description: Route entities define rules to match client requests. Each Route is associated with a Service, and a Service may have multiple Routes associated to it. Every request matching a given Route will be proxied to its associated Service. The combination of Routes and Services (and the separation of concerns between them) offers a powerful routing mechanism with which it is possible to define fine-grained entry-points in Kong leading to different upstream services of your infrastructure. You need at least one matching rule that applies to the protocol being matched by the Route.
|[Event Hooks](/gateway/api/admin-ee/latest/#/Event-hooks/get-event-hooks){:target="_blank"} |[Keyring and Data Encryption](/gateway/api/admin-ee/latest/#/Keyring/get-keyring){:target="_blank"} |[Audit Logs](/gateway/api/admin-ee/latest/#/audit-logs/get-audit-requests){:target="_blank"} |
0 commit comments