@@ -126,8 +126,8 @@ tags:
126
126
|:------------------------ |:--------------------- |:-------------------------------------------|
127
127
| `bucket` | string | The bucket name or ID ([find your bucket](/influxdb3/cloud-serverless/admin/buckets/view-buckets/). |
128
128
| `bucketID` | string | The bucket ID ([find your bucket](/influxdb3/cloud-serverless/admin/buckets/view-buckets/). |
129
- | `org` | string | The organization name or ID ([find your organization](/influxdb3/cloud-serverless/organizations/view-orgs/). |
130
- | `orgID` | 16-byte string | The organization ID ([find your organization](/influxdb3/cloud-serverless/organizations/view-orgs/). |
129
+ | `org` | string | The organization name or ID ([find your organization](/influxdb3/cloud-serverless/admin/ organizations/view-orgs/). |
130
+ | `orgID` | 16-byte string | The organization ID ([find your organization](/influxdb3/cloud-serverless/admin/ organizations/view-orgs/). |
131
131
name: Common parameters
132
132
x-traitTag: true
133
133
- name : Config
@@ -443,11 +443,6 @@ paths:
443
443
Specifies an authorization by its `token` property value
444
444
and returns the authorization.
445
445
446
- #### InfluxDB OSS
447
-
448
- - Doesn't support this parameter. InfluxDB OSS ignores the `token=` parameter,
449
- applies other parameters, and then returns the result.
450
-
451
446
#### Limitations
452
447
453
448
- The parameter is non-repeatable. If you specify more than one,
@@ -469,13 +464,6 @@ paths:
469
464
If the response body is missing authorizations that you expect, check that the API
470
465
token used in the request has `read-user` permission for the users (`userID` property value)
471
466
in those authorizations.
472
-
473
- #### InfluxDB OSS
474
-
475
- - **Warning**: The response body contains authorizations with their
476
- [API token](/influxdb3/cloud-serverless/reference/glossary/#token) values in clear text.
477
- - If the request uses an _[operator token](/influxdb/latest/security/tokens/#operator-token)_,
478
- InfluxDB OSS returns authorizations for all organizations in the instance.
479
467
' 400 ' :
480
468
$ref : ' #/components/responses/GeneralServerError'
481
469
description : Invalid request
@@ -625,14 +613,6 @@ paths:
625
613
626
614
Use this endpoint to retrieve information about an API token, including
627
615
the token's permissions and the user that the token is scoped to.
628
-
629
- #### InfluxDB OSS
630
-
631
- - InfluxDB OSS returns
632
- [API token](/influxdb3/cloud-serverless/reference/glossary/#token) values in authorizations.
633
- - If the request uses an _[operator token](/influxdb/latest/security/tokens/#operator-token)_,
634
- InfluxDB OSS returns authorizations for all organizations in the instance.
635
-
636
616
#### Related guides
637
617
638
618
- [View tokens](/influxdb3/cloud-serverless/security/tokens/view-tokens/)
@@ -740,14 +720,6 @@ paths:
740
720
If no query parameters are passed, InfluxDB returns all buckets up to the
741
721
default `limit`.
742
722
743
- #### InfluxDB OSS
744
-
745
- - If you use an _[operator token](/influxdb3/cloud-serverless/security/tokens/#operator-token)_
746
- to authenticate your request, InfluxDB retrieves resources for _all
747
- organizations_ in the instance.
748
- To retrieve resources for only a specific organization, use the
749
- `org` parameter or the `orgID` parameter to specify the organization.
750
-
751
723
#### Required permissions
752
724
753
725
| Action | Permission required |
@@ -863,13 +835,6 @@ paths:
863
835
[retention period](/influxdb3/cloud-serverless/reference/glossary/#retention-period)
864
836
is 30 days.
865
837
866
- #### InfluxDB OSS
867
-
868
- - A single InfluxDB OSS instance supports active writes or queries for
869
- approximately 20 buckets across all organizations at a given time.
870
- Reading or writing to more than 20 buckets at a time can adversely affect
871
- performance.
872
-
873
838
#### Limitations
874
839
875
840
- InfluxDB Cloud Free Plan allows users to create up to two buckets.
@@ -2855,10 +2820,6 @@ paths:
2855
2820
description : |
2856
2821
Bad request.
2857
2822
The response body contains detail about the error.
2858
-
2859
- #### InfluxDB OSS
2860
-
2861
- - Returns this error if the `org` parameter or `orgID` parameter doesn't match an organization.
2862
2823
' 401 ' :
2863
2824
$ref : ' #/components/responses/AuthorizationError'
2864
2825
' 404 ' :
@@ -2910,7 +2871,7 @@ paths:
2910
2871
2911
2872
#### Related guides
2912
2873
2913
- - [View organizations](/influxdb3/cloud-serverless/organizations/view-orgs/)
2874
+ - [View organizations](/influxdb3/cloud-serverless/admin/ organizations/view-orgs/)
2914
2875
operationId : GetOrgs
2915
2876
parameters :
2916
2877
- $ref : ' #/components/parameters/TraceSpan'
@@ -3075,11 +3036,6 @@ paths:
3075
3036
2. Returns an HTTP `204` status code if queued; _error_ otherwise.
3076
3037
3. Handles the delete asynchronously.
3077
3038
3078
- #### InfluxDB OSS
3079
-
3080
- - Validates the request, handles the delete synchronously,
3081
- and then responds with success or failure.
3082
-
3083
3039
#### Limitations
3084
3040
3085
3041
- Only one organization can be deleted per request.
@@ -3104,9 +3060,6 @@ paths:
3104
3060
3105
3061
#### InfluxDB Cloud
3106
3062
- The organization is queued for deletion.
3107
-
3108
- #### InfluxDB OSS
3109
- - The organization is deleted.
3110
3063
' 400 ' :
3111
3064
$ref : ' #/components/responses/BadRequestError'
3112
3065
' 401 ' :
@@ -3145,7 +3098,7 @@ paths:
3145
3098
3146
3099
#### Related guides
3147
3100
3148
- - [View organizations](/influxdb3/cloud-serverless/organizations/view-orgs/)
3101
+ - [View organizations](/influxdb3/cloud-serverless/admin/ organizations/view-orgs/)
3149
3102
operationId : GetOrgsID
3150
3103
parameters :
3151
3104
- $ref : ' #/components/parameters/TraceSpan'
@@ -3909,10 +3862,6 @@ paths:
3909
3862
description : |
3910
3863
Bad request.
3911
3864
The response body contains detail about the error.
3912
-
3913
- #### InfluxDB OSS
3914
-
3915
- - Returns this error if the `org` parameter or `orgID` parameter doesn't match an organization.
3916
3865
' 401 ' :
3917
3866
$ref : ' #/components/responses/AuthorizationError'
3918
3867
' 404 ' :
@@ -4894,10 +4843,6 @@ paths:
4894
4843
description : |
4895
4844
Bad request.
4896
4845
The response body contains detail about the error.
4897
-
4898
- #### InfluxDB OSS
4899
-
4900
- - Returns this error if an incorrect value is passed in the `org` parameter or `orgID` parameter.
4901
4846
' 401 ' :
4902
4847
$ref : ' #/components/responses/AuthorizationError'
4903
4848
' 500 ' :
@@ -6234,10 +6179,6 @@ paths:
6234
6179
#### InfluxDB Cloud
6235
6180
6236
6181
- Always returns this error; doesn't support cancelling tasks.
6237
-
6238
- #### InfluxDB OSS
6239
-
6240
- - Doesn't return this error.
6241
6182
' 500 ' :
6242
6183
$ref : ' #/components/responses/InternalServerError'
6243
6184
default :
@@ -8233,10 +8174,6 @@ components:
8233
8174
description : |
8234
8175
Bad request.
8235
8176
The response body contains detail about the error.
8236
-
8237
- #### InfluxDB OSS
8238
-
8239
- - Returns this error if an incorrect value is passed in the `org` parameter or `orgID` parameter.
8240
8177
GeneralServerError :
8241
8178
content :
8242
8179
application/json :
@@ -11681,10 +11618,6 @@ components:
11681
11618
11682
11619
- Doesn't use `shardGroupDurationsSeconds`.
11683
11620
11684
- #### InfluxDB OSS
11685
-
11686
- - Default value depends on the [bucket retention period](/influxdb3/cloud-serverless/reference/internals/shards/#shard-group-duration).
11687
-
11688
11621
#### Related guides
11689
11622
11690
11623
- InfluxDB [shards and shard groups](/influxdb3/cloud-serverless/reference/internals/shards/)
@@ -12132,10 +12065,6 @@ components:
12132
12065
#### InfluxDB 3 Cloud Serverless
12133
12066
12134
12067
- `retentionRules` is required.
12135
-
12136
- #### InfluxDB OSS
12137
-
12138
- - `retentionRules` isn't required.
12139
12068
items :
12140
12069
$ref : ' #/components/schemas/RetentionRule'
12141
12070
type : array
@@ -13400,7 +13329,7 @@ components:
13400
13329
The organization owns all resources created by the template.
13401
13330
13402
13331
To find your organization, see how to
13403
- [view organizations](/influxdb3/cloud-serverless/organizations/view-orgs/).
13332
+ [view organizations](/influxdb3/cloud-serverless/admin/ organizations/view-orgs/).
13404
13333
type : string
13405
13334
remotes :
13406
13335
description : |
@@ -14817,9 +14746,6 @@ x-tagGroups:
14817
14746
- Headers
14818
14747
- Pagination
14819
14748
- Response codes
14820
- - Data I/O endpoints
14821
- - Security and access endpoints
14822
- - System information endpoints
14823
14749
- name : All endpoints
14824
14750
tags :
14825
14751
- Authorizations (API tokens)
0 commit comments