Merge pull request #6462 from influxdata/docs/6292-api-distinct-cache-delete

HTTP API for Core/Enterprise endpoint for Distinct Values Cache
pull/6464/head
Jameelah Mercer 2025-10-15 12:11:26 -07:00 committed by GitHub
commit 3b6988e12f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 56 additions and 0 deletions

View File

@ -1157,6 +1157,34 @@ paths:
Bad request. Bad request.
The server responds with status `400` if the request would overwrite an existing cache with a different configuration. The server responds with status `400` if the request would overwrite an existing cache with a different configuration.
delete:
operationId: DeleteConfigureDistinctCache
summary: Delete distinct cache
description: Deletes a distinct cache.
parameters:
- $ref: '#/components/parameters/db'
- name: table
in: query
required: true
schema:
type: string
- name: name
in: query
required: true
schema:
type: string
responses:
'200':
description: Success. The distinct cache has been deleted.
'400':
description: Bad request.
'401':
$ref: '#/components/responses/Unauthorized'
'404':
description: Cache not found.
tags:
- Cache data
- Table
/api/v3/configure/last_cache: /api/v3/configure/last_cache:
post: post:
operationId: PostConfigureLastCache operationId: PostConfigureLastCache

View File

@ -1228,6 +1228,34 @@ paths:
Bad request. Bad request.
The server responds with status `400` if the request would overwrite an existing cache with a different configuration. The server responds with status `400` if the request would overwrite an existing cache with a different configuration.
delete:
operationId: DeleteConfigureDistinctCache
summary: Delete distinct cache
description: Deletes a distinct cache.
parameters:
- $ref: '#/components/parameters/db'
- name: table
in: query
required: true
schema:
type: string
- name: name
in: query
required: true
schema:
type: string
responses:
'200':
description: Success. The distinct cache has been deleted.
'400':
description: Bad request.
'401':
$ref: '#/components/responses/Unauthorized'
'404':
description: Cache not found.
tags:
- Cache data
- Table
/api/v3/configure/last_cache: /api/v3/configure/last_cache:
post: post:
operationId: PostConfigureLastCache operationId: PostConfigureLastCache

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB