|
112 | 112 | ], |
113 | 113 | "type": "object" |
114 | 114 | }, |
| 115 | + "CreateCredentialsPayload": { |
| 116 | + "properties": { |
| 117 | + "parameters": { |
| 118 | + "$ref": "#/components/schemas/CredentialsParameters" |
| 119 | + } |
| 120 | + }, |
| 121 | + "type": "object" |
| 122 | + }, |
115 | 123 | "CreateInstancePayload": { |
116 | 124 | "properties": { |
117 | 125 | "instanceName": { |
|
181 | 189 | ], |
182 | 190 | "type": "object" |
183 | 191 | }, |
| 192 | + "CredentialsParameters": { |
| 193 | + "type": "object" |
| 194 | + }, |
184 | 195 | "CredentialsResponse": { |
185 | 196 | "properties": { |
186 | 197 | "id": { |
|
443 | 454 | }, |
444 | 455 | "fluentd-tls": { |
445 | 456 | "default": 6514, |
| 457 | + "deprecated": true, |
| 458 | + "description": "This property is deprecated and will be removed in a future release.", |
446 | 459 | "format": "int32", |
447 | 460 | "type": "integer" |
448 | 461 | }, |
449 | 462 | "fluentd-tls-ciphers": { |
| 463 | + "deprecated": true, |
| 464 | + "description": "This property is deprecated and will be removed in a future release.", |
450 | 465 | "type": "string" |
451 | 466 | }, |
452 | 467 | "fluentd-tls-max-version": { |
| 468 | + "deprecated": true, |
| 469 | + "description": "This property is deprecated and will be removed in a future release.", |
453 | 470 | "type": "string" |
454 | 471 | }, |
455 | 472 | "fluentd-tls-min-version": { |
| 473 | + "deprecated": true, |
| 474 | + "description": "This property is deprecated and will be removed in a future release.", |
456 | 475 | "type": "string" |
457 | 476 | }, |
458 | 477 | "fluentd-tls-version": { |
| 478 | + "deprecated": true, |
| 479 | + "description": "This property is deprecated and will be removed in a future release.", |
459 | 480 | "type": "string" |
460 | 481 | }, |
461 | 482 | "fluentd-udp": { |
|
529 | 550 | "type": "string" |
530 | 551 | }, |
531 | 552 | "opensearch-tls-ciphers": { |
| 553 | + "deprecated": true, |
| 554 | + "description": "This property is deprecated and will be removed in a future release.", |
532 | 555 | "items": { |
533 | 556 | "enum": [ |
534 | 557 | "TLSv1.2", |
|
539 | 562 | "type": "array" |
540 | 563 | }, |
541 | 564 | "opensearch-tls-protocols": { |
| 565 | + "deprecated": true, |
| 566 | + "description": "This property is deprecated and will be removed in a future release.", |
542 | 567 | "items": { |
543 | 568 | "type": "string" |
544 | 569 | }, |
|
827 | 852 | "description": "The STACKIT LogMe API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects.", |
828 | 853 | "termsOfService": "https://www.stackit.de/en/general-terms-and-conditions/terms-of-use/", |
829 | 854 | "title": "STACKIT LogMe API", |
830 | | - "version": "1.1.0" |
| 855 | + "version": "1.2.0" |
831 | 856 | }, |
832 | 857 | "openapi": "3.0.3", |
833 | 858 | "paths": { |
|
1342 | 1367 | "$ref": "#/components/parameters/instanceId" |
1343 | 1368 | } |
1344 | 1369 | ], |
| 1370 | + "requestBody": { |
| 1371 | + "content": { |
| 1372 | + "application/json": { |
| 1373 | + "schema": { |
| 1374 | + "$ref": "#/components/schemas/CreateCredentialsPayload" |
| 1375 | + } |
| 1376 | + } |
| 1377 | + }, |
| 1378 | + "description": "Parameters for requested credentials" |
| 1379 | + }, |
1345 | 1380 | "responses": { |
1346 | 1381 | "200": { |
1347 | 1382 | "content": { |
|
0 commit comments