Attempting to remove an application service configuration using the API call fails with HTTP response code 422 and message: "Configuration is not valid"
Aria Operations 8.x
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.