Bug ID 898133: Force-Delete API does not support service catalog application services on SSGs

Last Modified: Jul 12, 2023

Affected Product(s):
BIG-IQ Applications(all modules)

Known Affected Versions:
7.0.0, 7.0.0.1, 7.0.0.2, 7.1.0, 7.1.0.1, 7.1.0.2, 7.1.0.3, 7.1.6, 7.1.6.1, 7.1.7, 7.1.7.1, 7.1.7.2, 7.1.8, 7.1.8.1, 7.1.8.2, 7.1.8.3, 7.1.8.4, 7.1.8.5, 7.1.9, 7.1.9.7, 7.1.9.8, 7.1.9.9

Opened: Apr 11, 2020

Severity: 4-Minor

Symptoms

The Force-Delete call fails if you try to run it on a service catalog application that deploys to an SSG.

Impact

You cannot use Force-Delete API for this task.

Conditions

Force delete a service catalog application on an SSG.

Workaround

Using a REST API client like PostMan, make these calls to your BIG-IQ: 1) Post a GET to /cm/global/tasks/apply-template, find the failed 'DELETE' task for the application. Copy the full task body. This will likely be the last task body if you have had several deployments. 2) Do the following to the task body: Delete all the fields except: "mode", "name", "deploy", "subPath", "partition", "ssgReference", and "configSetName", then change "deploy" to false, and change "mode" to DELETE. 3) POST to /cm/global/tasks/apply-template with the modified task body in Step 2.

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips