You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using the Java package im-java-api version 0.4.15 in indigo-dc orchestrator. I see from the code of IM that you have the force parameter (as reported in your guide) to force the deletion of an infrastructure. Unfortunately in the Java client for the REST API of the IM it is not supported. Indeed the function destroyInfrastructureAsync in the InfrastructureManager class is defined as
Hi,
I am using the Java package im-java-api version 0.4.15 in indigo-dc orchestrator. I see from the code of IM that you have the force parameter (as reported in your guide) to force the deletion of an infrastructure. Unfortunately in the Java client for the REST API of the IM it is not supported. Indeed the function destroyInfrastructureAsync in the InfrastructureManager class is defined as
and the only argument it takes is the infrastructure id. I tried to concatenate it with "?force=true" but it seems it doesn't work.
The text was updated successfully, but these errors were encountered: