- A lot of applications are created in Cobra would benefit from easily being able to subscribe to Manage Objects...When will this become available or is it even in the pipeline
Cobra is auto-generated for the most part and isn’t getting tons of attention from a roadmap/features standpoint. For what it’s worth, event subscription is a very simple thing with the ACI toolkit. Nothing prevents you from using both Cobra and the ACI toolkit modules inside your code.
Example: https://github.com/cpaggen/aci/blob/master/events.py
Second:
In addition to raw URL subscriptions, you can also subscribe to ACI toolkit objects, such as this example:
https://github.com/datacenter/acitoolkit/blob/master/samples/aci-subscribe-tenants.py
Comments
0 comments
Please sign in to leave a comment.