feat(enterprise): Manage resource tokens for databases and sysinfo

jts-enterprise-resource-tokens
Jason Stirnaman 2025-04-15 08:23:02 -05:00
parent ee2ab9f113
commit dd75bf13cd
3 changed files with 9 additions and 18 deletions

View File

@ -7,14 +7,15 @@ description: >
and system information endpoints in your {{< product-name >}} instance.
Database resource tokens allow for actions like writing and querying data.
menu:
influxdb3_core:
influxdb3_enterprise:
parent: Manage tokens
name: Resource tokens
weight: 101
influxdb3/core/tags: [tokens]
source: /shared/influxdb3-admin/tokens/database/_index.md
influxdb3/enterprise/tags: [tokens]
---
{{< children depth="1" >}}
<!-- The content for this page is at
// SOURCE - content/shared/influxdb3-admin/tokens/database/_index.md
-->

View File

@ -38,7 +38,6 @@ list_code_example: |
alt_links:
cloud-dedicated: /influxdb3/enterprise/admin/tokens/create-token/
cloud-serverless: /influxdb3/cloud-serverless/admin/tokens/create-token/
source: /shared/influxdb3-admin/tokens/database/create.md
---
Use the [`influxdb3 create token --permission` command](/influxdb3/enterprise/reference/cli/influxdb3/create/token/)

View File

@ -1,11 +1,11 @@
---
title: List database tokens
title: List resource tokens
description: >
Use the `influxdb3 show tokens` command
to list database tokens in your InfluxDB 3 Enterprise instance.
to list resource tokens in your InfluxDB 3 Enterprise instance.
menu:
influxdb3_enterprise:
parent: Database tokens
parent: Resource tokens
weight: 202
list_code_example: |
##### CLI
@ -14,23 +14,14 @@ list_code_example: |
--token ADMIN_TOKEN
--host http://{{< influxdb/host >}}
```
##### API
```bash
curl \
--location "http://{{< influxdb/host >}}/api/v3/configure/tokens" \
--header "Accept: application/json" \
--header "Authorization: Bearer ADMIN_TOKEN"
```
aliases:
- /influxdb3/enterprise/admin/tokens/list/
related:
- /influxdb3/enterprise/reference/cli/influxdb3/token/list/
- /influxdb3/enterprise/reference/api/
source: /shared/influxdb3-admin/tokens/database/list.md
source: /shared/influxdb3-admin/tokens/admin/list.md
---
<!-- The content for this page is at
// file://content/shared/influxdb3-admin/tokens/database/list.md
// SOURCE content/shared/influxdb3-admin/tokens/admin/list.md
-->