influxdb-client-apis 1.13.0.pre.2143 → 1.14.0.pre.2363

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: 43f8184aa637c26d4e890500bd949f9c1fd0aba7bf62d27e61dc615008488e91
4
- data.tar.gz: db2152550e760067a8678c7481e75eda04b035f15d333ba8874647d16cb4108a
3
+ metadata.gz: 36e4f33dbe5077f0b9fcdaf72133dcd834484eeecbdfe2adfa29ab8ee709d383
4
+ data.tar.gz: fedcd2f5a638d5e386c6e0480099f888163f2a8ed613b82d7c33717f09c465d1
5
5
  SHA512:
6
- metadata.gz: 5bb35cf7584e405a8d22eb7117e52a73ab1d8f4bbd879a3cd1d660b8da0a747f4230ecc730078d6f057bdb1fae53cc61ad55ec53c27225342f0a1a0631b9955f
7
- data.tar.gz: 5914cee9bb247436bacbc229aaaddb960b4308c9ee467c144d385c95315319b1f6d43a912643d5a2da52a7dfafe59605234f608ae29632202a618f79765a4d74
6
+ metadata.gz: 7a6590afe7c79e8ebdeb13033b7a808b7dfbf480310caf4a0400b31f6344278473991f338d1044b1d5db6f2d06483092000772b33e830998235c6f3b4ba60fe0
7
+ data.tar.gz: 57baae1ca68a719f5e3dedb27f04661b90d58fd9c21df53b2ced4da57e1a6d609856849622ffac360bf64cb59b88bef8da745d92ce6390403bc1cb066eacd42c
@@ -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.13.0.pre.2143
4
+ version: 1.14.0.pre.2363
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-03-12 00:00:00.000000000 Z
11
+ date: 2021-04-29 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.13.0.pre.2143
19
+ version: 1.14.0.pre.2363
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.13.0.pre.2143
26
+ version: 1.14.0.pre.2363
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.