F5Networks / f5-appsvcs-templates

F5 BIG-IP Application Service Templates (FAST)
Apache License 2.0
32 stars 13 forks source link

Ability to rename applications within a tenant #89

Closed ghost closed 2 years ago

ghost commented 2 years ago

Is there a way to rename an application within a tenant in a single FAST API call? I believe the proper procedure would be to snapshot the existing app via API, update the application name, delete the existing FAST deployment and then resend the FAST deployment with the updated application name value.

delgadillo22 commented 2 years ago

Hi, no there isn't a way to rename an application within a tenant with a single FAST API call. Application name is immutable. As you stated, you'll need to delete and redeploy in order to change the application name.

ghost commented 2 years ago

Thank you for the clarification.