spinnaker-gate-ruby-client 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +8 -0
- data/Gemfile.lock +85 -0
- data/LICENSE +201 -0
- data/README.md +240 -0
- data/Rakefile +8 -0
- data/docs/Account.md +14 -0
- data/docs/AccountDetails.md +19 -0
- data/docs/AmazonInfrastructureControllerApi.md +128 -0
- data/docs/ApplicationControllerApi.md +754 -0
- data/docs/ArtifactControllerApi.md +111 -0
- data/docs/AuthControllerApi.md +212 -0
- data/docs/BakeControllerApi.md +143 -0
- data/docs/BuildControllerApi.md +493 -0
- data/docs/ClusterControllerApi.md +475 -0
- data/docs/ConcourseControllerApi.md +161 -0
- data/docs/CredentialsControllerApi.md +129 -0
- data/docs/EcsServerGroupEventsControllerApi.md +66 -0
- data/docs/ExecutionsControllerApi.md +133 -0
- data/docs/FirewallControllerApi.md +171 -0
- data/docs/GrantedAuthority.md +8 -0
- data/docs/HashMapstringobject.md +7 -0
- data/docs/HttpEntity.md +8 -0
- data/docs/ImageControllerApi.md +178 -0
- data/docs/InstanceControllerApi.md +122 -0
- data/docs/JobControllerApi.md +69 -0
- data/docs/LoadBalancerControllerApi.md +217 -0
- data/docs/Mapstringstring.md +7 -0
- data/docs/NetworkControllerApi.md +105 -0
- data/docs/PipelineConfigControllerApi.md +144 -0
- data/docs/PipelineControllerApi.md +1074 -0
- data/docs/PipelineTemplateDependent.md +10 -0
- data/docs/PipelineTemplatesControllerApi.md +350 -0
- data/docs/ProjectControllerApi.md +196 -0
- data/docs/PubsubSubscriptionControllerApi.md +48 -0
- data/docs/ReorderPipelinesCommand.md +9 -0
- data/docs/ReorderPipelinesControllerApi.md +54 -0
- data/docs/ResponseEntity.md +10 -0
- data/docs/SearchControllerApi.md +68 -0
- data/docs/SecurityGroupControllerApi.md +171 -0
- data/docs/ServerGroupControllerApi.md +125 -0
- data/docs/ServerGroupManagerControllerApi.md +54 -0
- data/docs/SnapshotControllerApi.md +110 -0
- data/docs/SubnetControllerApi.md +58 -0
- data/docs/TaskControllerApi.md +291 -0
- data/docs/User.md +18 -0
- data/docs/V2CanaryConfigControllerApi.md +259 -0
- data/docs/V2CanaryControllerApi.md +356 -0
- data/docs/V2PipelineTemplatesControllerApi.md +356 -0
- data/docs/Version.md +8 -0
- data/docs/VersionControllerApi.md +48 -0
- data/docs/WebhookControllerApi.md +105 -0
- data/git_push.sh +55 -0
- data/lib/swagger_client.rb +85 -0
- data/lib/swagger_client/api/amazon_infrastructure_controller_api.rb +161 -0
- data/lib/swagger_client/api/application_controller_api.rb +868 -0
- data/lib/swagger_client/api/artifact_controller_api.rb +141 -0
- data/lib/swagger_client/api/auth_controller_api.rb +258 -0
- data/lib/swagger_client/api/bake_controller_api.rb +179 -0
- data/lib/swagger_client/api/build_controller_api.rb +588 -0
- data/lib/swagger_client/api/cluster_controller_api.rb +591 -0
- data/lib/swagger_client/api/concourse_controller_api.rb +209 -0
- data/lib/swagger_client/api/credentials_controller_api.rb +163 -0
- data/lib/swagger_client/api/ecs_server_group_events_controller_api.rb +101 -0
- data/lib/swagger_client/api/executions_controller_api.rb +169 -0
- data/lib/swagger_client/api/firewall_controller_api.rb +209 -0
- data/lib/swagger_client/api/image_controller_api.rb +222 -0
- data/lib/swagger_client/api/instance_controller_api.rb +160 -0
- data/lib/swagger_client/api/job_controller_api.rb +99 -0
- data/lib/swagger_client/api/load_balancer_controller_api.rb +258 -0
- data/lib/swagger_client/api/network_controller_api.rb +127 -0
- data/lib/swagger_client/api/pipeline_config_controller_api.rb +176 -0
- data/lib/swagger_client/api/pipeline_controller_api.rb +1268 -0
- data/lib/swagger_client/api/pipeline_templates_controller_api.rb +404 -0
- data/lib/swagger_client/api/project_controller_api.rb +234 -0
- data/lib/swagger_client/api/pubsub_subscription_controller_api.rb +69 -0
- data/lib/swagger_client/api/reorder_pipelines_controller_api.rb +75 -0
- data/lib/swagger_client/api/search_controller_api.rb +94 -0
- data/lib/swagger_client/api/security_group_controller_api.rb +209 -0
- data/lib/swagger_client/api/server_group_controller_api.rb +163 -0
- data/lib/swagger_client/api/server_group_manager_controller_api.rb +75 -0
- data/lib/swagger_client/api/snapshot_controller_api.rb +142 -0
- data/lib/swagger_client/api/subnet_controller_api.rb +78 -0
- data/lib/swagger_client/api/task_controller_api.rb +345 -0
- data/lib/swagger_client/api/v2_canary_config_controller_api.rb +300 -0
- data/lib/swagger_client/api/v2_canary_controller_api.rb +421 -0
- data/lib/swagger_client/api/v2_pipeline_templates_controller_api.rb +412 -0
- data/lib/swagger_client/api/version_controller_api.rb +69 -0
- data/lib/swagger_client/api/webhook_controller_api.rb +135 -0
- data/lib/swagger_client/api_client.rb +388 -0
- data/lib/swagger_client/api_error.rb +38 -0
- data/lib/swagger_client/configuration.rb +202 -0
- data/lib/swagger_client/models/account.rb +241 -0
- data/lib/swagger_client/models/account_details.rb +286 -0
- data/lib/swagger_client/models/granted_authority.rb +183 -0
- data/lib/swagger_client/models/hash_mapstringobject.rb +174 -0
- data/lib/swagger_client/models/http_entity.rb +183 -0
- data/lib/swagger_client/models/mapstringstring.rb +174 -0
- data/lib/swagger_client/models/pipeline_template_dependent.rb +201 -0
- data/lib/swagger_client/models/reorder_pipelines_command.rb +194 -0
- data/lib/swagger_client/models/response_entity.rb +235 -0
- data/lib/swagger_client/models/user.rb +279 -0
- data/lib/swagger_client/models/version.rb +183 -0
- data/lib/swagger_client/version.rb +15 -0
- data/spec/api/amazon_infrastructure_controller_api_spec.rb +65 -0
- data/spec/api/application_controller_api_spec.rb +218 -0
- data/spec/api/artifact_controller_api_spec.rb +60 -0
- data/spec/api/auth_controller_api_spec.rb +86 -0
- data/spec/api/bake_controller_api_spec.rb +68 -0
- data/spec/api/build_controller_api_spec.rb +155 -0
- data/spec/api/cluster_controller_api_spec.rb +155 -0
- data/spec/api/concourse_controller_api_spec.rb +73 -0
- data/spec/api/credentials_controller_api_spec.rb +70 -0
- data/spec/api/ecs_server_group_events_controller_api_spec.rb +50 -0
- data/spec/api/executions_controller_api_spec.rb +72 -0
- data/spec/api/firewall_controller_api_spec.rb +77 -0
- data/spec/api/image_controller_api_spec.rb +80 -0
- data/spec/api/instance_controller_api_spec.rb +64 -0
- data/spec/api/job_controller_api_spec.rb +51 -0
- data/spec/api/load_balancer_controller_api_spec.rb +87 -0
- data/spec/api/network_controller_api_spec.rb +58 -0
- data/spec/api/pipeline_config_controller_api_spec.rb +68 -0
- data/spec/api/pipeline_controller_api_spec.rb +296 -0
- data/spec/api/pipeline_templates_controller_api_spec.rb +118 -0
- data/spec/api/project_controller_api_spec.rb +81 -0
- data/spec/api/pubsub_subscription_controller_api_spec.rb +45 -0
- data/spec/api/reorder_pipelines_controller_api_spec.rb +46 -0
- data/spec/api/search_controller_api_spec.rb +52 -0
- data/spec/api/security_group_controller_api_spec.rb +77 -0
- data/spec/api/server_group_controller_api_spec.rb +66 -0
- data/spec/api/server_group_manager_controller_api_spec.rb +46 -0
- data/spec/api/snapshot_controller_api_spec.rb +60 -0
- data/spec/api/subnet_controller_api_spec.rb +47 -0
- data/spec/api/task_controller_api_spec.rb +103 -0
- data/spec/api/v2_canary_config_controller_api_spec.rb +96 -0
- data/spec/api/v2_canary_controller_api_spec.rb +123 -0
- data/spec/api/v2_pipeline_templates_controller_api_spec.rb +121 -0
- data/spec/api/version_controller_api_spec.rb +45 -0
- data/spec/api/webhook_controller_api_spec.rb +60 -0
- data/spec/api_client_spec.rb +226 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/account_details_spec.rb +107 -0
- data/spec/models/account_spec.rb +77 -0
- data/spec/models/granted_authority_spec.rb +41 -0
- data/spec/models/hash_mapstringobject_spec.rb +35 -0
- data/spec/models/http_entity_spec.rb +41 -0
- data/spec/models/mapstringstring_spec.rb +35 -0
- data/spec/models/pipeline_template_dependent_spec.rb +53 -0
- data/spec/models/reorder_pipelines_command_spec.rb +47 -0
- data/spec/models/response_entity_spec.rb +57 -0
- data/spec/models/user_spec.rb +101 -0
- data/spec/models/version_spec.rb +41 -0
- data/spec/spec_helper.rb +111 -0
- data/spinnaker_gate_ruby_client-1.0.0.gem +0 -0
- data/spinnaker_gate_ruby_client.gemspec +45 -0
- metadata +427 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 816bb7b552f1fe5afd03b0a5b8fdd22116353d0a
|
4
|
+
data.tar.gz: bb1092641a8ae8250d2fc0dfd6c9b521148c0035
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 8a96ba3d48db24e757e572b354346a540365e85c89c51fa66836ae13e038076c3349c6b9c03798eaa17dbb5ec25bd799a737f8688c6cf5a9cd561b2b92c121f7
|
7
|
+
data.tar.gz: e5d8b6ea2a84015ecdb8c7f9b9edd0cc38350cc7ca18e422fad53e960e5bf42bc4dcae157e2d5162e53ccc5a512b2c6c761b99977a03f28cd03876c423bf6b2a
|
data/Gemfile
ADDED
data/Gemfile.lock
ADDED
@@ -0,0 +1,85 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
spinnaker-gate-ruby-client (1.0.0)
|
5
|
+
json (~> 2.1, >= 2.1.0)
|
6
|
+
typhoeus (~> 1.0, >= 1.0.1)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: https://rubygems.org/
|
10
|
+
specs:
|
11
|
+
ZenTest (4.11.2)
|
12
|
+
addressable (2.6.0)
|
13
|
+
public_suffix (>= 2.0.2, < 4.0)
|
14
|
+
ast (2.4.0)
|
15
|
+
autotest (4.4.6)
|
16
|
+
ZenTest (>= 4.4.1)
|
17
|
+
autotest-fsevent (0.2.14)
|
18
|
+
sys-uname
|
19
|
+
autotest-growl (0.2.16)
|
20
|
+
autotest-rails-pure (4.1.2)
|
21
|
+
crack (0.4.3)
|
22
|
+
safe_yaml (~> 1.0.0)
|
23
|
+
diff-lcs (1.3)
|
24
|
+
ethon (0.12.0)
|
25
|
+
ffi (>= 1.3.0)
|
26
|
+
ffi (1.11.1)
|
27
|
+
hashdiff (1.0.0)
|
28
|
+
jaro_winkler (1.5.3)
|
29
|
+
json (2.2.0)
|
30
|
+
parallel (1.17.0)
|
31
|
+
parser (2.6.3.0)
|
32
|
+
ast (~> 2.4.0)
|
33
|
+
public_suffix (3.1.1)
|
34
|
+
rainbow (3.0.0)
|
35
|
+
rake (12.0.0)
|
36
|
+
rspec (3.8.0)
|
37
|
+
rspec-core (~> 3.8.0)
|
38
|
+
rspec-expectations (~> 3.8.0)
|
39
|
+
rspec-mocks (~> 3.8.0)
|
40
|
+
rspec-core (3.8.2)
|
41
|
+
rspec-support (~> 3.8.0)
|
42
|
+
rspec-expectations (3.8.4)
|
43
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
44
|
+
rspec-support (~> 3.8.0)
|
45
|
+
rspec-mocks (3.8.1)
|
46
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
47
|
+
rspec-support (~> 3.8.0)
|
48
|
+
rspec-support (3.8.2)
|
49
|
+
rubocop (0.73.0)
|
50
|
+
jaro_winkler (~> 1.5.1)
|
51
|
+
parallel (~> 1.10)
|
52
|
+
parser (>= 2.6)
|
53
|
+
rainbow (>= 2.2.2, < 4.0)
|
54
|
+
ruby-progressbar (~> 1.7)
|
55
|
+
unicode-display_width (>= 1.4.0, < 1.7)
|
56
|
+
ruby-progressbar (1.10.1)
|
57
|
+
safe_yaml (1.0.5)
|
58
|
+
sys-uname (1.0.4)
|
59
|
+
ffi (>= 1.0.0)
|
60
|
+
typhoeus (1.3.1)
|
61
|
+
ethon (>= 0.9.0)
|
62
|
+
unicode-display_width (1.6.0)
|
63
|
+
vcr (3.0.3)
|
64
|
+
webmock (1.24.6)
|
65
|
+
addressable (>= 2.3.6)
|
66
|
+
crack (>= 0.3.2)
|
67
|
+
hashdiff
|
68
|
+
|
69
|
+
PLATFORMS
|
70
|
+
ruby
|
71
|
+
|
72
|
+
DEPENDENCIES
|
73
|
+
autotest (~> 4.4, >= 4.4.6)
|
74
|
+
autotest-fsevent (~> 0.2, >= 0.2.12)
|
75
|
+
autotest-growl (~> 0.2, >= 0.2.16)
|
76
|
+
autotest-rails-pure (~> 4.1, >= 4.1.2)
|
77
|
+
rake (~> 12.0.0)
|
78
|
+
rspec (~> 3.6, >= 3.6.0)
|
79
|
+
rubocop
|
80
|
+
spinnaker-gate-ruby-client!
|
81
|
+
vcr (~> 3.0, >= 3.0.1)
|
82
|
+
webmock (~> 1.24, >= 1.24.3)
|
83
|
+
|
84
|
+
BUNDLED WITH
|
85
|
+
2.0.2
|
data/LICENSE
ADDED
@@ -0,0 +1,201 @@
|
|
1
|
+
Apache License
|
2
|
+
Version 2.0, January 2004
|
3
|
+
http://www.apache.org/licenses/
|
4
|
+
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
6
|
+
|
7
|
+
1. Definitions.
|
8
|
+
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
11
|
+
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
13
|
+
the copyright owner that is granting the License.
|
14
|
+
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
16
|
+
other entities that control, are controlled by, or are under common
|
17
|
+
control with that entity. For the purposes of this definition,
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
19
|
+
direction or management of such entity, whether by contract or
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
22
|
+
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
24
|
+
exercising permissions granted by this License.
|
25
|
+
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
27
|
+
including but not limited to software source code, documentation
|
28
|
+
source, and configuration files.
|
29
|
+
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
31
|
+
transformation or translation of a Source form, including but
|
32
|
+
not limited to compiled object code, generated documentation,
|
33
|
+
and conversions to other media types.
|
34
|
+
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
36
|
+
Object form, made available under the License, as indicated by a
|
37
|
+
copyright notice that is included in or attached to the work
|
38
|
+
(an example is provided in the Appendix below).
|
39
|
+
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
46
|
+
the Work and Derivative Works thereof.
|
47
|
+
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
49
|
+
the original version of the Work and any modifications or additions
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
61
|
+
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
64
|
+
subsequently incorporated within the Work.
|
65
|
+
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
72
|
+
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
78
|
+
where such license applies only to those patent claims licensable
|
79
|
+
by such Contributor that are necessarily infringed by their
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
82
|
+
institute patent litigation against any entity (including a
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
85
|
+
or contributory patent infringement, then any patent licenses
|
86
|
+
granted to You under this License for that Work shall terminate
|
87
|
+
as of the date such litigation is filed.
|
88
|
+
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
91
|
+
modifications, and in Source or Object form, provided that You
|
92
|
+
meet the following conditions:
|
93
|
+
|
94
|
+
(a) You must give any other recipients of the Work or
|
95
|
+
Derivative Works a copy of this License; and
|
96
|
+
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
98
|
+
stating that You changed the files; and
|
99
|
+
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
102
|
+
attribution notices from the Source form of the Work,
|
103
|
+
excluding those notices that do not pertain to any part of
|
104
|
+
the Derivative Works; and
|
105
|
+
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
108
|
+
include a readable copy of the attribution notices contained
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
111
|
+
of the following places: within a NOTICE text file distributed
|
112
|
+
as part of the Derivative Works; within the Source form or
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
114
|
+
within a display generated by the Derivative Works, if and
|
115
|
+
wherever such third-party notices normally appear. The contents
|
116
|
+
of the NOTICE file are for informational purposes only and
|
117
|
+
do not modify the License. You may add Your own attribution
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
120
|
+
that such additional attribution notices cannot be construed
|
121
|
+
as modifying the License.
|
122
|
+
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
124
|
+
may provide additional or different license terms and conditions
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
128
|
+
the conditions stated in this License.
|
129
|
+
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
133
|
+
this License, without any additional terms or conditions.
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
135
|
+
the terms of any separate license agreement you may have executed
|
136
|
+
with Licensor regarding such Contributions.
|
137
|
+
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
140
|
+
except as required for reasonable and customary use in describing the
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
142
|
+
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
152
|
+
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
158
|
+
incidental, or consequential damages of any character arising as a
|
159
|
+
result of this License or out of the use or inability to use the
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
162
|
+
other commercial damages or losses), even if such Contributor
|
163
|
+
has been advised of the possibility of such damages.
|
164
|
+
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
168
|
+
or other liability obligations and/or rights consistent with this
|
169
|
+
License. However, in accepting such obligations, You may act only
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
174
|
+
of your accepting any such warranty or additional liability.
|
175
|
+
|
176
|
+
END OF TERMS AND CONDITIONS
|
177
|
+
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
179
|
+
|
180
|
+
To apply the Apache License to your work, attach the following
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
182
|
+
replaced with your own identifying information. (Don't include
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
184
|
+
comment syntax for the file format. We also recommend that a
|
185
|
+
file or class name and description of purpose be included on the
|
186
|
+
same "printed page" as the copyright notice for easier
|
187
|
+
identification within third-party archives.
|
188
|
+
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
190
|
+
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
192
|
+
you may not use this file except in compliance with the License.
|
193
|
+
You may obtain a copy of the License at
|
194
|
+
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
196
|
+
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
200
|
+
See the License for the specific language governing permissions and
|
201
|
+
limitations under the License.
|
data/README.md
ADDED
@@ -0,0 +1,240 @@
|
|
1
|
+
# swagger_client
|
2
|
+
|
3
|
+
SwaggerClient - the Ruby gem for the Spinnaker API
|
4
|
+
|
5
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
6
|
+
|
7
|
+
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
8
|
+
|
9
|
+
- API version: 1.0.0
|
10
|
+
- Package version: 1.0.0
|
11
|
+
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
12
|
+
|
13
|
+
## Installation
|
14
|
+
|
15
|
+
### Build a gem
|
16
|
+
|
17
|
+
To build the Ruby code into a gem:
|
18
|
+
|
19
|
+
```shell
|
20
|
+
gem build swagger_client.gemspec
|
21
|
+
```
|
22
|
+
|
23
|
+
Then either install the gem locally:
|
24
|
+
|
25
|
+
```shell
|
26
|
+
gem install ./swagger_client-1.0.0.gem
|
27
|
+
```
|
28
|
+
(for development, run `gem install --dev ./swagger_client-1.0.0.gem` to install the development dependencies)
|
29
|
+
|
30
|
+
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
31
|
+
|
32
|
+
Finally add this to the Gemfile:
|
33
|
+
|
34
|
+
gem 'swagger_client', '~> 1.0.0'
|
35
|
+
|
36
|
+
### Install from Git
|
37
|
+
|
38
|
+
If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:
|
39
|
+
|
40
|
+
gem 'swagger_client', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'
|
41
|
+
|
42
|
+
### Include the Ruby code directly
|
43
|
+
|
44
|
+
Include the Ruby code directly using `-I` as follows:
|
45
|
+
|
46
|
+
```shell
|
47
|
+
ruby -Ilib script.rb
|
48
|
+
```
|
49
|
+
|
50
|
+
## Getting Started
|
51
|
+
|
52
|
+
Please follow the [installation](#installation) procedure and then run the following code:
|
53
|
+
```ruby
|
54
|
+
# Load the gem
|
55
|
+
require 'swagger_client'
|
56
|
+
|
57
|
+
api_instance = SwaggerClient::AmazonInfrastructureControllerApi.new
|
58
|
+
|
59
|
+
begin
|
60
|
+
#Get instance types
|
61
|
+
result = api_instance.instance_types_using_get
|
62
|
+
p result
|
63
|
+
rescue SwaggerClient::ApiError => e
|
64
|
+
puts "Exception when calling AmazonInfrastructureControllerApi->instance_types_using_get: #{e}"
|
65
|
+
end
|
66
|
+
|
67
|
+
```
|
68
|
+
|
69
|
+
## Documentation for API Endpoints
|
70
|
+
|
71
|
+
All URIs are relative to *https://gate-spinnaker.devint.gcp.openx.org*
|
72
|
+
|
73
|
+
Class | Method | HTTP request | Description
|
74
|
+
------------ | ------------- | ------------- | -------------
|
75
|
+
*SwaggerClient::AmazonInfrastructureControllerApi* | [**instance_types_using_get**](docs/AmazonInfrastructureControllerApi.md#instance_types_using_get) | **GET** /instanceTypes | Get instance types
|
76
|
+
*SwaggerClient::AmazonInfrastructureControllerApi* | [**subnets_using_get**](docs/AmazonInfrastructureControllerApi.md#subnets_using_get) | **GET** /subnets | Get subnets
|
77
|
+
*SwaggerClient::AmazonInfrastructureControllerApi* | [**vpcs_using_get**](docs/AmazonInfrastructureControllerApi.md#vpcs_using_get) | **GET** /vpcs | Get VPCs
|
78
|
+
*SwaggerClient::ApplicationControllerApi* | [**cancel_pipeline_using_put**](docs/ApplicationControllerApi.md#cancel_pipeline_using_put) | **PUT** /applications/{application}/pipelines/{id}/cancel | Cancel pipeline
|
79
|
+
*SwaggerClient::ApplicationControllerApi* | [**cancel_task_using_put**](docs/ApplicationControllerApi.md#cancel_task_using_put) | **PUT** /applications/{application}/tasks/{id}/cancel | Cancel task
|
80
|
+
*SwaggerClient::ApplicationControllerApi* | [**get_all_applications_using_get**](docs/ApplicationControllerApi.md#get_all_applications_using_get) | **GET** /applications | Retrieve a list of applications
|
81
|
+
*SwaggerClient::ApplicationControllerApi* | [**get_application_history_using_get**](docs/ApplicationControllerApi.md#get_application_history_using_get) | **GET** /applications/{application}/history | Retrieve a list of an application's configuration revision history
|
82
|
+
*SwaggerClient::ApplicationControllerApi* | [**get_application_using_get**](docs/ApplicationControllerApi.md#get_application_using_get) | **GET** /applications/{application} | Retrieve an application's details
|
83
|
+
*SwaggerClient::ApplicationControllerApi* | [**get_pipeline_config_using_get**](docs/ApplicationControllerApi.md#get_pipeline_config_using_get) | **GET** /applications/{application}/pipelineConfigs/{pipelineName} | Retrieve a pipeline configuration
|
84
|
+
*SwaggerClient::ApplicationControllerApi* | [**get_pipeline_configs_for_application_using_get**](docs/ApplicationControllerApi.md#get_pipeline_configs_for_application_using_get) | **GET** /applications/{application}/pipelineConfigs | Retrieve a list of an application's pipeline configurations
|
85
|
+
*SwaggerClient::ApplicationControllerApi* | [**get_pipelines_using_get**](docs/ApplicationControllerApi.md#get_pipelines_using_get) | **GET** /applications/{application}/pipelines | Retrieve a list of an application's pipeline executions
|
86
|
+
*SwaggerClient::ApplicationControllerApi* | [**get_strategy_config_using_get**](docs/ApplicationControllerApi.md#get_strategy_config_using_get) | **GET** /applications/{application}/strategyConfigs/{strategyName} | Retrieve a pipeline strategy configuration
|
87
|
+
*SwaggerClient::ApplicationControllerApi* | [**get_strategy_configs_for_application_using_get**](docs/ApplicationControllerApi.md#get_strategy_configs_for_application_using_get) | **GET** /applications/{application}/strategyConfigs | Retrieve a list of an application's pipeline strategy configurations
|
88
|
+
*SwaggerClient::ApplicationControllerApi* | [**get_task_details_using_get**](docs/ApplicationControllerApi.md#get_task_details_using_get) | **GET** /applications/{application}/tasks/{id}/details/{taskDetailsId} | Get task details
|
89
|
+
*SwaggerClient::ApplicationControllerApi* | [**get_task_using_get**](docs/ApplicationControllerApi.md#get_task_using_get) | **GET** /applications/{application}/tasks/{id} | Get task
|
90
|
+
*SwaggerClient::ApplicationControllerApi* | [**get_tasks_using_get**](docs/ApplicationControllerApi.md#get_tasks_using_get) | **GET** /applications/{application}/tasks | Retrieve a list of an application's tasks
|
91
|
+
*SwaggerClient::ApplicationControllerApi* | [**invoke_pipeline_config_using_post**](docs/ApplicationControllerApi.md#invoke_pipeline_config_using_post) | **POST** /applications/{application}/pipelineConfigs/{pipelineName} | Invoke pipeline config
|
92
|
+
*SwaggerClient::ApplicationControllerApi* | [**task_using_post**](docs/ApplicationControllerApi.md#task_using_post) | **POST** /applications/{application}/tasks | Create task
|
93
|
+
*SwaggerClient::ArtifactControllerApi* | [**all_using_get**](docs/ArtifactControllerApi.md#all_using_get) | **GET** /artifacts/credentials | Retrieve the list of artifact accounts configured in Clouddriver.
|
94
|
+
*SwaggerClient::ArtifactControllerApi* | [**artifact_versions_using_get**](docs/ArtifactControllerApi.md#artifact_versions_using_get) | **GET** /artifacts/account/{accountName}/versions | Retrieve the list of artifact versions by account and artifact names
|
95
|
+
*SwaggerClient::AuthControllerApi* | [**get_service_accounts_using_get**](docs/AuthControllerApi.md#get_service_accounts_using_get) | **GET** /auth/user/serviceAccounts | Get service accounts
|
96
|
+
*SwaggerClient::AuthControllerApi* | [**logged_out_using_get**](docs/AuthControllerApi.md#logged_out_using_get) | **GET** /auth/loggedOut | Get logged out message
|
97
|
+
*SwaggerClient::AuthControllerApi* | [**redirect_using_get**](docs/AuthControllerApi.md#redirect_using_get) | **GET** /auth/redirect | Redirect to Deck
|
98
|
+
*SwaggerClient::AuthControllerApi* | [**sync_using_post**](docs/AuthControllerApi.md#sync_using_post) | **POST** /auth/roles/sync | Sync user roles
|
99
|
+
*SwaggerClient::AuthControllerApi* | [**user_using_get**](docs/AuthControllerApi.md#user_using_get) | **GET** /auth/user | Get user
|
100
|
+
*SwaggerClient::BakeControllerApi* | [**bake_options_using_get**](docs/BakeControllerApi.md#bake_options_using_get) | **GET** /bakery/options/{cloudProvider} | Retrieve a list of available bakery base images for a given cloud provider
|
101
|
+
*SwaggerClient::BakeControllerApi* | [**bake_options_using_get1**](docs/BakeControllerApi.md#bake_options_using_get1) | **GET** /bakery/options | Retrieve a list of available bakery base images, grouped by cloud provider
|
102
|
+
*SwaggerClient::BakeControllerApi* | [**lookup_logs_using_get**](docs/BakeControllerApi.md#lookup_logs_using_get) | **GET** /bakery/logs/{region}/{statusId} | Retrieve the logs for a given bake
|
103
|
+
*SwaggerClient::BuildControllerApi* | [**get_build_masters_using_get**](docs/BuildControllerApi.md#get_build_masters_using_get) | **GET** /v2/builds | Get build masters
|
104
|
+
*SwaggerClient::BuildControllerApi* | [**get_build_using_get**](docs/BuildControllerApi.md#get_build_using_get) | **GET** /v2/builds/{buildMaster}/build/{number}/** | Get build for build master
|
105
|
+
*SwaggerClient::BuildControllerApi* | [**get_builds_using_get**](docs/BuildControllerApi.md#get_builds_using_get) | **GET** /v2/builds/{buildMaster}/builds/** | Get builds for build master
|
106
|
+
*SwaggerClient::BuildControllerApi* | [**get_job_config_using_get**](docs/BuildControllerApi.md#get_job_config_using_get) | **GET** /v2/builds/{buildMaster}/jobs/** | Get job config
|
107
|
+
*SwaggerClient::BuildControllerApi* | [**get_jobs_for_build_master_using_get**](docs/BuildControllerApi.md#get_jobs_for_build_master_using_get) | **GET** /v2/builds/{buildMaster}/jobs | Get jobs for build master
|
108
|
+
*SwaggerClient::BuildControllerApi* | [**v3_get_build_masters_using_get**](docs/BuildControllerApi.md#v3_get_build_masters_using_get) | **GET** /v3/builds | Get build masters
|
109
|
+
*SwaggerClient::BuildControllerApi* | [**v3_get_build_using_get**](docs/BuildControllerApi.md#v3_get_build_using_get) | **GET** /v3/builds/{buildMaster}/build/{number} | Get build for build master
|
110
|
+
*SwaggerClient::BuildControllerApi* | [**v3_get_builds_using_get**](docs/BuildControllerApi.md#v3_get_builds_using_get) | **GET** /v3/builds/{buildMaster}/builds | Get builds for build master
|
111
|
+
*SwaggerClient::BuildControllerApi* | [**v3_get_job_config_using_get**](docs/BuildControllerApi.md#v3_get_job_config_using_get) | **GET** /v3/builds/{buildMaster}/job | Get job config
|
112
|
+
*SwaggerClient::BuildControllerApi* | [**v3_get_jobs_for_build_master_using_get**](docs/BuildControllerApi.md#v3_get_jobs_for_build_master_using_get) | **GET** /v3/builds/{buildMaster}/jobs | Get jobs for build master
|
113
|
+
*SwaggerClient::ClusterControllerApi* | [**get_cluster_load_balancers_using_get**](docs/ClusterControllerApi.md#get_cluster_load_balancers_using_get) | **GET** /applications/{application}/clusters/{account}/{clusterName}/{type}/loadBalancers | Retrieve a cluster's loadbalancers
|
114
|
+
*SwaggerClient::ClusterControllerApi* | [**get_clusters_using_get**](docs/ClusterControllerApi.md#get_clusters_using_get) | **GET** /applications/{application}/clusters/{account}/{clusterName} | Retrieve a cluster's details
|
115
|
+
*SwaggerClient::ClusterControllerApi* | [**get_clusters_using_get1**](docs/ClusterControllerApi.md#get_clusters_using_get1) | **GET** /applications/{application}/clusters/{account} | Retrieve a list of clusters for an account
|
116
|
+
*SwaggerClient::ClusterControllerApi* | [**get_clusters_using_get2**](docs/ClusterControllerApi.md#get_clusters_using_get2) | **GET** /applications/{application}/clusters | Retrieve a list of cluster names for an application, grouped by account
|
117
|
+
*SwaggerClient::ClusterControllerApi* | [**get_scaling_activities_using_get**](docs/ClusterControllerApi.md#get_scaling_activities_using_get) | **GET** /applications/{application}/clusters/{account}/{clusterName}/serverGroups/{serverGroupName}/scalingActivities | Retrieve a list of scaling activities for a server group
|
118
|
+
*SwaggerClient::ClusterControllerApi* | [**get_server_groups_using_get**](docs/ClusterControllerApi.md#get_server_groups_using_get) | **GET** /applications/{application}/clusters/{account}/{clusterName}/serverGroups/{serverGroupName} | Retrieve a server group's details
|
119
|
+
*SwaggerClient::ClusterControllerApi* | [**get_server_groups_using_get1**](docs/ClusterControllerApi.md#get_server_groups_using_get1) | **GET** /applications/{application}/clusters/{account}/{clusterName}/serverGroups | Retrieve a list of server groups for a cluster
|
120
|
+
*SwaggerClient::ClusterControllerApi* | [**get_target_server_group_using_get**](docs/ClusterControllerApi.md#get_target_server_group_using_get) | **GET** /applications/{application}/clusters/{account}/{clusterName}/{cloudProvider}/{scope}/serverGroups/target/{target} | Retrieve a server group that matches a target coordinate (e.g., newest, ancestor) relative to a cluster
|
121
|
+
*SwaggerClient::ConcourseControllerApi* | [**jobs_using_get**](docs/ConcourseControllerApi.md#jobs_using_get) | **GET** /concourse/{buildMaster}/teams/{team}/pipelines/{pipeline}/jobs | Retrieve the list of job names for a given pipeline available to triggers
|
122
|
+
*SwaggerClient::ConcourseControllerApi* | [**pipelines_using_get**](docs/ConcourseControllerApi.md#pipelines_using_get) | **GET** /concourse/{buildMaster}/teams/{team}/pipelines | Retrieve the list of pipeline names for a given team available to triggers
|
123
|
+
*SwaggerClient::ConcourseControllerApi* | [**resources_using_get**](docs/ConcourseControllerApi.md#resources_using_get) | **GET** /concourse/{buildMaster}/teams/{team}/pipelines/{pipeline}/resources | Retrieve the list of resource names for a given pipeline available to the Concourse stage
|
124
|
+
*SwaggerClient::CredentialsControllerApi* | [**get_account_using_get**](docs/CredentialsControllerApi.md#get_account_using_get) | **GET** /credentials/{account} | Retrieve an account's details
|
125
|
+
*SwaggerClient::CredentialsControllerApi* | [**get_accounts_using_get**](docs/CredentialsControllerApi.md#get_accounts_using_get) | **GET** /credentials | Retrieve a list of accounts
|
126
|
+
*SwaggerClient::EcsServerGroupEventsControllerApi* | [**get_events_using_get**](docs/EcsServerGroupEventsControllerApi.md#get_events_using_get) | **GET** /applications/{application}/serverGroups/{account}/{serverGroupName}/events | Retrieves a list of events for a server group
|
127
|
+
*SwaggerClient::ExecutionsControllerApi* | [**get_latest_executions_by_config_ids_using_get**](docs/ExecutionsControllerApi.md#get_latest_executions_by_config_ids_using_get) | **GET** /executions | Retrieves an ad-hoc collection of executions based on a number of user-supplied parameters. Either executionIds or pipelineConfigIds must be supplied in order to return any results. If both are supplied, an exception will be thrown.
|
128
|
+
*SwaggerClient::ExecutionsControllerApi* | [**search_for_pipeline_executions_by_trigger_using_get**](docs/ExecutionsControllerApi.md#search_for_pipeline_executions_by_trigger_using_get) | **GET** /applications/{application}/executions/search | Search for pipeline executions using a combination of criteria. The returned list is sorted by buildTime (trigger time) in reverse order so that newer executions are first in the list.
|
129
|
+
*SwaggerClient::FirewallControllerApi* | [**all_by_account_using_get**](docs/FirewallControllerApi.md#all_by_account_using_get) | **GET** /firewalls/{account} | Retrieve a list of firewalls for a given account, grouped by region
|
130
|
+
*SwaggerClient::FirewallControllerApi* | [**all_using_get1**](docs/FirewallControllerApi.md#all_using_get1) | **GET** /firewalls | Retrieve a list of firewalls, grouped by account, cloud provider, and region
|
131
|
+
*SwaggerClient::FirewallControllerApi* | [**get_security_group_using_get**](docs/FirewallControllerApi.md#get_security_group_using_get) | **GET** /firewalls/{account}/{region}/{name} | Retrieve a firewall's details
|
132
|
+
*SwaggerClient::ImageControllerApi* | [**find_images_using_get**](docs/ImageControllerApi.md#find_images_using_get) | **GET** /images/find | Retrieve a list of images, filtered by cloud provider, region, and account
|
133
|
+
*SwaggerClient::ImageControllerApi* | [**find_tags_using_get**](docs/ImageControllerApi.md#find_tags_using_get) | **GET** /images/tags | Find tags
|
134
|
+
*SwaggerClient::ImageControllerApi* | [**get_image_details_using_get**](docs/ImageControllerApi.md#get_image_details_using_get) | **GET** /images/{account}/{region}/{imageId} | Get image details
|
135
|
+
*SwaggerClient::InstanceControllerApi* | [**get_console_output_using_get**](docs/InstanceControllerApi.md#get_console_output_using_get) | **GET** /instances/{account}/{region}/{instanceId}/console | Retrieve an instance's console output
|
136
|
+
*SwaggerClient::InstanceControllerApi* | [**get_instance_details_using_get**](docs/InstanceControllerApi.md#get_instance_details_using_get) | **GET** /instances/{account}/{region}/{instanceId} | Retrieve an instance's details
|
137
|
+
*SwaggerClient::JobControllerApi* | [**get_job_using_get**](docs/JobControllerApi.md#get_job_using_get) | **GET** /applications/{applicationName}/jobs/{account}/{region}/{name} | Get job
|
138
|
+
*SwaggerClient::LoadBalancerControllerApi* | [**get_all_using_get**](docs/LoadBalancerControllerApi.md#get_all_using_get) | **GET** /loadBalancers | Retrieve a list of load balancers for a given cloud provider
|
139
|
+
*SwaggerClient::LoadBalancerControllerApi* | [**get_application_load_balancers_using_get**](docs/LoadBalancerControllerApi.md#get_application_load_balancers_using_get) | **GET** /applications/{application}/loadBalancers | Retrieve a list of load balancers for a given application
|
140
|
+
*SwaggerClient::LoadBalancerControllerApi* | [**get_load_balancer_details_using_get**](docs/LoadBalancerControllerApi.md#get_load_balancer_details_using_get) | **GET** /loadBalancers/{account}/{region}/{name} | Retrieve a load balancer's details as a single element list for a given account, region, cloud provider and load balancer name
|
141
|
+
*SwaggerClient::LoadBalancerControllerApi* | [**get_load_balancer_using_get**](docs/LoadBalancerControllerApi.md#get_load_balancer_using_get) | **GET** /loadBalancers/{name} | Retrieve a load balancer for a given cloud provider
|
142
|
+
*SwaggerClient::NetworkControllerApi* | [**all_by_cloud_provider_using_get**](docs/NetworkControllerApi.md#all_by_cloud_provider_using_get) | **GET** /networks/{cloudProvider} | Retrieve a list of networks for a given cloud provider
|
143
|
+
*SwaggerClient::NetworkControllerApi* | [**all_using_get2**](docs/NetworkControllerApi.md#all_using_get2) | **GET** /networks | Retrieve a list of networks, grouped by cloud provider
|
144
|
+
*SwaggerClient::PipelineConfigControllerApi* | [**convert_pipeline_config_to_pipeline_template_using_get**](docs/PipelineConfigControllerApi.md#convert_pipeline_config_to_pipeline_template_using_get) | **GET** /pipelineConfigs/{pipelineConfigId}/convertToTemplate | Convert a pipeline config to a pipeline template.
|
145
|
+
*SwaggerClient::PipelineConfigControllerApi* | [**get_all_pipeline_configs_using_get**](docs/PipelineConfigControllerApi.md#get_all_pipeline_configs_using_get) | **GET** /pipelineConfigs | Get all pipeline configs.
|
146
|
+
*SwaggerClient::PipelineConfigControllerApi* | [**get_pipeline_config_history_using_get**](docs/PipelineConfigControllerApi.md#get_pipeline_config_history_using_get) | **GET** /pipelineConfigs/{pipelineConfigId}/history | Get pipeline config history.
|
147
|
+
*SwaggerClient::PipelineControllerApi* | [**cancel_pipeline_using_put1**](docs/PipelineControllerApi.md#cancel_pipeline_using_put1) | **PUT** /pipelines/{id}/cancel | Cancel a pipeline execution
|
148
|
+
*SwaggerClient::PipelineControllerApi* | [**delete_pipeline_using_delete**](docs/PipelineControllerApi.md#delete_pipeline_using_delete) | **DELETE** /pipelines/{application}/{pipelineName} | Delete a pipeline definition
|
149
|
+
*SwaggerClient::PipelineControllerApi* | [**delete_pipeline_using_delete1**](docs/PipelineControllerApi.md#delete_pipeline_using_delete1) | **DELETE** /pipelines/{id} | Delete a pipeline execution
|
150
|
+
*SwaggerClient::PipelineControllerApi* | [**evaluate_expression_for_execution_using_delete**](docs/PipelineControllerApi.md#evaluate_expression_for_execution_using_delete) | **DELETE** /pipelines/{id}/evaluateExpression | Evaluate a pipeline expression using the provided execution as context
|
151
|
+
*SwaggerClient::PipelineControllerApi* | [**evaluate_expression_for_execution_using_get**](docs/PipelineControllerApi.md#evaluate_expression_for_execution_using_get) | **GET** /pipelines/{id}/evaluateExpression | Evaluate a pipeline expression using the provided execution as context
|
152
|
+
*SwaggerClient::PipelineControllerApi* | [**evaluate_expression_for_execution_using_head**](docs/PipelineControllerApi.md#evaluate_expression_for_execution_using_head) | **HEAD** /pipelines/{id}/evaluateExpression | Evaluate a pipeline expression using the provided execution as context
|
153
|
+
*SwaggerClient::PipelineControllerApi* | [**evaluate_expression_for_execution_using_options**](docs/PipelineControllerApi.md#evaluate_expression_for_execution_using_options) | **OPTIONS** /pipelines/{id}/evaluateExpression | Evaluate a pipeline expression using the provided execution as context
|
154
|
+
*SwaggerClient::PipelineControllerApi* | [**evaluate_expression_for_execution_using_patch**](docs/PipelineControllerApi.md#evaluate_expression_for_execution_using_patch) | **PATCH** /pipelines/{id}/evaluateExpression | Evaluate a pipeline expression using the provided execution as context
|
155
|
+
*SwaggerClient::PipelineControllerApi* | [**evaluate_expression_for_execution_using_put**](docs/PipelineControllerApi.md#evaluate_expression_for_execution_using_put) | **PUT** /pipelines/{id}/evaluateExpression | Evaluate a pipeline expression using the provided execution as context
|
156
|
+
*SwaggerClient::PipelineControllerApi* | [**evaluate_expression_for_execution_via_post_using_post1**](docs/PipelineControllerApi.md#evaluate_expression_for_execution_via_post_using_post1) | **POST** /pipelines/{id}/evaluateExpression | Evaluate a pipeline expression using the provided execution as context
|
157
|
+
*SwaggerClient::PipelineControllerApi* | [**get_pipeline_logs_using_get**](docs/PipelineControllerApi.md#get_pipeline_logs_using_get) | **GET** /pipelines/{id}/logs | Retrieve pipeline execution logs
|
158
|
+
*SwaggerClient::PipelineControllerApi* | [**get_pipeline_using_get**](docs/PipelineControllerApi.md#get_pipeline_using_get) | **GET** /pipelines/{id} | Retrieve a pipeline execution
|
159
|
+
*SwaggerClient::PipelineControllerApi* | [**invoke_pipeline_config_using_post1**](docs/PipelineControllerApi.md#invoke_pipeline_config_using_post1) | **POST** /pipelines/{application}/{pipelineNameOrId} | Trigger a pipeline execution
|
160
|
+
*SwaggerClient::PipelineControllerApi* | [**invoke_pipeline_config_via_echo_using_post**](docs/PipelineControllerApi.md#invoke_pipeline_config_via_echo_using_post) | **POST** /pipelines/v2/{application}/{pipelineNameOrId} | Trigger a pipeline execution
|
161
|
+
*SwaggerClient::PipelineControllerApi* | [**pause_pipeline_using_put**](docs/PipelineControllerApi.md#pause_pipeline_using_put) | **PUT** /pipelines/{id}/pause | Pause a pipeline execution
|
162
|
+
*SwaggerClient::PipelineControllerApi* | [**rename_pipeline_using_post**](docs/PipelineControllerApi.md#rename_pipeline_using_post) | **POST** /pipelines/move | Rename a pipeline definition
|
163
|
+
*SwaggerClient::PipelineControllerApi* | [**restart_stage_using_put**](docs/PipelineControllerApi.md#restart_stage_using_put) | **PUT** /pipelines/{id}/stages/{stageId}/restart | Restart a stage execution
|
164
|
+
*SwaggerClient::PipelineControllerApi* | [**resume_pipeline_using_put**](docs/PipelineControllerApi.md#resume_pipeline_using_put) | **PUT** /pipelines/{id}/resume | Resume a pipeline execution
|
165
|
+
*SwaggerClient::PipelineControllerApi* | [**save_pipeline_using_post**](docs/PipelineControllerApi.md#save_pipeline_using_post) | **POST** /pipelines | Save a pipeline definition
|
166
|
+
*SwaggerClient::PipelineControllerApi* | [**start_using_post**](docs/PipelineControllerApi.md#start_using_post) | **POST** /pipelines/start | Initiate a pipeline execution
|
167
|
+
*SwaggerClient::PipelineControllerApi* | [**update_pipeline_using_put**](docs/PipelineControllerApi.md#update_pipeline_using_put) | **PUT** /pipelines/{id} | Update a pipeline definition
|
168
|
+
*SwaggerClient::PipelineControllerApi* | [**update_stage_using_patch**](docs/PipelineControllerApi.md#update_stage_using_patch) | **PATCH** /pipelines/{id}/stages/{stageId} | Update a stage execution
|
169
|
+
*SwaggerClient::PipelineTemplatesControllerApi* | [**create_using_post**](docs/PipelineTemplatesControllerApi.md#create_using_post) | **POST** /pipelineTemplates | Create a pipeline template.
|
170
|
+
*SwaggerClient::PipelineTemplatesControllerApi* | [**delete_using_delete**](docs/PipelineTemplatesControllerApi.md#delete_using_delete) | **DELETE** /pipelineTemplates/{id} | Delete a pipeline template.
|
171
|
+
*SwaggerClient::PipelineTemplatesControllerApi* | [**get_using_get**](docs/PipelineTemplatesControllerApi.md#get_using_get) | **GET** /pipelineTemplates/{id} | Get a pipeline template.
|
172
|
+
*SwaggerClient::PipelineTemplatesControllerApi* | [**list_pipeline_template_dependents_using_get**](docs/PipelineTemplatesControllerApi.md#list_pipeline_template_dependents_using_get) | **GET** /pipelineTemplates/{id}/dependents | List all pipelines that implement a pipeline template
|
173
|
+
*SwaggerClient::PipelineTemplatesControllerApi* | [**list_using_get**](docs/PipelineTemplatesControllerApi.md#list_using_get) | **GET** /pipelineTemplates | List pipeline templates.
|
174
|
+
*SwaggerClient::PipelineTemplatesControllerApi* | [**resolve_templates_using_get**](docs/PipelineTemplatesControllerApi.md#resolve_templates_using_get) | **GET** /pipelineTemplates/resolve | Resolve a pipeline template.
|
175
|
+
*SwaggerClient::PipelineTemplatesControllerApi* | [**update_using_post**](docs/PipelineTemplatesControllerApi.md#update_using_post) | **POST** /pipelineTemplates/{id} | Update a pipeline template.
|
176
|
+
*SwaggerClient::ProjectControllerApi* | [**all_pipelines_for_project_using_get**](docs/ProjectControllerApi.md#all_pipelines_for_project_using_get) | **GET** /projects/{id}/pipelines | Get all pipelines for project
|
177
|
+
*SwaggerClient::ProjectControllerApi* | [**all_using_get3**](docs/ProjectControllerApi.md#all_using_get3) | **GET** /projects | Get all projects
|
178
|
+
*SwaggerClient::ProjectControllerApi* | [**get_clusters_using_get3**](docs/ProjectControllerApi.md#get_clusters_using_get3) | **GET** /projects/{id}/clusters | Get a project's clusters
|
179
|
+
*SwaggerClient::ProjectControllerApi* | [**get_using_get1**](docs/ProjectControllerApi.md#get_using_get1) | **GET** /projects/{id} | Get a project
|
180
|
+
*SwaggerClient::PubsubSubscriptionControllerApi* | [**all_using_get4**](docs/PubsubSubscriptionControllerApi.md#all_using_get4) | **GET** /pubsub/subscriptions | Retrieve the list of pub/sub subscriptions configured in Echo.
|
181
|
+
*SwaggerClient::ReorderPipelinesControllerApi* | [**reorder_pipelines_using_post**](docs/ReorderPipelinesControllerApi.md#reorder_pipelines_using_post) | **POST** /actions/pipelines/reorder | Re-order pipelines
|
182
|
+
*SwaggerClient::SearchControllerApi* | [**search_using_get**](docs/SearchControllerApi.md#search_using_get) | **GET** /search | Search infrastructure
|
183
|
+
*SwaggerClient::SecurityGroupControllerApi* | [**all_by_account_using_get1**](docs/SecurityGroupControllerApi.md#all_by_account_using_get1) | **GET** /securityGroups/{account} | Retrieve a list of security groups for a given account, grouped by region
|
184
|
+
*SwaggerClient::SecurityGroupControllerApi* | [**all_using_get5**](docs/SecurityGroupControllerApi.md#all_using_get5) | **GET** /securityGroups | Retrieve a list of security groups, grouped by account, cloud provider, and region
|
185
|
+
*SwaggerClient::SecurityGroupControllerApi* | [**get_security_group_using_get1**](docs/SecurityGroupControllerApi.md#get_security_group_using_get1) | **GET** /securityGroups/{account}/{region}/{name} | Retrieve a security group's details
|
186
|
+
*SwaggerClient::ServerGroupControllerApi* | [**get_server_group_details_using_get**](docs/ServerGroupControllerApi.md#get_server_group_details_using_get) | **GET** /applications/{applicationName}/serverGroups/{account}/{region}/{serverGroupName} | Retrieve a server group's details
|
187
|
+
*SwaggerClient::ServerGroupControllerApi* | [**get_server_groups_for_application_using_get**](docs/ServerGroupControllerApi.md#get_server_groups_for_application_using_get) | **GET** /applications/{applicationName}/serverGroups | Retrieve a list of server groups for a given application
|
188
|
+
*SwaggerClient::ServerGroupManagerControllerApi* | [**get_server_group_managers_for_application_using_get**](docs/ServerGroupManagerControllerApi.md#get_server_group_managers_for_application_using_get) | **GET** /applications/{application}/serverGroupManagers | Retrieve a list of server group managers for an application
|
189
|
+
*SwaggerClient::SnapshotControllerApi* | [**get_current_snapshot_using_get**](docs/SnapshotControllerApi.md#get_current_snapshot_using_get) | **GET** /applications/{application}/snapshots/{account} | Get current snapshot
|
190
|
+
*SwaggerClient::SnapshotControllerApi* | [**get_snapshot_history_using_get**](docs/SnapshotControllerApi.md#get_snapshot_history_using_get) | **GET** /applications/{application}/snapshots/{account}/history | Get snapshot history
|
191
|
+
*SwaggerClient::SubnetControllerApi* | [**all_by_cloud_provider_using_get1**](docs/SubnetControllerApi.md#all_by_cloud_provider_using_get1) | **GET** /subnets/{cloudProvider} | Retrieve a list of subnets for a given cloud provider
|
192
|
+
*SwaggerClient::TaskControllerApi* | [**cancel_task_using_put1**](docs/TaskControllerApi.md#cancel_task_using_put1) | **PUT** /tasks/{id}/cancel | Cancel task
|
193
|
+
*SwaggerClient::TaskControllerApi* | [**cancel_tasks_using_put**](docs/TaskControllerApi.md#cancel_tasks_using_put) | **PUT** /tasks/cancel | Cancel tasks
|
194
|
+
*SwaggerClient::TaskControllerApi* | [**delete_task_using_delete**](docs/TaskControllerApi.md#delete_task_using_delete) | **DELETE** /tasks/{id} | Delete task
|
195
|
+
*SwaggerClient::TaskControllerApi* | [**get_task_details_using_get1**](docs/TaskControllerApi.md#get_task_details_using_get1) | **GET** /tasks/{id}/details/{taskDetailsId} | Get task details
|
196
|
+
*SwaggerClient::TaskControllerApi* | [**get_task_using_get1**](docs/TaskControllerApi.md#get_task_using_get1) | **GET** /tasks/{id} | Get task
|
197
|
+
*SwaggerClient::TaskControllerApi* | [**task_using_post1**](docs/TaskControllerApi.md#task_using_post1) | **POST** /tasks | Create task
|
198
|
+
*SwaggerClient::V2CanaryConfigControllerApi* | [**create_canary_config_using_post**](docs/V2CanaryConfigControllerApi.md#create_canary_config_using_post) | **POST** /v2/canaryConfig | Create a canary configuration
|
199
|
+
*SwaggerClient::V2CanaryConfigControllerApi* | [**delete_canary_config_using_delete**](docs/V2CanaryConfigControllerApi.md#delete_canary_config_using_delete) | **DELETE** /v2/canaryConfig/{id} | Delete a canary configuration
|
200
|
+
*SwaggerClient::V2CanaryConfigControllerApi* | [**get_canary_config_using_get**](docs/V2CanaryConfigControllerApi.md#get_canary_config_using_get) | **GET** /v2/canaryConfig/{id} | Retrieve a canary configuration by id
|
201
|
+
*SwaggerClient::V2CanaryConfigControllerApi* | [**get_canary_configs_using_get**](docs/V2CanaryConfigControllerApi.md#get_canary_configs_using_get) | **GET** /v2/canaryConfig | Retrieve a list of canary configurations
|
202
|
+
*SwaggerClient::V2CanaryConfigControllerApi* | [**update_canary_config_using_put**](docs/V2CanaryConfigControllerApi.md#update_canary_config_using_put) | **PUT** /v2/canaryConfig/{id} | Update a canary configuration
|
203
|
+
*SwaggerClient::V2CanaryControllerApi* | [**get_canary_result_using_get**](docs/V2CanaryControllerApi.md#get_canary_result_using_get) | **GET** /v2/canaries/canary/{canaryConfigId}/{canaryExecutionId} | Retrieve a canary result
|
204
|
+
*SwaggerClient::V2CanaryControllerApi* | [**get_canary_results_by_application_using_get**](docs/V2CanaryControllerApi.md#get_canary_results_by_application_using_get) | **GET** /v2/canaries/{application}/executions | Retrieve a list of an application's canary results
|
205
|
+
*SwaggerClient::V2CanaryControllerApi* | [**get_metric_set_pair_list_using_get**](docs/V2CanaryControllerApi.md#get_metric_set_pair_list_using_get) | **GET** /v2/canaries/metricSetPairList/{metricSetPairListId} | Retrieve a metric set pair list
|
206
|
+
*SwaggerClient::V2CanaryControllerApi* | [**initiate_canary_using_post**](docs/V2CanaryControllerApi.md#initiate_canary_using_post) | **POST** /v2/canaries/canary/{canaryConfigId} | Start a canary execution
|
207
|
+
*SwaggerClient::V2CanaryControllerApi* | [**list_credentials_using_get**](docs/V2CanaryControllerApi.md#list_credentials_using_get) | **GET** /v2/canaries/credentials | Retrieve a list of configured Kayenta accounts
|
208
|
+
*SwaggerClient::V2CanaryControllerApi* | [**list_judges_using_get**](docs/V2CanaryControllerApi.md#list_judges_using_get) | **GET** /v2/canaries/judges | Retrieve a list of all configured canary judges
|
209
|
+
*SwaggerClient::V2CanaryControllerApi* | [**list_metrics_service_metadata_using_get**](docs/V2CanaryControllerApi.md#list_metrics_service_metadata_using_get) | **GET** /v2/canaries/metadata/metricsService | Retrieve a list of descriptors for use in populating the canary config ui
|
210
|
+
*SwaggerClient::V2PipelineTemplatesControllerApi* | [**create_using_post1**](docs/V2PipelineTemplatesControllerApi.md#create_using_post1) | **POST** /v2/pipelineTemplates/create | (ALPHA) Create a pipeline template.
|
211
|
+
*SwaggerClient::V2PipelineTemplatesControllerApi* | [**delete_using_delete1**](docs/V2PipelineTemplatesControllerApi.md#delete_using_delete1) | **DELETE** /v2/pipelineTemplates/{id} | Delete a pipeline template.
|
212
|
+
*SwaggerClient::V2PipelineTemplatesControllerApi* | [**get_using_get2**](docs/V2PipelineTemplatesControllerApi.md#get_using_get2) | **GET** /v2/pipelineTemplates/{id} | (ALPHA) Get a pipeline template.
|
213
|
+
*SwaggerClient::V2PipelineTemplatesControllerApi* | [**list_pipeline_template_dependents_using_get1**](docs/V2PipelineTemplatesControllerApi.md#list_pipeline_template_dependents_using_get1) | **GET** /v2/pipelineTemplates/{id}/dependents | (ALPHA) List all pipelines that implement a pipeline template
|
214
|
+
*SwaggerClient::V2PipelineTemplatesControllerApi* | [**list_using_get1**](docs/V2PipelineTemplatesControllerApi.md#list_using_get1) | **GET** /v2/pipelineTemplates | (ALPHA) List pipeline templates.
|
215
|
+
*SwaggerClient::V2PipelineTemplatesControllerApi* | [**plan_using_post**](docs/V2PipelineTemplatesControllerApi.md#plan_using_post) | **POST** /v2/pipelineTemplates/plan | (ALPHA) Plan a pipeline template configuration.
|
216
|
+
*SwaggerClient::V2PipelineTemplatesControllerApi* | [**update_using_post1**](docs/V2PipelineTemplatesControllerApi.md#update_using_post1) | **POST** /v2/pipelineTemplates/update/{id} | (ALPHA) Update a pipeline template.
|
217
|
+
*SwaggerClient::VersionControllerApi* | [**get_version_using_get**](docs/VersionControllerApi.md#get_version_using_get) | **GET** /version | Fetch Gate's current version
|
218
|
+
*SwaggerClient::WebhookControllerApi* | [**preconfigured_webhooks_using_get**](docs/WebhookControllerApi.md#preconfigured_webhooks_using_get) | **GET** /webhooks/preconfigured | Retrieve a list of preconfigured webhooks in Orca
|
219
|
+
*SwaggerClient::WebhookControllerApi* | [**webhooks_using_post**](docs/WebhookControllerApi.md#webhooks_using_post) | **POST** /webhooks/{type}/{source} | Endpoint for posting webhooks to Spinnaker's webhook service
|
220
|
+
|
221
|
+
|
222
|
+
## Documentation for Models
|
223
|
+
|
224
|
+
- [SwaggerClient::Account](docs/Account.md)
|
225
|
+
- [SwaggerClient::AccountDetails](docs/AccountDetails.md)
|
226
|
+
- [SwaggerClient::GrantedAuthority](docs/GrantedAuthority.md)
|
227
|
+
- [SwaggerClient::HashMapstringobject](docs/HashMapstringobject.md)
|
228
|
+
- [SwaggerClient::HttpEntity](docs/HttpEntity.md)
|
229
|
+
- [SwaggerClient::Mapstringstring](docs/Mapstringstring.md)
|
230
|
+
- [SwaggerClient::PipelineTemplateDependent](docs/PipelineTemplateDependent.md)
|
231
|
+
- [SwaggerClient::ReorderPipelinesCommand](docs/ReorderPipelinesCommand.md)
|
232
|
+
- [SwaggerClient::ResponseEntity](docs/ResponseEntity.md)
|
233
|
+
- [SwaggerClient::User](docs/User.md)
|
234
|
+
- [SwaggerClient::Version](docs/Version.md)
|
235
|
+
|
236
|
+
|
237
|
+
## Documentation for Authorization
|
238
|
+
|
239
|
+
All endpoints do not require authorization.
|
240
|
+
|