influxdb-client-apis 1.14.0.pre.2214 → 1.15.0.pre.2407

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 504a0bdaed0ad96b5ee6df058adc99d63351ab68b85d9fc107625ec18e00c704
4
- data.tar.gz: 8490ef7c7f8b8622a54f9b168d72c00986340803dd4bb8d73584b10ecf0c9550
3
+ metadata.gz: 3eb8b98cf516a737f136b03aeedcfe1c0244de073074c74ba4ef4278c85ddf79
4
+ data.tar.gz: 61311c24d9b23d941f2eadeecaca339a7618fec97e9e11d5b5b9bd59077a4d8f
5
5
  SHA512:
6
- metadata.gz: 8ea1d24faba09f059cb03ab9be9562c237b139dab69fcdba1aed5c1274a6913b667b2658219c7891a0d9ef3a16d6956101543c9bc0464a94324857ac56b642e3
7
- data.tar.gz: e63b8e466c8f8723e1cb9687f11f5064ca32682684d8bc4abb20454e26a27a98f910bd0b1faa4a614bb6f4bf61a3aaa519b4b8f468526588cfbc97aaf823ef9a
6
+ metadata.gz: 29f3a6cd10119bdef1281d138dc356f5865a036e1b6b374dc873e670e34a8535a1beeb67000313fe89ebb02db2ce3e5535212a04dbe31e677af88695663b08c5
7
+ data.tar.gz: 760c33e07718893ab9bfb7b565552e7629334f1ba2472247cab2f57ffd4680cfc881c13a20c059ad0eb7c452a5d65e031464cc6ec2b19794c22d62804dde6b8e
@@ -90,6 +90,7 @@ module InfluxDB2::API
90
90
  # @option opts [String] :user Only show authorizations that belong to a user name.
91
91
  # @option opts [String] :org_id Only show authorizations that belong to an organization ID.
92
92
  # @option opts [String] :org Only show authorizations that belong to a organization name.
93
+ # @option opts [String] :token Find a token by value.
93
94
  # @return [Authorizations]
94
95
  def get_authorizations(opts = {})
95
96
  data, _status_code, _headers = get_authorizations_with_http_info(opts)
@@ -103,6 +104,7 @@ module InfluxDB2::API
103
104
  # @option opts [String] :user Only show authorizations that belong to a user name.
104
105
  # @option opts [String] :org_id Only show authorizations that belong to an organization ID.
105
106
  # @option opts [String] :org Only show authorizations that belong to a organization name.
107
+ # @option opts [String] :token Find a token by value.
106
108
  # @return [Array<(Authorizations, Integer, Hash)>] Authorizations data, response status code and response headers
107
109
  def get_authorizations_with_http_info(opts = {})
108
110
  if @api_client.config.debugging
@@ -117,6 +119,7 @@ module InfluxDB2::API
117
119
  query_params[:'user'] = opts[:'user'] if !opts[:'user'].nil?
118
120
  query_params[:'orgID'] = opts[:'org_id'] if !opts[:'org_id'].nil?
119
121
  query_params[:'org'] = opts[:'org'] if !opts[:'org'].nil?
122
+ query_params[:'token'] = opts[:'token'] if !opts[:'token'].nil?
120
123
 
121
124
  # header parameters
122
125
  header_params = opts[:header_params] || {}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: influxdb-client-apis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0.pre.2214
4
+ version: 1.15.0.pre.2407
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Bednar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-01 00:00:00.000000000 Z
11
+ date: 2021-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: influxdb-client
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 1.14.0.pre.2214
19
+ version: 1.15.0.pre.2407
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 1.14.0.pre.2214
26
+ version: 1.15.0.pre.2407
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: typhoeus
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -239,7 +239,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
239
239
  - !ruby/object:Gem::Version
240
240
  version: 1.3.1
241
241
  requirements: []
242
- rubygems_version: 3.0.3
242
+ rubygems_version: 3.0.3.1
243
243
  signing_key:
244
244
  specification_version: 4
245
245
  summary: Contains client APIs for InfluxDB v2.0.