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

* backport of commit a0b29b0eed

* backport of commit 64cf21e0d1

---------

Co-authored-by: jm96441n <john.maguire@hashicorp.com>
pull/21825/head
hc-github-team-consul-core 2024-10-14 10:57:34 -04:00 committed by GitHub
parent a3bf06dd1c
commit 8c581524bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -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
@ -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",