5
5
description : |
6
6
Semaphore API provides endpoints for managing and interacting with the Semaphore UI.
7
7
This documentation outlines the available operations and data models.
8
- version : " 2.14.0-beta1 "
8
+ version : " 2.16.11 "
9
9
10
10
consumes :
11
11
- application/json
@@ -159,16 +159,12 @@ definitions:
159
159
alert :
160
160
type : boolean
161
161
alert_chat :
162
- type :
163
- - string
164
- - ' null'
162
+ type : string
165
163
max_parallel_tasks :
166
164
type : integer
167
165
minimum : 0
168
166
type :
169
- type :
170
- - string
171
- - ' null'
167
+ type : string
172
168
templates :
173
169
type : array
174
170
items :
@@ -187,39 +183,27 @@ definitions:
187
183
playbook :
188
184
type : string
189
185
arguments :
190
- type :
191
- - string
192
- - ' null'
186
+ type : string
193
187
description :
194
188
type : string
195
189
allow_override_args_in_task :
196
190
type : boolean
197
191
suppress_success_alerts :
198
192
type : boolean
199
193
cron :
200
- type :
201
- - string
202
- - ' null'
194
+ type : string
203
195
build_template :
204
- type :
205
- - string
206
- - ' null'
196
+ type : string
207
197
autorun :
208
198
type : boolean
209
199
survey_vars :
210
- type :
211
- - string
212
- - ' null'
200
+ type : string
213
201
start_version :
214
- type :
215
- - string
216
- - ' null'
202
+ type : string
217
203
type :
218
204
type : string
219
205
vault_key :
220
- type :
221
- - string
222
- - ' null'
206
+ type : string
223
207
allow_override_branch_in_task :
224
208
type : boolean
225
209
repositories :
@@ -265,13 +249,9 @@ definitions:
265
249
inventory :
266
250
type : string
267
251
ssh_key :
268
- type :
269
- - string
270
- - ' null'
252
+ type : string
271
253
become_key :
272
- type :
273
- - string
274
- - ' null'
254
+ type : string
275
255
type :
276
256
type : string
277
257
enum : [static, static-yaml, file]
@@ -283,15 +263,11 @@ definitions:
283
263
name :
284
264
type : string
285
265
password :
286
- type :
287
- - string
288
- - ' null'
266
+ type : string
289
267
json :
290
268
type : string
291
269
env :
292
- type :
293
- - string
294
- - ' null'
270
+ type : string
295
271
296
272
APIToken :
297
273
type : object
@@ -316,17 +292,13 @@ definitions:
316
292
alert :
317
293
type : boolean
318
294
alert_chat :
319
- type :
320
- - string
321
- - ' null'
295
+ type : string
322
296
example : Test
323
297
max_parallel_tasks :
324
298
type : integer
325
299
minimum : 0
326
300
type :
327
- type :
328
- - string
329
- - ' null'
301
+ type : string
330
302
demo :
331
303
description : Create Demo project resources?
332
304
type : boolean
@@ -345,17 +317,13 @@ definitions:
345
317
alert :
346
318
type : boolean
347
319
alert_chat :
348
- type :
349
- - string
350
- - ' null'
320
+ type : string
351
321
example : Test
352
322
max_parallel_tasks :
353
323
type : integer
354
324
minimum : 0
355
325
type :
356
- type :
357
- - string
358
- - ' null'
326
+ type : string
359
327
360
328
AccessKeyRequest :
361
329
type : object
@@ -719,9 +687,7 @@ definitions:
719
687
secret :
720
688
type : string
721
689
git_branch :
722
- type :
723
- - string
724
- - ' null'
690
+ type : string
725
691
limit :
726
692
type : string
727
693
params :
@@ -861,13 +827,9 @@ definitions:
861
827
type : string
862
828
enum : ["", build, deploy]
863
829
start_version :
864
- type :
865
- - string
866
- - ' null'
830
+ type : string
867
831
build_template_id :
868
- type :
869
- - integer
870
- - ' null'
832
+ type : integer
871
833
autorun :
872
834
type : boolean
873
835
survey_vars :
@@ -920,13 +882,9 @@ definitions:
920
882
enum : [password, script]
921
883
example : script
922
884
vault_key_id :
923
- type :
924
- - integer
925
- - ' null'
885
+ type : integer
926
886
script :
927
- type :
928
- - string
929
- - ' null'
887
+ type : string
930
888
example : path/to/script-client.py
931
889
932
890
ScheduleRequest :
@@ -1001,13 +959,9 @@ definitions:
1001
959
user_id :
1002
960
type : integer
1003
961
object_id :
1004
- type :
1005
- - integer
1006
- - ' null'
962
+ type : integer
1007
963
object_type :
1008
- type :
1009
- - string
1010
- - ' null'
964
+ type : string
1011
965
description :
1012
966
type : string
1013
967
0 commit comments