question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

inheritedTrafficGroup Can not be modified. Bug?

See original GitHub issue

I am trying to change my logging profile

newAppSvc = mgmt.tm.sys.application.services.service.load(name=CURRENT_AS_NAAM, partition="Test")
newAppSvc.lists.append({"name": "sect_AdditionalFeatures__mchc_LoggingProfiles", "value": oldLoggingProfiles})
newAppSvc.update()

After the update the correct logging profile is added but the inheritedTrafficGroup is changed to false. I tried to reset it to true with the following code but had the same result:

newAppSvc.inheritedTrafficGroup='true'
newAppSvc.update()

Is there some way that I can use the update() function for this without it changing the inheritedTrafficGroup value?

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
wojtek0806commented, Aug 7, 2018

modify(inheritedTrafficGroup=‘true’) you would use keyword arguments as a parameter

1reaction
wojtek0806commented, Aug 7, 2018

Please use modify() function instead, update() runs on PUT HTTP method and that causes undefined features to be replaced by default in BIGIP. Let me know if this works with modify()

Read more comments on GitHub >

github_iconTop Results From Across the Web

K14650: When multiple iApps use the same virtual address ...
To work around this issue, you can disable inherited traffic group selection for the affected iApps. To do so, perform the following procedure:....
Read more >
Item cannot be modified - Bug Report
Multiple items on my character can no longer be upgraded despite having all the prerequisites. I instead get an error saying ' item...
Read more >
bigip_partition does not set description on the sys folder ...
Could the module be modified/augmented to set the "description" value for both of the corresponding configuration objects "auth partition" and " ...
Read more >
Deploy an application Service from an iApp template via tmsh
First off Deploying an iApp from tmsh is not like deploying it from the gui. ... Then just tack these modified sections on...
Read more >
Unable to modify my Khanjali and buggy vehicle ...
After some trail and error, more problems appear as the tank doesn't even show up on the vehicle management tab. Is there anything...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found