-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelastic_swagger.json
13976 lines (13976 loc) · 541 KB
/
elastic_swagger.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"swagger" : "2.0",
"info" : {
"version" : "1",
"title" : "Elastic Cloud API",
"termsOfService" : ""
},
"host" : "api.elastic-cloud.com",
"basePath" : "/api/v1",
"tags" : [ {
"name" : "Accounts"
}, {
"name" : "Authentication"
}, {
"name" : "BillingCostsAnalysis"
}, {
"name" : "DeploymentTemplates"
}, {
"name" : "Deployments"
}, {
"name" : "DeploymentsTrafficFilter"
}, {
"name" : "Extensions"
}, {
"name" : "IamService"
}, {
"name" : "Organizations"
}, {
"name" : "Stack"
}, {
"name" : "TrustedEnvironments"
}, {
"name" : "UserRoleAssignments"
} ],
"schemes" : [ "https" ],
"security" : [ {
"apiKey" : [ ]
} ],
"paths" : {
"/account" : {
"get" : {
"tags" : [ "Accounts" ],
"summary" : "Fetch current account information",
"description" : "Fetch current account information.",
"operationId" : "get-current-account",
"produces" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "Account fetched successfully",
"schema" : {
"$ref" : "#/definitions/AccountResponse"
}
},
"404" : {
"description" : "Account not found. (code: `accounts.not_found`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "accounts.not_found" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
}
},
"x-doc" : {
"tag" : "Accounts"
}
},
"put" : {
"tags" : [ "Accounts" ],
"summary" : "Updates the current account",
"description" : "Updates the current account.",
"operationId" : "update-current-account",
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"parameters" : [ {
"in" : "body",
"name" : "body",
"description" : "the current account",
"required" : true,
"schema" : {
"$ref" : "#/definitions/AccountUpdateRequest"
}
} ],
"responses" : {
"200" : {
"description" : "Account updated successfully",
"schema" : {
"$ref" : "#/definitions/AccountResponse"
}
},
"404" : {
"description" : "Account not found. (code: `accounts.not_found`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "accounts.not_found" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
}
},
"x-doc" : {
"tag" : "Accounts"
}
},
"patch" : {
"tags" : [ "Accounts" ],
"summary" : "Updates the current account",
"description" : "Updates the current account.",
"operationId" : "patch-current-account",
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"parameters" : [ {
"in" : "body",
"name" : "body",
"description" : "All changes in the specified object are applied to the current account according to the JSON Merge Patch processing rules. Omitting existing fields causes the same values to be reapplied. Specifying a `null` value reverts the field to the default value, or removes the field when no default value exists.",
"required" : true,
"schema" : {
"type" : "string"
}
} ],
"responses" : {
"200" : {
"description" : "Account updated successfully",
"schema" : {
"$ref" : "#/definitions/AccountResponse"
}
},
"404" : {
"description" : "Account not found. (code: `accounts.not_found`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "accounts.not_found" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
}
},
"x-doc" : {
"tag" : "Accounts"
}
}
},
"/billing/costs/{organization_id}" : {
"get" : {
"tags" : [ "BillingCostsAnalysis" ],
"summary" : "Get costs overview for the organization. Currently unavailable in self-hosted ECE.",
"description" : "EXPERIMENTAL (it may change in future versions): Retrieves an overview of the costs by organization ID.",
"operationId" : "get-costs-overview",
"produces" : [ "application/json" ],
"parameters" : [ {
"name" : "organization_id",
"in" : "path",
"description" : "Identifier for the organization",
"required" : true,
"type" : "string"
}, {
"name" : "from",
"in" : "query",
"description" : "A datetime for the beginning of the desired range for which to fetch costs. Defaults to start of current month.",
"required" : false,
"type" : "string"
}, {
"name" : "to",
"in" : "query",
"description" : "A datetime for the end of the desired range for which to fetch costs. Defaults to the current date.",
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "Top-level cost overview for the organization",
"schema" : {
"$ref" : "#/definitions/CostsOverview"
}
},
"400" : {
"description" : "The specified date range is invalid. (code: `costs.invalid_date_range`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "costs.invalid_date_range" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"403" : {
"description" : "The current user does not have access to the requested organization. (code: `organization.invalid_access`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "organization.invalid_access" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"404" : {
"description" : "Organization not found. (code: `organization.not_found`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "organization.not_found" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"500" : {
"description" : "An error occurred when fetching an overview of the costs for the organization. (code: `billing_service.failed_request`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "billing_service.failed_request" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
}
},
"x-doc" : {
"tag" : "Billing Costs Analysis"
}
}
},
"/billing/costs/{organization_id}/charts" : {
"get" : {
"tags" : [ "BillingCostsAnalysis" ],
"summary" : "Get charts for the organization. Currently unavailable in self-hosted ECE.",
"description" : "EXPERIMENTAL (it may change in future versions): Retrieves the usage charts for the organization.",
"operationId" : "get-costs-charts",
"produces" : [ "application/json" ],
"parameters" : [ {
"name" : "organization_id",
"in" : "path",
"description" : "Identifier for the organization",
"required" : true,
"type" : "string"
}, {
"name" : "from",
"in" : "query",
"description" : "A datetime for the beginning of the desired range for which to fetch costs. Defaults to start of current month.",
"required" : false,
"type" : "string"
}, {
"name" : "to",
"in" : "query",
"description" : "A datetime for the end of the desired range for which to fetch costs. Defaults to the current date.",
"required" : false,
"type" : "string"
}, {
"name" : "bucketing_strategy",
"in" : "query",
"description" : "The desired bucketing strategy for the charts. Defaults to `daily`.",
"required" : false,
"type" : "string",
"default" : "daily",
"enum" : [ "daily", "monthly" ]
} ],
"responses" : {
"200" : {
"description" : "The usage charts of an organization.",
"schema" : {
"$ref" : "#/definitions/ChartItems"
}
},
"400" : {
"description" : "The specified date range is invalid. (code: `costs.invalid_date_range`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "costs.invalid_date_range" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"403" : {
"description" : "The current user does not have access to the requested organization. (code: `organization.invalid_access`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "organization.invalid_access" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"404" : {
"description" : "Organization not found. (code: `organization.not_found`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "organization.not_found" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"429" : {
"description" : "Too many requests. (code: `billing_service.rate_limited`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "billing_service.rate_limited" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"500" : {
"description" : "Error fetching the itemized costs for the organization. (code: `billing_service.failed_request`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "billing_service.failed_request" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
}
},
"x-doc" : {
"tag" : "Billing Costs Analysis"
}
}
},
"/billing/costs/{organization_id}/deployments" : {
"get" : {
"tags" : [ "BillingCostsAnalysis" ],
"summary" : "Get deployments costs for the organization. Currently unavailable in self-hosted ECE.",
"description" : "EXPERIMENTAL (it may change in future versions): Retrieves the costs associated with all deployments for the organization.",
"operationId" : "get-costs-deployments",
"produces" : [ "application/json" ],
"parameters" : [ {
"name" : "organization_id",
"in" : "path",
"description" : "Identifier for the organization",
"required" : true,
"type" : "string"
}, {
"name" : "from",
"in" : "query",
"description" : "A datetime for the beginning of the desired range for which to fetch activity. Defaults to start of current month.",
"required" : false,
"type" : "string"
}, {
"name" : "to",
"in" : "query",
"description" : "A datetime for the end of the desired range for which to fetch activity. Defaults to the current date.",
"required" : false,
"type" : "string"
}, {
"name" : "Accept",
"in" : "header",
"description" : "Accept header containing the content preference.",
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "The costs associated to a set of products",
"schema" : {
"$ref" : "#/definitions/DeploymentsCosts"
}
},
"400" : {
"description" : "Invalid date range specified. (code: `costs.invalid_date_range`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "costs.invalid_date_range" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"403" : {
"description" : "The current user does not have access to the requested organization. (code: `organization.invalid_access`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "organization.invalid_access" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"404" : {
"description" : "Organization not found. (code: `organization.not_found`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "organization.not_found" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"500" : {
"description" : "An error occurred when fetching the costs associated with all deployments for the organization. (code: `billing_service.failed_request`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "billing_service.failed_request" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
}
},
"x-doc" : {
"tag" : "Billing Costs Analysis"
}
}
},
"/billing/costs/{organization_id}/deployments/{deployment_id}/charts" : {
"get" : {
"tags" : [ "BillingCostsAnalysis" ],
"summary" : "Get charts by deployment. Currently unavailable in self-hosted ECE.",
"description" : "EXPERIMENTAL (it may change in future versions): Retrieves the usage charts for the given deployment.",
"operationId" : "get-costs-charts-by-deployment",
"produces" : [ "application/json" ],
"parameters" : [ {
"name" : "organization_id",
"in" : "path",
"description" : "Identifier for the organization",
"required" : true,
"type" : "string"
}, {
"name" : "deployment_id",
"in" : "path",
"description" : "Id of a Deployment",
"required" : true,
"type" : "string"
}, {
"name" : "from",
"in" : "query",
"description" : "A datetime for the beginning of the desired range for which to fetch costs. Defaults to start of current month.",
"required" : false,
"type" : "string"
}, {
"name" : "to",
"in" : "query",
"description" : "A datetime for the end of the desired range for which to fetch costs. Defaults to the current date.",
"required" : false,
"type" : "string"
}, {
"name" : "bucketing_strategy",
"in" : "query",
"description" : "The desired bucketing strategy for the charts. Defaults to `daily`.",
"required" : false,
"type" : "string",
"default" : "daily",
"enum" : [ "daily", "monthly" ]
} ],
"responses" : {
"200" : {
"description" : "The usage charts of a deployment.",
"schema" : {
"$ref" : "#/definitions/ChartItems"
}
},
"400" : {
"description" : "The specified date range is invalid. (code: `costs.invalid_date_range`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "costs.invalid_date_range" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"403" : {
"description" : "The current user does not have access to the requested organization. (code: `organization.invalid_access`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "organization.invalid_access" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"404" : {
"description" : "Organization not found. (code: `organization.not_found`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "organization.not_found" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"429" : {
"description" : "Too many requests. (code: `billing_service.rate_limited`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "billing_service.rate_limited" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"500" : {
"description" : "Error fetching the itemized costs for the organization. (code: `billing_service.failed_request`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "billing_service.failed_request" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
}
},
"x-doc" : {
"tag" : "Billing Costs Analysis"
}
}
},
"/billing/costs/{organization_id}/deployments/{deployment_id}/items" : {
"get" : {
"tags" : [ "BillingCostsAnalysis" ],
"summary" : "Get itemized costs by deployments. Currently unavailable in self-hosted ECE.",
"description" : "EXPERIMENTAL (it may change in future versions): Retrieves the itemized costs for the given deployment.",
"operationId" : "get-costs-items-by-deployment",
"produces" : [ "application/json" ],
"parameters" : [ {
"name" : "organization_id",
"in" : "path",
"description" : "Identifier for the organization",
"required" : true,
"type" : "string"
}, {
"name" : "deployment_id",
"in" : "path",
"description" : "Id of a Deployment",
"required" : true,
"type" : "string"
}, {
"name" : "from",
"in" : "query",
"description" : "A datetime for the beginning of the desired range for which to fetch costs. Defaults to start of current month.",
"required" : false,
"type" : "string"
}, {
"name" : "to",
"in" : "query",
"description" : "A datetime for the end of the desired range for which to fetch costs. Defaults to the current date.",
"required" : false,
"type" : "string"
}, {
"name" : "Accept",
"in" : "header",
"description" : "Determines the response body format. Can be either application/json or text/csv.",
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "The costs associated to a set items billed for a single deployment.",
"schema" : {
"$ref" : "#/definitions/ItemsCosts"
}
},
"400" : {
"description" : "The specified date range is invalid. (code: `costs.invalid_date_range`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "costs.invalid_date_range" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"403" : {
"description" : "The current user does not have access to the requested organization. (code: `organization.invalid_access`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "organization.invalid_access" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"404" : {
"description" : "* The organization was not found. (code: `organization.not_found`)\n* The Elasticsearch cluster was not found. (code: `billing_service.es_cluster_id_not_found`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "organization.not_found", "billing_service.es_cluster_id_not_found" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"500" : {
"description" : "An error occurred when fetching the itemized costs for the given deployment of the organization. (code: `billing_service.failed_request`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "billing_service.failed_request" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
}
},
"x-doc" : {
"tag" : "Billing Costs Analysis"
}
}
},
"/billing/costs/{organization_id}/items" : {
"get" : {
"tags" : [ "BillingCostsAnalysis" ],
"summary" : "Get itemized costs for the organization. Currently unavailable in self-hosted ECE.",
"description" : "EXPERIMENTAL (it may change in future versions): Retrieves the itemized costs for the organization.",
"operationId" : "get-costs-items",
"produces" : [ "application/json" ],
"parameters" : [ {
"name" : "organization_id",
"in" : "path",
"description" : "Identifier for the organization",
"required" : true,
"type" : "string"
}, {
"name" : "from",
"in" : "query",
"description" : "A datetime for the beginning of the desired range for which to fetch costs. Defaults to start of current month.",
"required" : false,
"type" : "string"
}, {
"name" : "to",
"in" : "query",
"description" : "A datetime for the end of the desired range for which to fetch costs. Defaults to the current date.",
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "The costs associated to a set of items",
"schema" : {
"$ref" : "#/definitions/ItemsCosts"
}
},
"400" : {
"description" : "The specified date range is invalid. (code: `costs.invalid_date_range`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "costs.invalid_date_range" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"403" : {
"description" : "The current user does not have access to the requested organization. (code: `organization.invalid_access`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "organization.invalid_access" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"404" : {
"description" : "Organization not found. (code: `organization.not_found`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "organization.not_found" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"500" : {
"description" : "Error fetching the itemized costs for the organization. (code: `billing_service.failed_request`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "billing_service.failed_request" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
}
},
"x-doc" : {
"tag" : "Billing Costs Analysis"
}
}
},
"/deployments" : {
"get" : {
"tags" : [ "Deployments" ],
"summary" : "List Deployments",
"description" : "List Deployments.",
"operationId" : "list-deployments",
"produces" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "The list of deployments that belong to the authenticated user.",
"schema" : {
"$ref" : "#/definitions/DeploymentsListResponse"
}
},
"401" : {
"description" : "You are not authorized to perform this action.",
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
}
},
"x-doc" : {
"tag" : "Deployment - CRUD"
}
},
"post" : {
"tags" : [ "Deployments" ],
"summary" : "Create Deployment",
"description" : "Creates a Deployment.",
"operationId" : "create-deployment",
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"parameters" : [ {
"name" : "request_id",
"in" : "query",
"description" : "An optional idempotency token - if two create requests share the same request_id token (min size 32 characters, max 128) then only one deployment will be created, the second request will return the info of that deployment (in the same format described below, but with blanks for auth-related fields)",
"required" : false,
"type" : "string"
}, {
"name" : "validate_only",
"in" : "query",
"description" : "If true, will just validate the Deployment definition but will not perform the creation",
"required" : false,
"type" : "boolean",
"default" : false
}, {
"name" : "template_id",
"in" : "query",
"description" : "An optional template id - if present, the referenced template will be used to fill in the resources field of the deployment creation request. If any resources are present in the request together with the template, the ones coming in the request will prevail and no merging with the template will be performed.",
"required" : false,
"type" : "string"
}, {
"in" : "body",
"name" : "body",
"description" : "The deployment definition",
"required" : true,
"schema" : {
"$ref" : "#/definitions/DeploymentCreateRequest"
}
} ],
"responses" : {
"201" : {
"description" : "The request was valid and a new deployment was created",
"headers" : {
"x-cloud-resource-version" : {
"type" : "string",
"description" : "The resource version, which is used to avoid update conflicts with concurrent operations"
},
"x-cloud-resource-created" : {
"type" : "string",
"description" : "The date-time when the resource was created (ISO format relative to UTC)"
},
"x-cloud-resource-last-modified" : {
"type" : "string",
"description" : "The date-time when the resource was last modified (ISO format relative to UTC)"
}
},
"schema" : {
"$ref" : "#/definitions/DeploymentCreateResponse"
}
},
"202" : {
"description" : "The request was valid and deployment creation had already been started.",
"schema" : {
"$ref" : "#/definitions/DeploymentCreateResponse"
}
},
"200" : {
"description" : "The request was valid (used when validate_only is true).",
"schema" : {
"$ref" : "#/definitions/DeploymentCreateResponse"
}
},
"400" : {
"description" : "The deployment request had errors.",
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
},
"401" : {
"description" : "You are not authorized to perform this action.",
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
}
},
"x-doc" : {
"tag" : "Deployment - CRUD"
}
}
},
"/deployments/_search" : {
"post" : {
"tags" : [ "Deployments" ],
"summary" : "Search Deployments",
"description" : "Retrieves the information for all of the deployments that match the specified query.",
"operationId" : "search-deployments",
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"parameters" : [ {
"name" : "minimal_metadata",
"in" : "query",
"description" : "Comma separated list of attributes to include in response for deployments found. Useful for reducing response size when retrieving many deployments. Use of this parameter moves the result to the minimal_metadata section of the response.",
"required" : false,
"type" : "string"
}, {
"in" : "body",
"name" : "body",
"description" : "(Optional) The search query to run. When not specified, all of the deployments are matched.",
"required" : false,
"schema" : {
"$ref" : "#/definitions/SearchRequest"
}
} ],
"responses" : {
"200" : {
"description" : "The list of deployments that match the specified query and belong to the authenticated user.",
"headers" : {
"x-cloud-resource-version" : {
"type" : "string",
"description" : "The resource version, which is used to avoid update conflicts with concurrent operations"
},
"x-cloud-resource-created" : {
"type" : "string",
"description" : "The date-time when the resource was created (ISO format relative to UTC)"
},
"x-cloud-resource-last-modified" : {
"type" : "string",
"description" : "The date-time when the resource was last modified (ISO format relative to UTC)"
}
},
"schema" : {
"$ref" : "#/definitions/DeploymentsSearchResponse"
}
}
},
"x-doc" : {
"tag" : "Deployment - Commands"
}
}
},
"/deployments/eligible-remote-clusters" : {
"post" : {
"tags" : [ "Deployments" ],
"summary" : "Get eligible remote clusters",
"description" : "Returns the list of deployments which contain eligible remote clusters for a specific version.",
"operationId" : "search-eligible-remote-clusters",
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"parameters" : [ {
"name" : "version",
"in" : "query",
"description" : "The version of the Elasticsearch cluster cluster that will potentially be configured to have remote clusters.",
"required" : true,
"type" : "string"
}, {
"in" : "body",
"name" : "body",
"description" : "(Optional) The search query to run against all deployments containing eligible remote clusters. When not specified, all the eligible deployments are matched.",
"required" : false,
"schema" : {
"$ref" : "#/definitions/SearchRequest"
}
} ],
"responses" : {
"200" : {
"description" : "List of deployments which contains eligible remote clusters for a specific version",
"schema" : {
"$ref" : "#/definitions/DeploymentsSearchResponse"
}
},
"400" : {
"description" : "The provided version is invalid. (code: `stackpack.invalid_version`)",
"headers" : {
"x-cloud-error-codes" : {
"type" : "string",
"description" : "The error codes associated with the response",
"enum" : [ "stackpack.invalid_version" ]
}
},
"schema" : {
"$ref" : "#/definitions/BasicFailedReply"
}
}
},
"x-doc" : {
"tag" : "Deployment - Remote Clusters"
}
}
},
"/deployments/extensions" : {
"get" : {
"tags" : [ "Extensions" ],
"summary" : "List Extensions",
"description" : "Retrieves all of the available extensions.",
"operationId" : "list-extensions",
"produces" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "The extensions that are available",
"schema" : {
"$ref" : "#/definitions/Extensions"
}
}
},
"x-doc" : {
"tag" : "Deployments - Extensions"
}
},
"post" : {
"tags" : [ "Extensions" ],