Results 8 comments of Mike Levine

There are a couple issues here. - One is timing because the gtm sub-system takes some time to discover ltm virtuals when `virtualServerDiscoveryMode` is enabled. We are resolving this by...

Since you are using auto-sync, please configure the device group to save-on-auto-sync. > save-on-auto-sync Specifies whether to save the configuration on the remote devices following an automatic configuration synchronization. A...

I don't believe the npm install is actually needed. The tarballs do have all the dependencies and you should just be able to untar them to the appropriate location. What...

This will be fixed in 3.42, but you will need to `bigstart restart restjavad restnoded` after disabling the default admin user

The `%` format was done to satisfy [this issue](#156) and is for variable substitution as defined in the 'About variable substitution' section on [this page](https://techdocs.f5.com/en-us/bigip-15-0-0/big-ip-systems-user-account-administration/remote-user-account-management.html#GUID-214EDA81-E145-45E1-B552-6B9C3A0F3C3F). Does that work for your...

> Is there anyway to completely wipe the box state/DO declaration? DO needs something to set back to in the case that you post a declaration and later post another...

'originalConfig' is the state of the device when DO receives it's first declaration (before applying any changes). By deleting the 'originalConfig' you are tricking DO into thinking that it has...

Agreed. We generally have to retry on errors in DO because the VE may still be coming up. However, if we get a 401 we can stop trying (or at...