Skip to content

Commit dd75bf1

Browse files
committed
feat(enterprise): Manage resource tokens for databases and sysinfo
1 parent ee2ab9f commit dd75bf1

File tree

3 files changed

+9
-18
lines changed

3 files changed

+9
-18
lines changed

content/influxdb3/enterprise/admin/tokens/resource/_index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ description: >
77
and system information endpoints in your {{< product-name >}} instance.
88
Database resource tokens allow for actions like writing and querying data.
99
menu:
10-
influxdb3_core:
10+
influxdb3_enterprise:
1111
parent: Manage tokens
1212
name: Resource tokens
1313
weight: 101
14-
influxdb3/core/tags: [tokens]
15-
source: /shared/influxdb3-admin/tokens/database/_index.md
14+
influxdb3/enterprise/tags: [tokens]
1615
---
1716

17+
{{< children depth="1" >}}
18+
1819
<!-- The content for this page is at
1920
// SOURCE - content/shared/influxdb3-admin/tokens/database/_index.md
2021
-->

content/influxdb3/enterprise/admin/tokens/resource/create.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ list_code_example: |
3838
alt_links:
3939
cloud-dedicated: /influxdb3/enterprise/admin/tokens/create-token/
4040
cloud-serverless: /influxdb3/cloud-serverless/admin/tokens/create-token/
41-
source: /shared/influxdb3-admin/tokens/database/create.md
4241
---
4342

4443
Use the [`influxdb3 create token --permission` command](/influxdb3/enterprise/reference/cli/influxdb3/create/token/)
Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: List database tokens
2+
title: List resource tokens
33
description: >
44
Use the `influxdb3 show tokens` command
5-
to list database tokens in your InfluxDB 3 Enterprise instance.
5+
to list resource tokens in your InfluxDB 3 Enterprise instance.
66
menu:
77
influxdb3_enterprise:
8-
parent: Database tokens
8+
parent: Resource tokens
99
weight: 202
1010
list_code_example: |
1111
##### CLI
@@ -14,23 +14,14 @@ list_code_example: |
1414
--token ADMIN_TOKEN
1515
--host http://{{< influxdb/host >}}
1616
```
17-
18-
##### API
19-
```bash
20-
curl \
21-
--location "http://{{< influxdb/host >}}/api/v3/configure/tokens" \
22-
--header "Accept: application/json" \
23-
--header "Authorization: Bearer ADMIN_TOKEN"
24-
```
25-
2617
aliases:
2718
- /influxdb3/enterprise/admin/tokens/list/
2819
related:
2920
- /influxdb3/enterprise/reference/cli/influxdb3/token/list/
3021
- /influxdb3/enterprise/reference/api/
31-
source: /shared/influxdb3-admin/tokens/database/list.md
22+
source: /shared/influxdb3-admin/tokens/admin/list.md
3223
---
3324

3425
<!-- The content for this page is at
35-
// file://content/shared/influxdb3-admin/tokens/database/list.md
26+
// SOURCE content/shared/influxdb3-admin/tokens/admin/list.md
3627
-->

0 commit comments

Comments
 (0)