Hello, trying to use an ansible playbook that calls the api, but having issues. support had me run a curl command to see if it is working and getting an error there as well. I have verified that the user/password is correct. they refereed me here to help me get this resolved. thank you in advnace.
Command Ran: curl -X GET -u username:password -k "https://<ip_address>/api/cluster?fields=version"
error: curl: (7) failed to connect to <ip> port 443 after 4ms: connection refused