<< Click to Display Table of Contents >> Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > Proxmox > Connector Parameters Authentication |
This parameter contains the URL to the endpoint of the server.
Technical Name |
server_url |
Category |
Authentication |
Type |
String |
Default Value |
{empty} |
Example Values |
https://example.com:8006 |
By default, the server listens on port 8006 as is described in the official documentation.
This parameter can be used to turn off all validity checks of SSL/TLS certificates (highly discouraged!).
Technical Name |
ignore_certificates |
Category |
Authentication |
Type |
Boolean (true or false) |
Default Value |
false |
Example Values |
false |
This parameter contains a part of the PVEAPIToken.
Technical Name |
username |
Category |
Authentication |
Type |
String |
Default Value |
{empty} |
Example Values |
|
This parameter contains a part of the PVEAPIToken.
Technical Name |
api_token |
Category |
Authentication |
Type |
String |
Default Value |
{empty} |
Example Values |
|
The PVEAPIToken used for authentication is constructed from multiple parts. The required parts are username, realm, tokenId , and UUID (apiToken).
This parameter contains part of the PVEAPIToken.
Technical Name |
realm |
Category |
Authentication |
Type |
String |
Default Value |
{empty} |
Example Values |
|
The PVEAPIToken used for authentication is constructed from multiple parts. The required parts are username, realm, tokenId , and UUID (apiToken).
This parameter contains part of the PVEAPIToken.
Technical Name |
token_id |
Category |
Authentication |
Type |
String |
Default Value |
{empty} |
Example Values |
|
The PVEAPIToken used for authentication is constructed from multiple parts. The required parts are username, realm, tokenId , and UUID (apiToken).