Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
premnalla committed May 24, 2024
1 parent 9306f76 commit abd4bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ A cookie will be returned by ClusterControl back-end and saved in the `cookie.ja
Execute the following additional curl command and check the response to make sure you are properly authenticated with ClusterControl.

```shell
curl -k -b cookie.jar.txt -k 'https://10.0.0.5:9501/v2/clusters' -XPOST -d '{"operation": "getAllClusterInfo"}'
curl -k -b cookie.jar.txt 'https://10.0.0.5:9501/v2/clusters' -XPOST -d '{"operation": "getAllClusterInfo"}'
```
Response should look like the following `JSON`:
```json
Expand Down

0 comments on commit abd4bd0

Please sign in to comment.