|
266 | 266 | "properties": { |
267 | 267 | "personalAccessToken": { |
268 | 268 | "description": "A Dremio personal access token for authentication", |
| 269 | + "example": "bB7IPkMOqIFMNyZacEf7zkwwNZ4Yov60f/doo+4f18Mtl43lcw8n+BNgLCEkdA==", |
269 | 270 | "maxLength": 1024, |
270 | 271 | "type": "string" |
271 | 272 | }, |
272 | 273 | "tokenEndpoint": { |
273 | 274 | "description": "The URL to the Dremio instance's OAuth 2.0 token endpoint", |
| 275 | + "example": "https://my-dremio.data-platform.stackit.run/oauth/token", |
274 | 276 | "maxLength": 1024, |
275 | 277 | "type": "string" |
276 | 278 | } |
|
284 | 286 | "properties": { |
285 | 287 | "personalAccessToken": { |
286 | 288 | "description": "A Dremio personal access token for authentication", |
| 289 | + "example": "bB7IPkMOqIFMNyZacEf7zkwwNZ4Yov60f/doo+4f18Mtl43lcw8n+BNgLCEkdA==", |
287 | 290 | "maxLength": 1024, |
288 | 291 | "type": "string" |
289 | 292 | }, |
290 | 293 | "tokenEndpoint": { |
291 | 294 | "description": "The URL to the Dremio instance's OAuth 2.0 token endpoint", |
| 295 | + "example": "https://my-dremio.data-platform.stackit.run/oauth/token", |
292 | 296 | "maxLength": 1024, |
293 | 297 | "type": "string" |
294 | 298 | } |
|
303 | 307 | "namespace": { |
304 | 308 | "default": "intake", |
305 | 309 | "description": "The namespace to which data shall be written. It will be automatically created, if it does not exist.", |
| 310 | + "example": "my-namespace", |
306 | 311 | "maxLength": 1024, |
307 | 312 | "type": "string" |
308 | 313 | }, |
|
317 | 322 | }, |
318 | 323 | "tableName": { |
319 | 324 | "description": "The table name is a short name chosen by the user to identify the table in Iceberg.", |
| 325 | + "example": "my-table", |
320 | 326 | "maxLength": 32, |
321 | 327 | "minLength": 1, |
322 | 328 | "type": "string" |
323 | 329 | }, |
324 | 330 | "uri": { |
325 | 331 | "description": "The URI to the Iceberg catalog endpoint", |
| 332 | + "example": "https://my-dremio-catalog.data-platform.stackit.run/iceberg", |
326 | 333 | "maxLength": 1024, |
327 | 334 | "type": "string" |
328 | 335 | }, |
329 | 336 | "warehouse": { |
330 | 337 | "description": "The Iceberg warehouse to connect to, required when the catalog has no default warehouse configured.", |
| 338 | + "example": "catalog-s3", |
331 | 339 | "maxLength": 1024, |
332 | 340 | "type": "string" |
333 | 341 | } |
|
357 | 365 | }, |
358 | 366 | "uri": { |
359 | 367 | "description": "The URI to the Iceberg catalog endpoint", |
| 368 | + "example": "https://my-dremio-catalog.data-platform.stackit.run/iceberg", |
360 | 369 | "maxLength": 1024, |
361 | 370 | "type": "string" |
362 | 371 | }, |
|
379 | 388 | }, |
380 | 389 | "deadLetterTopic": { |
381 | 390 | "description": "The topic where undelivered messages are published (Dead Letter Queue).", |
| 391 | + "example": "deadletter-intake-ea6184e0-57e2-4445-8721-64798e3636bd", |
382 | 392 | "maxLength": 1024, |
383 | 393 | "type": "string" |
384 | 394 | }, |
|
399 | 409 | }, |
400 | 410 | "id": { |
401 | 411 | "description": "A auto generated unique id which identifies the resource.", |
| 412 | + "example": "ea6184e0-57e2-4445-8721-64798e3636bd", |
402 | 413 | "format": "uuid", |
403 | 414 | "type": "string" |
404 | 415 | }, |
405 | 416 | "intakeRunnerId": { |
406 | 417 | "description": "The unique id of the intake runner this intake is running on.", |
| 418 | + "example": "b945ef76-9d09-491a-8f96-d41d30b6fdb9", |
407 | 419 | "format": "uuid", |
408 | 420 | "type": "string" |
409 | 421 | }, |
|
427 | 439 | }, |
428 | 440 | "topic": { |
429 | 441 | "description": "The topic to publish data to.", |
| 442 | + "example": "intake-ea6184e0-57e2-4445-8721-64798e3636bd", |
430 | 443 | "maxLength": 1024, |
431 | 444 | "type": "string" |
432 | 445 | }, |
|
437 | 450 | }, |
438 | 451 | "uri": { |
439 | 452 | "description": "The URI for reaching the resource.", |
| 453 | + "example": "b945ef76-9d09-491a-8f96-d41d30b6fdb9.intake.eu01.onstackit.cloud:9094", |
440 | 454 | "maxLength": 1024, |
441 | 455 | "type": "string" |
442 | 456 | } |
|
473 | 487 | }, |
474 | 488 | "id": { |
475 | 489 | "description": "A auto generated unique id which identifies the resource.", |
| 490 | + "example": "b945ef76-9d09-491a-8f96-d41d30b6fdb9", |
476 | 491 | "format": "uuid", |
477 | 492 | "type": "string" |
478 | 493 | }, |
|
503 | 518 | }, |
504 | 519 | "uri": { |
505 | 520 | "description": "The URI for reaching the resource.", |
| 521 | + "example": "b945ef76-9d09-491a-8f96-d41d30b6fdb9.intake.eu01.onstackit.cloud:9094", |
506 | 522 | "maxLength": 1024, |
507 | 523 | "type": "string" |
508 | 524 | } |
|
743 | 759 | "info": { |
744 | 760 | "description": "This API provides endpoints for managing Intakes.\n", |
745 | 761 | "title": "STACKIT Intake API", |
746 | | - "version": "1beta.2.0" |
| 762 | + "version": "1beta.2.1" |
747 | 763 | }, |
748 | 764 | "openapi": "3.0.3", |
749 | 765 | "paths": { |
|
0 commit comments