Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: lena-larionova <[email protected]>
  • Loading branch information
Guaris and lena-larionova committed Sep 19, 2024
1 parent ddd39eb commit 638b1d6
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions api-specs/Gateway-EE/latest/kong-ee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15925,7 +15925,7 @@ paths:
get:
summary: Retrieve connected data planes
description: >
Retrieve a list of all data planes connected to the control plane. This endpoint is only accessible when Kong Gateway is configured in hybrid mode
Retrieve a list of all data planes connected to the control plane. This endpoint is only accessible when Kong Gateway is running in hybrid mode.
operationId: getDataPlanes
responses:
'200':
Expand Down Expand Up @@ -15992,7 +15992,7 @@ paths:
properties:
message:
type: string
example: This endpoint is only available when Kong is configured to run as control plane for the cluster.
example: This endpoint is only available when Kong is running as a control plane for the cluster.
tags:
- clustering

Expand All @@ -16001,7 +16001,7 @@ paths:
summary: Retrieve the status of connected data planes
description: >
Retrieve a status report for all data planes connected to the control plane. It includes information like the config hash, hostname, IP address, and last seen timestamp.
This endpoint is only accessible when Kong Gateway is configured in hybrid mode
This endpoint is only accessible when Kong Gateway is running in hybrid mode.
operationId: getDataPlaneStatus
responses:
'200':
Expand Down Expand Up @@ -16040,7 +16040,7 @@ paths:
properties:
message:
type: string
example: This endpoint is only available when Kong Gateway is configured to run as control plane for the cluster.
example: This endpoint is only available when Kong is running as a control plane for the cluster.
tags:
- clustering
'/cache/{key}':
Expand Down Expand Up @@ -16294,7 +16294,7 @@ tags:
<br><br>
name: Event-hooks
- description: |
Retreieve information about the status of data planes when Kong Gateway is configured in hybrid mode.
Retrieve information about the status of data planes when Kong Gateway is running in hybrid mode.
name: clustering
- description: |
Querying and managing cache entries.
Expand Down
14 changes: 7 additions & 7 deletions api-specs/Gateway-OSS/3.6/kong-oss-3.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7374,7 +7374,7 @@ paths:
get:
summary: Retrieve connected data planes
description: >
Retrieve a list of all data planes connected to the control plane. This endpoint is only accessible when Kong Gateway is configured in hybrid mode
Retrieve a list of all data planes connected to the control plane. This endpoint is only accessible when Kong Gateway is running in hybrid mode.
operationId: getDataPlanes
responses:
'200':
Expand Down Expand Up @@ -7433,15 +7433,15 @@ paths:
type: integer
description: Timestamp for when the certificate expires.
'400':
description: Kong is not running as a Control Plane.
description: Kong is not running as a control plane.
content:
application/json:
schema:
type: object
properties:
message:
type: string
example: This endpoint is only available when Kong is configured to run as Control Plane for the cluster.
example: This endpoint is only available when Kong is running as a control plane for the cluster.
tags:
- clustering

Expand All @@ -7450,7 +7450,7 @@ paths:
summary: Retrieve the status of connected data planes
description: >
Retrieve a status report for all data planes connected to the control plane. It includes information like the config hash, hostname, IP address, and last seen timestamp.
This endpoint is only accessible when Kong Gateway is configured in hybrid mode
This endpoint is only accessible when Kong Gateway is running in hybrid mode.
operationId: getDataPlaneStatus
responses:
'200':
Expand Down Expand Up @@ -7481,15 +7481,15 @@ paths:
type: integer
description: Unix timestamp of the last interaction between the data plane and control plane.
'400':
description: Kong is not running as a Control Plane.
description: Kong is not running as a control plane.
content:
application/json:
schema:
type: object
properties:
message:
type: string
example: This endpoint is only available when Kong is configured to run as Control Plane for the cluster.
example: This endpoint is only available when Kong is running as a control plane for the cluster.
tags:
- clustering
'/cache/{key}':
Expand Down Expand Up @@ -7677,7 +7677,7 @@ tags:
Most core entities can be tagged via the tags attribute upon creation or modification.
name: Tags
- description: |
Retreieve information about the status of data planes when Kong Gateway is configured in hybrid mode.
Retrieve information about the status of data planes when Kong Gateway is running in hybrid mode.
name: clustering
- description: |
Querying and managing cache entries.
Expand Down
8 changes: 4 additions & 4 deletions api-specs/Gateway-OSS/3.7/kong-oss-3.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7722,7 +7722,7 @@ paths:
get:
summary: Retrieve connected data planes
description: >
Retrieve a list of all data planes connected to the control plane. This endpoint is only accessible when Kong Gateway is configured in hybrid mode
Retrieve a list of all data planes connected to the control plane. This endpoint is only accessible when Kong Gateway is running in hybrid mode.
operationId: getDataPlanes
responses:
'200':
Expand Down Expand Up @@ -7789,7 +7789,7 @@ paths:
properties:
message:
type: string
example: This endpoint is only available when Kong is configured to run as control plane for the cluster.
example: This endpoint is only available when Kong is running as a control plane for the cluster.
tags:
- clustering

Expand All @@ -7798,7 +7798,7 @@ paths:
summary: Retrieve the status of connected data planes
description: >
Retrieve a status report for all data planes connected to the control plane. It includes information like the config hash, hostname, IP address, and last seen timestamp.
This endpoint is only accessible when Kong Gateway is configured in hybrid mode
This endpoint is only accessible when Kong Gateway is running in hybrid mode.
operationId: getDataPlaneStatus
responses:
'200':
Expand Down Expand Up @@ -7837,7 +7837,7 @@ paths:
properties:
message:
type: string
example: This endpoint is only available when Kong Gateway is configured to run as control plane for the cluster.
example: This endpoint is only available when Kong is running as a control plane for the cluster.
tags:
- clustering
'/cache/{key}':
Expand Down
8 changes: 4 additions & 4 deletions api-specs/Gateway-OSS/latest/kong-oss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7773,7 +7773,7 @@ paths:
get:
summary: Retrieve connected data planes
description: >
Retrieve a list of all data planes connected to the control plane. This endpoint is only accessible when Kong Gateway is configured in hybrid mode
Retrieve a list of all data planes connected to the control plane. This endpoint is only accessible when Kong Gateway is running in hybrid mode.
operationId: getDataPlanes
responses:
'200':
Expand Down Expand Up @@ -7840,7 +7840,7 @@ paths:
properties:
message:
type: string
example: This endpoint is only available when Kong is configured to run as control plane for the cluster.
example: This endpoint is only available when Kong is running as a control plane for the cluster.
tags:
- clustering

Expand All @@ -7849,7 +7849,7 @@ paths:
summary: Retrieve the status of connected data planes
description: >
Retrieve a status report for all data planes connected to the control plane. It includes information like the config hash, hostname, IP address, and last seen timestamp.
This endpoint is only accessible when Kong Gateway is configured in hybrid mode
This endpoint is only accessible when Kong Gateway is running in hybrid mode.
operationId: getDataPlaneStatus
responses:
'200':
Expand Down Expand Up @@ -7888,7 +7888,7 @@ paths:
properties:
message:
type: string
example: This endpoint is only available when Kong is configured to run as control plane for the cluster.
example: This endpoint is only available when Kong is running as a control plane for the cluster.
tags:
- clustering
'/cache/{key}':
Expand Down

0 comments on commit 638b1d6

Please sign in to comment.