docs: Fix minor fuzzy search things (#10423)
This commit is contained in:
parent
2d6c75a17f
commit
2a72920af1
|
@ -259,23 +259,23 @@ $ curl \
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Scope (jobs)
|
#### Scope (jobs)
|
||||||
|
|
||||||
- `Scope[0]` : Namespace
|
- `Scope[0]` : Namespace
|
||||||
- `Scope[1]` : Job ID
|
- `Scope[1]` : Job ID
|
||||||
|
|
||||||
##### Scope (groups)
|
#### Scope (groups)
|
||||||
|
|
||||||
- `Scope[0]` : Namespace
|
- `Scope[0]` : Namespace
|
||||||
- `Scope[1]` : Job ID
|
- `Scope[1]` : Job ID
|
||||||
|
|
||||||
##### Scope (tasks)
|
#### Scope (tasks)
|
||||||
|
|
||||||
- `Scope[0]` : Namespace
|
- `Scope[0]` : Namespace
|
||||||
- `Scope[1]` : Job ID
|
- `Scope[1]` : Job ID
|
||||||
- `Scope[2]` : Group
|
- `Scope[2]` : Group
|
||||||
|
|
||||||
##### Scope (group services)
|
#### Scope (group services)
|
||||||
|
|
||||||
- `Scope[0]` : Namespace
|
- `Scope[0]` : Namespace
|
||||||
- `Scope[1]` : Group
|
- `Scope[1]` : Group
|
||||||
|
|
|
@ -37,7 +37,7 @@ server {
|
||||||
|
|
||||||
- `limit_query` `(int: 20)` - Specifies the maximum number of Nomad objects to
|
- `limit_query` `(int: 20)` - Specifies the maximum number of Nomad objects to
|
||||||
search through per context type in the Nomad server before truncating results.
|
search through per context type in the Nomad server before truncating results.
|
||||||
Setting this parameter to high value may degrade Nomad server performance.
|
Setting this parameter to a high value may degrade Nomad server performance.
|
||||||
|
|
||||||
- `limit_results` `(int: 100)` - Specifies the maximum number of matching results
|
- `limit_results` `(int: 100)` - Specifies the maximum number of matching results
|
||||||
to accumulate per context type in the API response before truncating results.
|
to accumulate per context type in the API response before truncating results.
|
||||||
|
|
Loading…
Reference in New Issue