File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1279,7 +1279,25 @@ components:
12791279 description : |-
12801280 Specifies the order by criteria. The syntax of this parameter is
12811281 similar to the syntax of the `order by` clause of an SQL statement.
1282- Each query can be ordered by any of the `kafkaRequests` fields.
1282+ Each query can be ordered by any of the following `kafkaRequests` fields:
1283+
1284+ * bootstrap_server_host
1285+ * cloud_provider
1286+ * cluster_id
1287+ * created_at
1288+ * href
1289+ * id
1290+ * instance_type
1291+ * multi_az
1292+ * name
1293+ * organisation_id
1294+ * owner
1295+ * reauthentication_enabled
1296+ * region
1297+ * status
1298+ * updated_at
1299+ * version
1300+
12831301 For example, to return all Kafka instances ordered by their name, use the following syntax:
12841302
12851303 ```sql
You can’t perform that action at this time.
0 commit comments