Skip to content

Commit b9dc3c0

Browse files
committed
chore: syncing swagger with the changes in API
1 parent a11c2ce commit b9dc3c0

1 file changed

Lines changed: 26 additions & 2 deletions

File tree

server/swagger.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4945,7 +4945,7 @@
49454945
"items": {
49464946
"type": "object",
49474947
"properties": {
4948-
"channel-url": {
4948+
"channel_url": {
49494949
"description": "Channel URL to override global configuration",
49504950
"type": "string"
49514951
}
@@ -5204,7 +5204,7 @@
52045204
"type": "string",
52055205
"description": "Format of the data source",
52065206
"readOnly": true,
5207-
"enum": ["influx", "influx-enterprise", "influx-relay", "influx-v2", "influx-v3-core", "influx-v3-enterprise", "influx-v3-clustered", "influx-v3-cloud-dedicated"]
5207+
"enum": ["influx", "influx-enterprise", "influx-relay", "influx-v2", "influx-v3-core", "influx-v3-enterprise", "influx-v3-clustered", "influx-v3-cloud-dedicated", "influx-v3-serverless"]
52085208
},
52095209
"username": {
52105210
"type": "string",
@@ -5218,6 +5218,26 @@
52185218
"type": "string",
52195219
"description": "JWT signing secret for optional Authorization: Bearer to InfluxDB"
52205220
},
5221+
"clusterId": {
5222+
"type": "string",
5223+
"description": "Cluster ID for InfluxDB Cloud Dedicated sources"
5224+
},
5225+
"accountId": {
5226+
"type": "string",
5227+
"description": "Account ID for InfluxDB Cloud Dedicated sources"
5228+
},
5229+
"managementToken": {
5230+
"type": "string",
5231+
"description": "Management token for InfluxDB Cloud Dedicated sources"
5232+
},
5233+
"databaseToken": {
5234+
"type": "string",
5235+
"description": "Database token for InfluxDB Cloud Dedicated or other InfluxDB 3 sources"
5236+
},
5237+
"tagsCSVPath": {
5238+
"type": "string",
5239+
"description": "Path to a directory containing CSV files with tags for InfluxDB Cloud Dedicated sources"
5240+
},
52215241
"url": {
52225242
"type": "string",
52235243
"format": "url",
@@ -5246,6 +5266,10 @@
52465266
"description": "Default retention policy used in Host-related queries proxied to InfluxDB from the Host List and Host pages.",
52475267
"default": ""
52485268
},
5269+
"defaultDB": {
5270+
"type": "string",
5271+
"description": "Default database used in queries for InfluxDB Cloud Dedicated when database list is not available"
5272+
},
52495273
"organization": {
52505274
"type": "string",
52515275
"description": "Organization that this source belongs to, when Chronograf auth is in use",

0 commit comments

Comments
 (0)