Results 8 comments of Jason Rahm

You can PUT to https://host/mgmt/tm/sys/syslog and update the include attribute.

@Ronnie110755 I created (and tested locally) an example with python and bigrest in [python in this gist](https://gist.github.com/jasonrahm/ef740a79359774aabadd0a9f6f092513)

Yes @Ronnie110755, if you want to use a postman collection, you can do that as well. Just PUT to https://host/mgmt/tm/sys/syslog with json body like: `{"include": "syslog config details here...use \n...

glad they are working. You do need to save config for it to persist, though. ` /mgmt/tm/sys/config -d '{"command":"save"}'`

i wonder if the dash in the kind is the problem as that is similar in both issues. I can load the profiles by name just fine. We are no...

hi @shariaty59 did you do a node.update() after setting the fqdn attributes? Setting them locally doesn't automatically update the object on BIG-IP, it just updates the local python object until...

I am using it @DiagramsAddict to automate some sequence templating with motion graphic templates and sequence rendering since we need to export each sequence to many brands with and without...

created https://github.com/qmasingarbe/pymiere/pull/83 to fix the distutils issue.