File tree Expand file tree Collapse file tree 1 file changed +118
-2
lines changed
services/postgres-flex/v1 Expand file tree Collapse file tree 1 file changed +118
-2
lines changed Original file line number Diff line number Diff line change 545
545
},
546
546
"type" : " object"
547
547
},
548
+ "api.Configuration" : {
549
+ "properties" : {
550
+ "name" : {
551
+ "type" : " string"
552
+ },
553
+ "setting" : {
554
+ "type" : " string"
555
+ }
556
+ },
557
+ "type" : " object"
558
+ },
559
+ "api.ExtensionConfigLoadResponse" : {
560
+ "properties" : {
561
+ "configuration" : {
562
+ "description" : " Returns marshalled JSON of the new configuration of whatever extension is called" ,
563
+ "items" : {
564
+ "$ref" : " #/components/schemas/api.Configuration"
565
+ },
566
+ "type" : " array"
567
+ }
568
+ },
569
+ "type" : " object"
570
+ },
571
+ "api.ExtensionConfigureResponse" : {
572
+ "properties" : {
573
+ "configuration" : {
574
+ "description" : " Returns marshalled JSON of the new configuration of whatever extension is called" ,
575
+ "items" : {
576
+ "$ref" : " #/components/schemas/api.Configuration"
577
+ },
578
+ "type" : " array"
579
+ }
580
+ },
581
+ "type" : " object"
582
+ },
583
+ "api.ExtensionDeleteResponse" : {
584
+ "properties" : {
585
+ "isSucceded" : {
586
+ "type" : " boolean"
587
+ }
588
+ },
589
+ "type" : " object"
590
+ },
591
+ "api.ExtensionList" : {
592
+ "properties" : {
593
+ "ID" : {
594
+ "type" : " integer"
595
+ },
596
+ "description" : {
597
+ "type" : " string"
598
+ },
599
+ "name" : {
600
+ "type" : " string"
601
+ }
602
+ },
603
+ "type" : " object"
604
+ },
605
+ "api.ExtensionLoadResponse" : {
606
+ "properties" : {
607
+ "extension" : {
608
+ "$ref" : " #/components/schemas/api.ExtensionList"
609
+ }
610
+ },
611
+ "type" : " object"
612
+ },
613
+ "api.InstallResponse" : {
614
+ "properties" : {
615
+ "extension" : {
616
+ "$ref" : " #/components/schemas/api.ExtensionList"
617
+ }
618
+ },
619
+ "type" : " object"
620
+ },
621
+ "api.InstalledListResponse" : {
622
+ "properties" : {
623
+ "installed" : {
624
+ "items" : {
625
+ "$ref" : " #/components/schemas/api.ExtensionList"
626
+ },
627
+ "type" : " array"
628
+ }
629
+ },
630
+ "type" : " object"
631
+ },
632
+ "extensions.Configuration" : {
633
+ "properties" : {
634
+ "name" : {
635
+ "type" : " string"
636
+ },
637
+ "setting" : {
638
+ "type" : " string"
639
+ }
640
+ },
641
+ "type" : " object"
642
+ },
643
+ "extensions.ExtensionListResponse" : {
644
+ "properties" : {
645
+ "list" : {
646
+ "items" : {
647
+ "$ref" : " #/components/schemas/api.ExtensionList"
648
+ },
649
+ "type" : " array"
650
+ }
651
+ },
652
+ "type" : " object"
653
+ },
654
+ "extensions.NewConfig" : {
655
+ "properties" : {
656
+ "configuration" : {
657
+ "items" : {
658
+ "$ref" : " #/components/schemas/extensions.Configuration"
659
+ },
660
+ "type" : " array"
661
+ }
662
+ },
663
+ "type" : " object"
664
+ },
548
665
"instance.ListInstance" : {
549
666
"properties" : {
550
667
"id" : {
572
689
"description" : " This is the documentation for the STACKIT postgres service" ,
573
690
"termsOfService" : " https://www.stackit.de/en/general-terms-and-conditions/" ,
574
691
"title" : " STACKIT PostgreSQL Flex API" ,
575
- "version" : " 1.0.0" ,
576
- "x-stackit-timeout" : " 15m"
692
+ "version" : " 1.0.0"
577
693
},
578
694
"openapi" : " 3.0.1" ,
579
695
"paths" : {
You can’t perform that action at this time.
0 commit comments