Can I change the name of a Generic Service?
So this is what I did, I made a bunch of generic services with names as the URL it is attempting to reach. For example, I made the name:
https://example.place.com:8888/context/AnotherPlace?user=somebody HTTP Ping
Now something is that string is tripping up OEM and I cannot access certain things like SLA and stuff. So want to change it to something that is more acceptable like
example.place.com:8888_context_AnotherPlace_HTTP_Ping
The problem is I can't figure out how I can do that on the console. Is there a way to do that? Console or SQL?