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

Backport of Add partition field for catalog deregister docs into release/1.19.x #21791

Open
wants to merge 2 commits into
base: release/1.19.x
Choose a base branch
from
Open
Changes from all 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: 10 additions & 0 deletions website/content/api-docs/catalog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ The behavior of the endpoint depends on what keys are provided.
You can also specify the namespace in the `Service` or `Check` fields;
if namespaces are specified in multiple places, they must all be the same.

- `Partition` `(string: "")` <EnterpriseAlert inline /> - Specifies the admin partition of the service and checks you deregister.

### Sample Payloads

```json
Expand All @@ -221,6 +223,14 @@ The behavior of the endpoint depends on what keys are provided.
}
```

```json
{
"Datacenter": "dc1",
"Node": "t2.320",
"Partition": "part-1"
}
```

```json
{
"Datacenter": "dc1",
Expand Down
Loading