Cannot delete application service using Aria Operations REST API swagger
search cancel

Cannot delete application service using Aria Operations REST API swagger

book

Article ID: 406963

calendar_today

Updated On:

Products

VCF Operations/Automation (formerly VMware Aria Suite)

Issue/Introduction

Attempting to remove an application service configuration using the API call fails with HTTP response code 422 and message: "Configuration is not valid" 

 

Environment

Aria Operations 8.x

Resolution

 

Workaround:

If your service contains a config name with spaces you need to add 2 additional spaces after first word of the service name 

example:

body:

{
  "services" : [ {
    "serviceName" : "serviceavailability",
    "configNames" : [ "Services   exec dhcp" ]

     }] 

}

Engineering are aware of the issue and a fix will be provided in a future release.