Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Getting the list of values in ENUM type Extensible Attributes #371

Open
nikhilsharma343 opened this issue Jul 25, 2023 · 0 comments
Open

Comments

@nikhilsharma343
Copy link

Hi, I am not able to sort out how we can pull the list of values in ENUM type Extensible Attributes. I used below to get the EA Defination but couldn't sort this:

fcv=objects.EADefinition.search(conn, name='subnetInfo')
DEBUG:infoblox_client.connector:Sending get request to https://gridmaster-lab.xyz.com/wapi/v2.1/extensibleattributedef?name=subnetInfo&_return_fields=comment%2Cdefault_value%2Cname%2Ctype with parameters {'timeout': 10, 'headers': {'Content-type': 'application/json'}, 'verify': False}
DEBUG:urllib3.connectionpool:Resetting dropped connection: gridmaster-lab.xyz.com
DEBUG:urllib3.connectionpool:https://gridmaster-lab.xyz.com:443 "GET /wapi/v2.1/extensibleattributedef?name=subnetInfo&_return_fields=comment%2Cdefault_value%2Cname%2Ctype HTTP/1.1" 200 None

print(fcv.list_values)
None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant