File tree Expand file tree Collapse file tree 1 file changed +69
-11
lines changed Expand file tree Collapse file tree 1 file changed +69
-11
lines changed Original file line number Diff line number Diff line change @@ -525,6 +525,8 @@ definitions:
525
525
template_id :
526
526
type : integer
527
527
minimum : 1
528
+ params :
529
+ $ref : ' #/definitions/TaskPrams'
528
530
529
531
IntegrationRequest :
530
532
type : object
@@ -536,6 +538,8 @@ definitions:
536
538
type : integer
537
539
template_id :
538
540
type : integer
541
+ params :
542
+ $ref : ' #/definitions/TaskPrams'
539
543
540
544
IntegrationExtractValueRequest :
541
545
type : object
@@ -651,6 +655,7 @@ definitions:
651
655
example : master
652
656
ssh_key_id :
653
657
type : integer
658
+
654
659
Repository :
655
660
type : object
656
661
properties :
@@ -686,23 +691,72 @@ definitions:
686
691
type : string
687
692
secret :
688
693
type : string
694
+ arguments :
695
+ type : string
689
696
git_branch :
690
697
type : string
691
- limit :
698
+ message :
692
699
type : string
700
+ inventory_id :
701
+ type : integer
693
702
params :
694
- type : object
695
- properties :
696
- debug :
697
- type : boolean
698
- dry_run :
699
- type : boolean
700
- diff :
701
- type : boolean
702
- limit :
703
- type : array
703
+ allOf :
704
+ - $ref : ' #/definitions/AnsibleTaskParams'
705
+ - $ref : ' #/definitions/TerraformTaskParams'
706
+ limit :
707
+ type : string
708
+
709
+ AnsibleTaskParams :
710
+ type : object
711
+ properties :
712
+ debug :
713
+ type : boolean
714
+ dry_run :
715
+ type : boolean
716
+ diff :
717
+ type : boolean
718
+ limit :
719
+ type : array
720
+ items :
721
+ type : string
722
+ tags :
723
+ type : array
724
+ items :
725
+ type : string
726
+ skip_tags :
727
+ type : array
728
+ items :
729
+ type : string
730
+
731
+ TerraformTaskParams :
732
+ type : object
733
+ properties :
734
+ plan :
735
+ type : boolean
736
+ destroy :
737
+ type : boolean
738
+ auto_approve :
739
+ type : boolean
740
+ upgrade :
741
+ type : boolean
742
+
743
+ TaskPrams :
744
+ type : object
745
+ properties :
746
+ environment :
747
+ type : string
748
+ git_branch :
749
+ type : string
704
750
message :
705
751
type : string
752
+ inventory_id :
753
+ type : integer
754
+ arguments :
755
+ type : string
756
+ params :
757
+ allOf :
758
+ - $ref : ' #/definitions/AnsibleTaskParams'
759
+ - $ref : ' #/definitions/TerraformTaskParams'
706
760
707
761
TaskOutput :
708
762
type : object
@@ -904,6 +958,8 @@ definitions:
904
958
type : string
905
959
active :
906
960
type : boolean
961
+ params :
962
+ $ref : ' #/definitions/TaskPrams'
907
963
908
964
Schedule :
909
965
type : object
@@ -920,6 +976,8 @@ definitions:
920
976
type : string
921
977
active :
922
978
type : boolean
979
+ params :
980
+ $ref : ' #/definitions/TaskPrams'
923
981
924
982
ViewRequest :
925
983
type : object
You can’t perform that action at this time.
0 commit comments