influxdb-client-apis 1.14.0.pre.2214 → 1.14.0.pre.2287

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: 1414a6d729fa0acb0ec9e43f6c101760c7e3856997ea7e704b5b43adc76e0cea
4
+ data.tar.gz: 14d4cbe4354a1105211c2f3fe5a0ef180056b6e00f886cd4d2a61b7cc29e7520
5
5
  SHA512:
6
- metadata.gz: 8ea1d24faba09f059cb03ab9be9562c237b139dab69fcdba1aed5c1274a6913b667b2658219c7891a0d9ef3a16d6956101543c9bc0464a94324857ac56b642e3
7
- data.tar.gz: e63b8e466c8f8723e1cb9687f11f5064ca32682684d8bc4abb20454e26a27a98f910bd0b1faa4a614bb6f4bf61a3aaa519b4b8f468526588cfbc97aaf823ef9a
6
+ metadata.gz: 0ca47a97d4eec5897832d7ff46948ab13a7b2a1d0dede911c6a87a3d52abae9768affaf717d988f1388d23b81bc0ff8010a09ac3c48484b12f487dd0d16a0294
7
+ data.tar.gz: 8c12549e90973b6b4819f329222bcf6b072c8bf0a4d7725f7ade3fdf4c9d46ebdd1633c7a61042c6d4b43677253ab06da7ff62ff09a76339ccfd0d1b229ebda9
@@ -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.14.0.pre.2287
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-19 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.14.0.pre.2287
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.14.0.pre.2287
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.