-
-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Used netbox 4.2.9 and proxbox 0.0.6b2
Connectivity to netbox API works only as http://localhost:8001. Despite working nginx and https plugin is unable to connect using https://fqdn.
connectivity to proxmox is not working neither ip nor domain
Trying to establish connection to NetBox using SQL database...
proxmox_schemas: [ProxmoxSessionSchema(ip_address='some_ip', domain='', http_port=8006, user='user@pam', password=None, token=ProxmoxTokenSchema(name='user', value='user'), ssl=False)]
INPUT is Pydantic Model ProxmoxSessionSchema
Using token to authenticate with Proxmox
Using IP some_ip address to authenticate with Proxmox as domain is not provided
INFO: 127.0.0.1:39182 - "GET /proxmox/version?ip_address=some_ip HTTP/1.1" 400 Bad Request