Last Modified: May 25, 2022
Affected Product:
See more info
BIG-IQ Device
Opened: Apr 16, 2020
Severity: 4-Minor
If DO request does not contain 'bigiqSettings' property, the request does not error out properly. The API does not return an error and the task status continues to display as running. The only error is in the restnoded.log.
The task never completes.
DO request does not contain 'bigiqSettings'
Include the following property to work around this issue: "bigIqSettings": { "failImportOnConflict": false, "conflictPolicy": "USE_BIGIQ", "deviceConflictPolicy": "USE_BIGIP", "versionedConflictPolicy": "KEEP_VERSION", "clusterName": "<clustername>" } in DO declaration.
None