Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP APIs document #2039

Merged
merged 8 commits into from
Oct 14, 2024
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/references/http_api_reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3134,7 +3134,7 @@ The response includes a JSON object like the following:

**GET** `/instance/memory`

Shows memory usage information in the instance.
Shows the memory usage information of the instance.

### Request

Expand Down Expand Up @@ -3173,7 +3173,7 @@ The response includes a JSON object like the following:

**GET** `/instance/memory/objects`

...
Shows the memory object usage information of the instance.

### Request

Expand Down Expand Up @@ -3210,7 +3210,7 @@ The response includes a JSON object like the following:

**GET** `/instance/memory/allocation`

...
Shows the memory allocations information of the instance.

### Request

Expand Down Expand Up @@ -3247,7 +3247,7 @@ The response includes a JSON object like the following:

**POST** `/instance/flush`

Makes database to perform a full checkpoint.
Performs a full checkpoint on the instance.

### Request

Expand Down Expand Up @@ -3286,7 +3286,7 @@ The response includes a JSON object like the following:

**POST** `/instance/table/compact`

Makes database to perform compaction on a table.
Performs a compaction operation on a specified table.

### Request

Expand Down