Skip to content

Commit

Permalink
modify base on comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ruirui Zhang <mariazrr@amazon.com>
  • Loading branch information
ruai0511 committed Sep 13, 2024
1 parent 09a3db8 commit 8359033
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Setting | Default | Description
## Query group lifecycle APIs
Below are the APIs that can be used to manage the lifecycle of Query groups

Check warning on line 63 in _tuning-your-cluster/availability-and-recovery/workload-management.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.DirectionAboveBelow] Use 'following or later' instead of 'Below' for versions or orientation within a document. Use 'above' and 'below' only for physical space or screen descriptions. Raw Output: {"message": "[OpenSearch.DirectionAboveBelow] Use 'following or later' instead of 'Below' for versions or orientation within a document. Use 'above' and 'below' only for physical space or screen descriptions.", "location": {"path": "_tuning-your-cluster/availability-and-recovery/workload-management.md", "range": {"start": {"line": 63, "column": 1}}}, "severity": "WARNING"}

### Create Query Group
### Create query group
Creates a new Query group with the specified properties.

#### Example request
Expand Down Expand Up @@ -92,7 +92,7 @@ PUT _wlm/query_group
}
```

### Update Query Group
### Update query group
Updates the properties of an existing Query Group.

#### Example request
Expand All @@ -119,7 +119,7 @@ PUT _wlm/query_group/analytics
"updated_at":1726270333804
}
```
### Get Query Group
### Get query group
Retrieves the properties of the provided Query Group.

#### Example request
Expand All @@ -143,7 +143,7 @@ GET _wlm/query_group/analytics
]
}
```
### Get All Query Groups
### Get all query groups
Retrieves the properties of all Query groups in the cluster.

#### Example request
Expand Down Expand Up @@ -177,7 +177,7 @@ GET _wlm/query_group
]
}
```
### Delete Query Group
### Delete query group
Delete the provided Query group.

#### Example request
Expand Down

0 comments on commit 8359033

Please sign in to comment.