Skip to content

Commit 9837cb6

Browse files
OAS Update
1 parent f361fed commit 9837cb6

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

services/intake/v1beta/intake.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,13 @@
266266
"properties": {
267267
"personalAccessToken": {
268268
"description": "A Dremio personal access token for authentication",
269+
"example": "bB7IPkMOqIFMNyZacEf7zkwwNZ4Yov60f/doo+4f18Mtl43lcw8n+BNgLCEkdA==",
269270
"maxLength": 1024,
270271
"type": "string"
271272
},
272273
"tokenEndpoint": {
273274
"description": "The URL to the Dremio instance's OAuth 2.0 token endpoint",
275+
"example": "https://my-dremio.data-platform.stackit.run/oauth/token",
274276
"maxLength": 1024,
275277
"type": "string"
276278
}
@@ -284,11 +286,13 @@
284286
"properties": {
285287
"personalAccessToken": {
286288
"description": "A Dremio personal access token for authentication",
289+
"example": "bB7IPkMOqIFMNyZacEf7zkwwNZ4Yov60f/doo+4f18Mtl43lcw8n+BNgLCEkdA==",
287290
"maxLength": 1024,
288291
"type": "string"
289292
},
290293
"tokenEndpoint": {
291294
"description": "The URL to the Dremio instance's OAuth 2.0 token endpoint",
295+
"example": "https://my-dremio.data-platform.stackit.run/oauth/token",
292296
"maxLength": 1024,
293297
"type": "string"
294298
}
@@ -303,6 +307,7 @@
303307
"namespace": {
304308
"default": "intake",
305309
"description": "The namespace to which data shall be written. It will be automatically created, if it does not exist.",
310+
"example": "my-namespace",
306311
"maxLength": 1024,
307312
"type": "string"
308313
},
@@ -317,17 +322,20 @@
317322
},
318323
"tableName": {
319324
"description": "The table name is a short name chosen by the user to identify the table in Iceberg.",
325+
"example": "my-table",
320326
"maxLength": 32,
321327
"minLength": 1,
322328
"type": "string"
323329
},
324330
"uri": {
325331
"description": "The URI to the Iceberg catalog endpoint",
332+
"example": "https://my-dremio-catalog.data-platform.stackit.run/iceberg",
326333
"maxLength": 1024,
327334
"type": "string"
328335
},
329336
"warehouse": {
330337
"description": "The Iceberg warehouse to connect to, required when the catalog has no default warehouse configured.",
338+
"example": "catalog-s3",
331339
"maxLength": 1024,
332340
"type": "string"
333341
}
@@ -357,6 +365,7 @@
357365
},
358366
"uri": {
359367
"description": "The URI to the Iceberg catalog endpoint",
368+
"example": "https://my-dremio-catalog.data-platform.stackit.run/iceberg",
360369
"maxLength": 1024,
361370
"type": "string"
362371
},
@@ -379,6 +388,7 @@
379388
},
380389
"deadLetterTopic": {
381390
"description": "The topic where undelivered messages are published (Dead Letter Queue).",
391+
"example": "deadletter-intake-ea6184e0-57e2-4445-8721-64798e3636bd",
382392
"maxLength": 1024,
383393
"type": "string"
384394
},
@@ -399,11 +409,13 @@
399409
},
400410
"id": {
401411
"description": "A auto generated unique id which identifies the resource.",
412+
"example": "ea6184e0-57e2-4445-8721-64798e3636bd",
402413
"format": "uuid",
403414
"type": "string"
404415
},
405416
"intakeRunnerId": {
406417
"description": "The unique id of the intake runner this intake is running on.",
418+
"example": "b945ef76-9d09-491a-8f96-d41d30b6fdb9",
407419
"format": "uuid",
408420
"type": "string"
409421
},
@@ -427,6 +439,7 @@
427439
},
428440
"topic": {
429441
"description": "The topic to publish data to.",
442+
"example": "intake-ea6184e0-57e2-4445-8721-64798e3636bd",
430443
"maxLength": 1024,
431444
"type": "string"
432445
},
@@ -437,6 +450,7 @@
437450
},
438451
"uri": {
439452
"description": "The URI for reaching the resource.",
453+
"example": "b945ef76-9d09-491a-8f96-d41d30b6fdb9.intake.eu01.onstackit.cloud:9094",
440454
"maxLength": 1024,
441455
"type": "string"
442456
}
@@ -473,6 +487,7 @@
473487
},
474488
"id": {
475489
"description": "A auto generated unique id which identifies the resource.",
490+
"example": "b945ef76-9d09-491a-8f96-d41d30b6fdb9",
476491
"format": "uuid",
477492
"type": "string"
478493
},
@@ -503,6 +518,7 @@
503518
},
504519
"uri": {
505520
"description": "The URI for reaching the resource.",
521+
"example": "b945ef76-9d09-491a-8f96-d41d30b6fdb9.intake.eu01.onstackit.cloud:9094",
506522
"maxLength": 1024,
507523
"type": "string"
508524
}
@@ -743,7 +759,7 @@
743759
"info": {
744760
"description": "This API provides endpoints for managing Intakes.\n",
745761
"title": "STACKIT Intake API",
746-
"version": "1beta.2.0"
762+
"version": "1beta.2.1"
747763
},
748764
"openapi": "3.0.3",
749765
"paths": {

0 commit comments

Comments
 (0)