Hi ,
I'm new to proxmox , and I'm trying to connect to a cluster using the API token.
I installed the module https://github.com/Corsinvest/cv4pve-api-powershell, and when trying to connect using the below command:
Connect-pvecluster -HostsAndPorts {clusterIP} -skipCertificateCheck -ApiToken {apitoken}
I got no ticket generated.
The token have full access . and the Apitoken syntax is like the below:
PVEAPITOKEN = user@realm!tokeinID=UUID
where can i got the Token UUID ? any one can help with the list of commands in order to connect to the cluster using API token via powershell ?
I'm new to proxmox , and I'm trying to connect to a cluster using the API token.
I installed the module https://github.com/Corsinvest/cv4pve-api-powershell, and when trying to connect using the below command:
Connect-pvecluster -HostsAndPorts {clusterIP} -skipCertificateCheck -ApiToken {apitoken}
I got no ticket generated.
The token have full access . and the Apitoken syntax is like the below:
PVEAPITOKEN = user@realm!tokeinID=UUID
where can i got the Token UUID ? any one can help with the list of commands in order to connect to the cluster using API token via powershell ?