f5-common-python
f5-common-python copied to clipboard
Some unnamed resources need to support POST
/mgmt/tm/shared/licensing/activation endpoint in REST supports POST,
currently we do not allow POST, since this is Unnamed Resource: https://github.com/F5Networks/f5-common-python/blob/acb2efb4e902afaf12b56e1794efe1cb17211493/f5/bigip/tm/shared/licensing.py#L59
I will fix this immediate problem but we need to start looking at reworking some of the ways we construct/obtain URLs. Maybe looking at json kind and parsing it is the way to go? This will also address the long standing _s, s endings in collections :)
@zancas @caphrim007 @pjbreaux