influxdb-client-apis 1.13.0 → 1.14.0

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: b0aa27010984d2c6c290ce30896ca6cc78df96deb1601a7e35e79594323bf779
4
- data.tar.gz: eb3b4c7986a127d0b22c7f621ea42ec4013a9f20e03ac900f457bf0ec0ba08a8
3
+ metadata.gz: fa02df51d074f64cd60f988aeb5a780f40677df940051d8487a202f6f5ae28a9
4
+ data.tar.gz: c7cc2d7eb07505f5fe77bf1e289e2ea41423a190ae9d4d13ac091132f31d420e
5
5
  SHA512:
6
- metadata.gz: bf6d6b48ce514b2ac9d310536e7193f806ebcd27cb97623a2c8a434a45f9fec9f9d18ac8de894544b33d247fc953f6b24a0b01740c7a498e83f0ab2f9324c4d6
7
- data.tar.gz: c68662539c7f8d9497f2c1ca8faef201733044e692626bd1f6a286beaefbcfdc0c2d2b8adf0806169e03cf5174c44080eebc9966aaa291a12871cc67919ffd0a
6
+ metadata.gz: 0374e2ab5ae6914d69618230d845cda02fb1650ac944a6c9abefee8cc0731126871c322684696a7a3abd9f2abd936e3bc35bdb1b77da92a5ca757c4dd6859e37
7
+ data.tar.gz: bfb93e363b2b95f8372b1def77309ad10e6287e598f8b97d428a96d24c07ed76f906b080f0becd853890b497369366d0760c9c83119ca952d31f5c32ddd1381d
@@ -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
4
+ version: 1.14.0
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.13.0
19
+ version: 1.14.0
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
26
+ version: 1.14.0
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: '0'
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.