infobloxopen / infoblox-client

Infoblox NIOS Python WAPI Client
Apache License 2.0
142 stars 104 forks source link

Help needed #304

Closed arezazadeh closed 2 years ago

arezazadeh commented 2 years ago

Hi All,

I have a big task on my plate, which i have to go to ~ 3000 networks and change their "member assignment" to a different ip/member.

i have been looking around but cant find the correct end-point for this.

any help is highly appreciate it! Thanks, Ahmad.

sarya-infoblox commented 2 years ago

Hi @arezazadeh we are working on your request, will get back to you soon.

arezazadeh commented 2 years ago

Thanks so much

sarya-infoblox commented 2 years ago

Hi @arezazadeh , you can try changing member assignment with the wapi calls. below is the example for that-

curl -k -u : -H 'content-type:application/json' -X PUT "https:///wapi/v2.11/network/://" -d '{"members": [{"_struct": "dhcpmember", "name": "i"}]}'

Let me know if this helps?

sarya-infoblox commented 2 years ago

Hi,

Closing the issue as there is no further response.