Skip to content

Commit 0db9492

Browse files
committed
fix
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent a0041c2 commit 0db9492

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/adminguide/extensions/builtin_extensions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ Note down the **user**, **token**, and **secret**.
4545
|proxmox-add-token.png|
4646
|proxmox-api-token-permission.png|
4747

48-
To check whether the **token** and **secret** are working fine, you can check the following:
48+
To check whether the **token** and **secret** are working fine, you can check the following from the CloudStack Management Server:
4949

5050
.. code-block:: bash
5151
52-
export PVE_TOKEN='root@pam!token2=secret'
52+
export PVE_TOKEN='root@pam!<PROXMOX_TOKEN>=<PROXMOX_SECRET>'
5353
54-
curl -s -k -H "Authorization: PVEAPIToken=$PVE_TOKEN" https://<proxmox-ip>:8006/api2/json/version | jq
54+
curl -s -k -H "Authorization: PVEAPIToken=$PVE_TOKEN" https://<PROXMOX_URL>:8006/api2/json/version | jq
5555
5656
It should return a JSON response similar to this:
5757

0 commit comments

Comments
 (0)