Browse Source

Add partition field for catalog deregister docs (#21788)

* Add partition field for catalog deregister docs

* Update website/content/api-docs/catalog.mdx

Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>

---------

Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
pull/21792/head
John Maguire 2 months ago committed by GitHub
parent
commit
a689893991
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      website/content/api-docs/catalog.mdx

10
website/content/api-docs/catalog.mdx

@ -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; 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. 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 ### Sample Payloads
```json ```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 ```json
{ {
"Datacenter": "dc1", "Datacenter": "dc1",

Loading…
Cancel
Save