mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs: fix typo in the curl command (#6109)
(cherry picked from commit 7b20de4674
)
This commit is contained in:
parent
f20cd59f77
commit
097cc8a2a8
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ groups:
|
||||||
Upload rules to the Managed VictoriaMetrics using the following command:
|
Upload rules to the Managed VictoriaMetrics using the following command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl https://https://cloud.victoriametrics.com/api/v1/deployments/DEPLOYMENT_ID/rule-sets/files/testing-rules -v -H 'X-VM-Cloud-Access: CLOUD_API_TOKEN' -XPOST --data-binary '@testing-rules.yaml'
|
curl https://cloud.victoriametrics.com/api/v1/deployments/DEPLOYMENT_ID/rule-sets/files/testing-rules -v -H 'X-VM-Cloud-Access: CLOUD_API_TOKEN' -XPOST --data-binary '@testing-rules.yaml'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
Loading…
Reference in a new issue