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
@@ -0,0 +1,54 @@
|
|
1
|
+
# SwaggerClient::ServerGroupManagerControllerApi
|
2
|
+
|
3
|
+
All URIs are relative to *https://gate-spinnaker.devint.gcp.openx.org*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**get_server_group_managers_for_application_using_get**](ServerGroupManagerControllerApi.md#get_server_group_managers_for_application_using_get) | **GET** /applications/{application}/serverGroupManagers | Retrieve a list of server group managers for an application
|
8
|
+
|
9
|
+
|
10
|
+
# **get_server_group_managers_for_application_using_get**
|
11
|
+
> Array<Object> get_server_group_managers_for_application_using_get(application)
|
12
|
+
|
13
|
+
Retrieve a list of server group managers for an application
|
14
|
+
|
15
|
+
### Example
|
16
|
+
```ruby
|
17
|
+
# load the gem
|
18
|
+
require 'swagger_client'
|
19
|
+
|
20
|
+
api_instance = SwaggerClient::ServerGroupManagerControllerApi.new
|
21
|
+
|
22
|
+
application = 'application_example' # String | application
|
23
|
+
|
24
|
+
|
25
|
+
begin
|
26
|
+
#Retrieve a list of server group managers for an application
|
27
|
+
result = api_instance.get_server_group_managers_for_application_using_get(application)
|
28
|
+
p result
|
29
|
+
rescue SwaggerClient::ApiError => e
|
30
|
+
puts "Exception when calling ServerGroupManagerControllerApi->get_server_group_managers_for_application_using_get: #{e}"
|
31
|
+
end
|
32
|
+
```
|
33
|
+
|
34
|
+
### Parameters
|
35
|
+
|
36
|
+
Name | Type | Description | Notes
|
37
|
+
------------- | ------------- | ------------- | -------------
|
38
|
+
**application** | **String**| application |
|
39
|
+
|
40
|
+
### Return type
|
41
|
+
|
42
|
+
**Array<Object>**
|
43
|
+
|
44
|
+
### Authorization
|
45
|
+
|
46
|
+
No authorization required
|
47
|
+
|
48
|
+
### HTTP request headers
|
49
|
+
|
50
|
+
- **Content-Type**: application/json
|
51
|
+
- **Accept**: */*
|
52
|
+
|
53
|
+
|
54
|
+
|
@@ -0,0 +1,110 @@
|
|
1
|
+
# SwaggerClient::SnapshotControllerApi
|
2
|
+
|
3
|
+
All URIs are relative to *https://gate-spinnaker.devint.gcp.openx.org*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**get_current_snapshot_using_get**](SnapshotControllerApi.md#get_current_snapshot_using_get) | **GET** /applications/{application}/snapshots/{account} | Get current snapshot
|
8
|
+
[**get_snapshot_history_using_get**](SnapshotControllerApi.md#get_snapshot_history_using_get) | **GET** /applications/{application}/snapshots/{account}/history | Get snapshot history
|
9
|
+
|
10
|
+
|
11
|
+
# **get_current_snapshot_using_get**
|
12
|
+
> Hash<String, Object> get_current_snapshot_using_get(application, account)
|
13
|
+
|
14
|
+
Get current snapshot
|
15
|
+
|
16
|
+
### Example
|
17
|
+
```ruby
|
18
|
+
# load the gem
|
19
|
+
require 'swagger_client'
|
20
|
+
|
21
|
+
api_instance = SwaggerClient::SnapshotControllerApi.new
|
22
|
+
|
23
|
+
application = 'application_example' # String | application
|
24
|
+
|
25
|
+
account = 'account_example' # String | account
|
26
|
+
|
27
|
+
|
28
|
+
begin
|
29
|
+
#Get current snapshot
|
30
|
+
result = api_instance.get_current_snapshot_using_get(application, account)
|
31
|
+
p result
|
32
|
+
rescue SwaggerClient::ApiError => e
|
33
|
+
puts "Exception when calling SnapshotControllerApi->get_current_snapshot_using_get: #{e}"
|
34
|
+
end
|
35
|
+
```
|
36
|
+
|
37
|
+
### Parameters
|
38
|
+
|
39
|
+
Name | Type | Description | Notes
|
40
|
+
------------- | ------------- | ------------- | -------------
|
41
|
+
**application** | **String**| application |
|
42
|
+
**account** | **String**| account |
|
43
|
+
|
44
|
+
### Return type
|
45
|
+
|
46
|
+
**Hash<String, Object>**
|
47
|
+
|
48
|
+
### Authorization
|
49
|
+
|
50
|
+
No authorization required
|
51
|
+
|
52
|
+
### HTTP request headers
|
53
|
+
|
54
|
+
- **Content-Type**: application/json
|
55
|
+
- **Accept**: */*
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
# **get_snapshot_history_using_get**
|
60
|
+
> Array<Object> get_snapshot_history_using_get(application, account, opts)
|
61
|
+
|
62
|
+
Get snapshot history
|
63
|
+
|
64
|
+
### Example
|
65
|
+
```ruby
|
66
|
+
# load the gem
|
67
|
+
require 'swagger_client'
|
68
|
+
|
69
|
+
api_instance = SwaggerClient::SnapshotControllerApi.new
|
70
|
+
|
71
|
+
application = 'application_example' # String | application
|
72
|
+
|
73
|
+
account = 'account_example' # String | account
|
74
|
+
|
75
|
+
opts = {
|
76
|
+
limit: 20 # Integer | limit
|
77
|
+
}
|
78
|
+
|
79
|
+
begin
|
80
|
+
#Get snapshot history
|
81
|
+
result = api_instance.get_snapshot_history_using_get(application, account, opts)
|
82
|
+
p result
|
83
|
+
rescue SwaggerClient::ApiError => e
|
84
|
+
puts "Exception when calling SnapshotControllerApi->get_snapshot_history_using_get: #{e}"
|
85
|
+
end
|
86
|
+
```
|
87
|
+
|
88
|
+
### Parameters
|
89
|
+
|
90
|
+
Name | Type | Description | Notes
|
91
|
+
------------- | ------------- | ------------- | -------------
|
92
|
+
**application** | **String**| application |
|
93
|
+
**account** | **String**| account |
|
94
|
+
**limit** | **Integer**| limit | [optional] [default to 20]
|
95
|
+
|
96
|
+
### Return type
|
97
|
+
|
98
|
+
**Array<Object>**
|
99
|
+
|
100
|
+
### Authorization
|
101
|
+
|
102
|
+
No authorization required
|
103
|
+
|
104
|
+
### HTTP request headers
|
105
|
+
|
106
|
+
- **Content-Type**: application/json
|
107
|
+
- **Accept**: */*
|
108
|
+
|
109
|
+
|
110
|
+
|
@@ -0,0 +1,58 @@
|
|
1
|
+
# SwaggerClient::SubnetControllerApi
|
2
|
+
|
3
|
+
All URIs are relative to *https://gate-spinnaker.devint.gcp.openx.org*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**all_by_cloud_provider_using_get1**](SubnetControllerApi.md#all_by_cloud_provider_using_get1) | **GET** /subnets/{cloudProvider} | Retrieve a list of subnets for a given cloud provider
|
8
|
+
|
9
|
+
|
10
|
+
# **all_by_cloud_provider_using_get1**
|
11
|
+
> Array<Object> all_by_cloud_provider_using_get1(cloud_provider, opts)
|
12
|
+
|
13
|
+
Retrieve a list of subnets for a given cloud provider
|
14
|
+
|
15
|
+
### Example
|
16
|
+
```ruby
|
17
|
+
# load the gem
|
18
|
+
require 'swagger_client'
|
19
|
+
|
20
|
+
api_instance = SwaggerClient::SubnetControllerApi.new
|
21
|
+
|
22
|
+
cloud_provider = 'cloud_provider_example' # String | cloudProvider
|
23
|
+
|
24
|
+
opts = {
|
25
|
+
x_rate_limit_app: 'x_rate_limit_app_example' # String | X-RateLimit-App
|
26
|
+
}
|
27
|
+
|
28
|
+
begin
|
29
|
+
#Retrieve a list of subnets for a given cloud provider
|
30
|
+
result = api_instance.all_by_cloud_provider_using_get1(cloud_provider, opts)
|
31
|
+
p result
|
32
|
+
rescue SwaggerClient::ApiError => e
|
33
|
+
puts "Exception when calling SubnetControllerApi->all_by_cloud_provider_using_get1: #{e}"
|
34
|
+
end
|
35
|
+
```
|
36
|
+
|
37
|
+
### Parameters
|
38
|
+
|
39
|
+
Name | Type | Description | Notes
|
40
|
+
------------- | ------------- | ------------- | -------------
|
41
|
+
**cloud_provider** | **String**| cloudProvider |
|
42
|
+
**x_rate_limit_app** | **String**| X-RateLimit-App | [optional]
|
43
|
+
|
44
|
+
### Return type
|
45
|
+
|
46
|
+
**Array<Object>**
|
47
|
+
|
48
|
+
### Authorization
|
49
|
+
|
50
|
+
No authorization required
|
51
|
+
|
52
|
+
### HTTP request headers
|
53
|
+
|
54
|
+
- **Content-Type**: application/json
|
55
|
+
- **Accept**: */*
|
56
|
+
|
57
|
+
|
58
|
+
|
@@ -0,0 +1,291 @@
|
|
1
|
+
# SwaggerClient::TaskControllerApi
|
2
|
+
|
3
|
+
All URIs are relative to *https://gate-spinnaker.devint.gcp.openx.org*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**cancel_task_using_put1**](TaskControllerApi.md#cancel_task_using_put1) | **PUT** /tasks/{id}/cancel | Cancel task
|
8
|
+
[**cancel_tasks_using_put**](TaskControllerApi.md#cancel_tasks_using_put) | **PUT** /tasks/cancel | Cancel tasks
|
9
|
+
[**delete_task_using_delete**](TaskControllerApi.md#delete_task_using_delete) | **DELETE** /tasks/{id} | Delete task
|
10
|
+
[**get_task_details_using_get1**](TaskControllerApi.md#get_task_details_using_get1) | **GET** /tasks/{id}/details/{taskDetailsId} | Get task details
|
11
|
+
[**get_task_using_get1**](TaskControllerApi.md#get_task_using_get1) | **GET** /tasks/{id} | Get task
|
12
|
+
[**task_using_post1**](TaskControllerApi.md#task_using_post1) | **POST** /tasks | Create task
|
13
|
+
|
14
|
+
|
15
|
+
# **cancel_task_using_put1**
|
16
|
+
> Hash<String, Object> cancel_task_using_put1(id)
|
17
|
+
|
18
|
+
Cancel task
|
19
|
+
|
20
|
+
### Example
|
21
|
+
```ruby
|
22
|
+
# load the gem
|
23
|
+
require 'swagger_client'
|
24
|
+
|
25
|
+
api_instance = SwaggerClient::TaskControllerApi.new
|
26
|
+
|
27
|
+
id = 'id_example' # String | id
|
28
|
+
|
29
|
+
|
30
|
+
begin
|
31
|
+
#Cancel task
|
32
|
+
result = api_instance.cancel_task_using_put1(id)
|
33
|
+
p result
|
34
|
+
rescue SwaggerClient::ApiError => e
|
35
|
+
puts "Exception when calling TaskControllerApi->cancel_task_using_put1: #{e}"
|
36
|
+
end
|
37
|
+
```
|
38
|
+
|
39
|
+
### Parameters
|
40
|
+
|
41
|
+
Name | Type | Description | Notes
|
42
|
+
------------- | ------------- | ------------- | -------------
|
43
|
+
**id** | **String**| id |
|
44
|
+
|
45
|
+
### Return type
|
46
|
+
|
47
|
+
**Hash<String, Object>**
|
48
|
+
|
49
|
+
### Authorization
|
50
|
+
|
51
|
+
No authorization required
|
52
|
+
|
53
|
+
### HTTP request headers
|
54
|
+
|
55
|
+
- **Content-Type**: application/json
|
56
|
+
- **Accept**: */*
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
# **cancel_tasks_using_put**
|
61
|
+
> Hash<String, Object> cancel_tasks_using_put(ids)
|
62
|
+
|
63
|
+
Cancel tasks
|
64
|
+
|
65
|
+
### Example
|
66
|
+
```ruby
|
67
|
+
# load the gem
|
68
|
+
require 'swagger_client'
|
69
|
+
|
70
|
+
api_instance = SwaggerClient::TaskControllerApi.new
|
71
|
+
|
72
|
+
ids = ['ids_example'] # Array<String> | ids
|
73
|
+
|
74
|
+
|
75
|
+
begin
|
76
|
+
#Cancel tasks
|
77
|
+
result = api_instance.cancel_tasks_using_put(ids)
|
78
|
+
p result
|
79
|
+
rescue SwaggerClient::ApiError => e
|
80
|
+
puts "Exception when calling TaskControllerApi->cancel_tasks_using_put: #{e}"
|
81
|
+
end
|
82
|
+
```
|
83
|
+
|
84
|
+
### Parameters
|
85
|
+
|
86
|
+
Name | Type | Description | Notes
|
87
|
+
------------- | ------------- | ------------- | -------------
|
88
|
+
**ids** | [**Array<String>**](String.md)| ids |
|
89
|
+
|
90
|
+
### Return type
|
91
|
+
|
92
|
+
**Hash<String, Object>**
|
93
|
+
|
94
|
+
### Authorization
|
95
|
+
|
96
|
+
No authorization required
|
97
|
+
|
98
|
+
### HTTP request headers
|
99
|
+
|
100
|
+
- **Content-Type**: application/json
|
101
|
+
- **Accept**: */*
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
# **delete_task_using_delete**
|
106
|
+
> Hash<String, Object> delete_task_using_delete(id)
|
107
|
+
|
108
|
+
Delete task
|
109
|
+
|
110
|
+
### Example
|
111
|
+
```ruby
|
112
|
+
# load the gem
|
113
|
+
require 'swagger_client'
|
114
|
+
|
115
|
+
api_instance = SwaggerClient::TaskControllerApi.new
|
116
|
+
|
117
|
+
id = 'id_example' # String | id
|
118
|
+
|
119
|
+
|
120
|
+
begin
|
121
|
+
#Delete task
|
122
|
+
result = api_instance.delete_task_using_delete(id)
|
123
|
+
p result
|
124
|
+
rescue SwaggerClient::ApiError => e
|
125
|
+
puts "Exception when calling TaskControllerApi->delete_task_using_delete: #{e}"
|
126
|
+
end
|
127
|
+
```
|
128
|
+
|
129
|
+
### Parameters
|
130
|
+
|
131
|
+
Name | Type | Description | Notes
|
132
|
+
------------- | ------------- | ------------- | -------------
|
133
|
+
**id** | **String**| id |
|
134
|
+
|
135
|
+
### Return type
|
136
|
+
|
137
|
+
**Hash<String, Object>**
|
138
|
+
|
139
|
+
### Authorization
|
140
|
+
|
141
|
+
No authorization required
|
142
|
+
|
143
|
+
### HTTP request headers
|
144
|
+
|
145
|
+
- **Content-Type**: application/json
|
146
|
+
- **Accept**: */*
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
# **get_task_details_using_get1**
|
151
|
+
> Hash<String, Object> get_task_details_using_get1(id, task_details_id, opts)
|
152
|
+
|
153
|
+
Get task details
|
154
|
+
|
155
|
+
### Example
|
156
|
+
```ruby
|
157
|
+
# load the gem
|
158
|
+
require 'swagger_client'
|
159
|
+
|
160
|
+
api_instance = SwaggerClient::TaskControllerApi.new
|
161
|
+
|
162
|
+
id = 'id_example' # String | id
|
163
|
+
|
164
|
+
task_details_id = 'task_details_id_example' # String | taskDetailsId
|
165
|
+
|
166
|
+
opts = {
|
167
|
+
x_rate_limit_app: 'x_rate_limit_app_example' # String | X-RateLimit-App
|
168
|
+
}
|
169
|
+
|
170
|
+
begin
|
171
|
+
#Get task details
|
172
|
+
result = api_instance.get_task_details_using_get1(id, task_details_id, opts)
|
173
|
+
p result
|
174
|
+
rescue SwaggerClient::ApiError => e
|
175
|
+
puts "Exception when calling TaskControllerApi->get_task_details_using_get1: #{e}"
|
176
|
+
end
|
177
|
+
```
|
178
|
+
|
179
|
+
### Parameters
|
180
|
+
|
181
|
+
Name | Type | Description | Notes
|
182
|
+
------------- | ------------- | ------------- | -------------
|
183
|
+
**id** | **String**| id |
|
184
|
+
**task_details_id** | **String**| taskDetailsId |
|
185
|
+
**x_rate_limit_app** | **String**| X-RateLimit-App | [optional]
|
186
|
+
|
187
|
+
### Return type
|
188
|
+
|
189
|
+
**Hash<String, Object>**
|
190
|
+
|
191
|
+
### Authorization
|
192
|
+
|
193
|
+
No authorization required
|
194
|
+
|
195
|
+
### HTTP request headers
|
196
|
+
|
197
|
+
- **Content-Type**: application/json
|
198
|
+
- **Accept**: */*
|
199
|
+
|
200
|
+
|
201
|
+
|
202
|
+
# **get_task_using_get1**
|
203
|
+
> Hash<String, Object> get_task_using_get1(id)
|
204
|
+
|
205
|
+
Get task
|
206
|
+
|
207
|
+
### Example
|
208
|
+
```ruby
|
209
|
+
# load the gem
|
210
|
+
require 'swagger_client'
|
211
|
+
|
212
|
+
api_instance = SwaggerClient::TaskControllerApi.new
|
213
|
+
|
214
|
+
id = 'id_example' # String | id
|
215
|
+
|
216
|
+
|
217
|
+
begin
|
218
|
+
#Get task
|
219
|
+
result = api_instance.get_task_using_get1(id)
|
220
|
+
p result
|
221
|
+
rescue SwaggerClient::ApiError => e
|
222
|
+
puts "Exception when calling TaskControllerApi->get_task_using_get1: #{e}"
|
223
|
+
end
|
224
|
+
```
|
225
|
+
|
226
|
+
### Parameters
|
227
|
+
|
228
|
+
Name | Type | Description | Notes
|
229
|
+
------------- | ------------- | ------------- | -------------
|
230
|
+
**id** | **String**| id |
|
231
|
+
|
232
|
+
### Return type
|
233
|
+
|
234
|
+
**Hash<String, Object>**
|
235
|
+
|
236
|
+
### Authorization
|
237
|
+
|
238
|
+
No authorization required
|
239
|
+
|
240
|
+
### HTTP request headers
|
241
|
+
|
242
|
+
- **Content-Type**: application/json
|
243
|
+
- **Accept**: */*
|
244
|
+
|
245
|
+
|
246
|
+
|
247
|
+
# **task_using_post1**
|
248
|
+
> Hash<String, Object> task_using_post1(map)
|
249
|
+
|
250
|
+
Create task
|
251
|
+
|
252
|
+
### Example
|
253
|
+
```ruby
|
254
|
+
# load the gem
|
255
|
+
require 'swagger_client'
|
256
|
+
|
257
|
+
api_instance = SwaggerClient::TaskControllerApi.new
|
258
|
+
|
259
|
+
map = nil # Object | map
|
260
|
+
|
261
|
+
|
262
|
+
begin
|
263
|
+
#Create task
|
264
|
+
result = api_instance.task_using_post1(map)
|
265
|
+
p result
|
266
|
+
rescue SwaggerClient::ApiError => e
|
267
|
+
puts "Exception when calling TaskControllerApi->task_using_post1: #{e}"
|
268
|
+
end
|
269
|
+
```
|
270
|
+
|
271
|
+
### Parameters
|
272
|
+
|
273
|
+
Name | Type | Description | Notes
|
274
|
+
------------- | ------------- | ------------- | -------------
|
275
|
+
**map** | **Object**| map |
|
276
|
+
|
277
|
+
### Return type
|
278
|
+
|
279
|
+
**Hash<String, Object>**
|
280
|
+
|
281
|
+
### Authorization
|
282
|
+
|
283
|
+
No authorization required
|
284
|
+
|
285
|
+
### HTTP request headers
|
286
|
+
|
287
|
+
- **Content-Type**: application/json
|
288
|
+
- **Accept**: */*
|
289
|
+
|
290
|
+
|
291
|
+
|