Skip to content

Can you create custom fields? #79

Answered by cmeissner
TafkaMax asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @TafkaMax

Thank you for bringing this question to our attention. Short answer is no - there is no module to manage custom fields.

I investigate this topic a bit further and come to the conclusion that there is no API endpoint to manage custom fields in phpipam yet.

You can ask for available API endpoints within phpypam library as followed:

$ python
Python 3.9.11 (main, Mar 21 2022, 19:15:19) 
[GCC 11.2.1 20220127 (Red Hat 11.2.1-9)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import phpypam
>>> pi = phpypam.api(url='https://localhost:8443', app_id='ansible', username='admin', password='ipamadmin', ssl_verify=False)
>>> pi.controllers()
{'sections…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by TafkaMax
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants