You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`ACCOUNT_ID`: The ID of the [account](/influxdb3/cloud-dedicated/get-started/setup/#request-an-influxdb-cloud-dedicated-cluster) that the cluster belongs to _(see how to [list cluster details](/influxdb3/cloud-dedicated/admin/clusters/list/#detailed-output-in-json))_.
111
-
-`CLUSTER_ID`: The ID of the [cluster](/influxdb3/cloud-dedicated/get-started/setup/#request-an-influxdb-cloud-dedicated-cluster) that you want to manage _(see how to [list cluster details](/influxdb3/cloud-dedicated/admin/clusters/list/#detailed-output-in-json))_.
123
+
-`ACCOUNT_ID`: The ID of the [account](/influxdb3/cloud-dedicated/get-started/setup/#request-an-influxdb-cloud-dedicated-cluster) that the cluster belongs to _(see how to [list cluster details](/influxdb3/cloud-dedicated/admin/clusters/list/#detailed-output-in-json))_.
124
+
-`CLUSTER_ID`: The ID of the [cluster](/influxdb3/cloud-dedicated/get-started/setup/#request-an-influxdb-cloud-dedicated-cluster) that you want to manage _(see how to [list cluster details](/influxdb3/cloud-dedicated/admin/clusters/list/#detailed-output-in-json))_.
112
125
113
-
Provide the following request headers:
126
+
Provide the following request headers:
114
127
115
-
-`Accept: application/json` to ensure the response body is JSON content
116
-
-`Content-Type: application/json` to indicate the request body is JSON content
117
-
-`Authorization: Bearer` and a [Management API token](/influxdb3/cloud-dedicated/admin/tokens/management/) for your cluster _(see how to [create a management token](/influxdb3/cloud-dedicated/admin/tokens/management/) for Management API requests)_.
128
+
-`Accept: application/json` to ensure the response body is JSON content
129
+
-`Content-Type: application/json` to indicate the request body is JSON content
130
+
-`Authorization: Bearer` and a [Management API token](/influxdb3/cloud-dedicated/admin/tokens/management/) for your cluster _(see how to [create a management token](/influxdb3/cloud-dedicated/admin/tokens/management/) for Management API requests)_.
118
131
119
-
In the request body, provide the following parameters:
132
+
In the request body, provide the following parameters:
120
133
121
134
-`permissions`: an array of token [permissions](/influxdb3/cloud-dedicated/api/management/#operation/CreateDatabaseToken) (read or write) objects:
122
135
-`"action"`: Specify `read` or `write` permission to the database.
123
136
-`"resource"`: Specify the database name.
124
137
-`description`: Provide a description of the token.
138
+
-`expirationType`: Specify `datetime` or `noExpiration` token expiration type.
139
+
-`expiresAt`: Specify the token expiration date and time in
0 commit comments