- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Permissions for PTR Record?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2020 11:23 AM
Hello,
I'm not administering Infoblox, I'm only trying to automate the creation of some records.
I was able to add 'A' records successfuly, but I'm in troubles for PTR records. Seems a permission problem, may you tell me what should I need to ask for to the Infoblox administrator?
When I query for the 'ptr'
curl -k -u userasswd -X GET "https://192.16.0.1/wapi/v2.7/recordtr_return_as_object=1"
It just returns an []
And If I'll try to create it:
curl -k -u userasswd -X POST "https://192.16.0.1/wapi/v2.7/recordtr" -H "Content-Type:application/json" --data {"ptrdname": "mycomputer.mydomain.com","ipv4addr": "10.10.55.69"}
I got this error..
Error": "AdmConDataError: None (IBDataConflictError: IB.Data.Conflict:Write permission for the resource record type 'PTR' i
code": "Client.Ibap.Data.Conflict",
text": "Write permission for the resource record type 'PTR' in the zone 'x.x.x.x/x' is required for this operation."
Do I need some additional permisions for PTR records?
Regards
Solved! Go to Solution.
Re: Permissions for PTR Record?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2020 06:54 AM
Hi,
Can you get the admin to add Read/Write permissions for the PTR Records in the Administration tab?
Here is a sample screenshot for Global Permissions.
Hope this helps,
Krishna
Re: Permissions for PTR Record?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2020 07:34 AM
Hi,
I don't have access to this screen, as I'm not an Infoblox admin.
But now, With this reference It's clear for me that I need these permissions, and I could ask to the admins for these permissions.
Thx.