The Jenkins API Python library is quite old and does not support the current version

Jenkins setup:
Jenkins 2.452.1
python-jenkins 1.8.2

Requirement:My requirement is to create a batch of nodes, obtain secure access, and then deploy a batch of Jenkins agents. After that, I need to create about 70 jobs and agents.

Question: When using Python to create a node, I found that the create_node method is missing many parameter options. I’m not sure if it’s because I don’t know how to use it or if it’s not supported in the latest version of Jenkins.