Verified that service added to parent service via REST API is visible in UI when "display" is set to "true":
POST /api/services
{
"action" : "create",
"resource" : {
"name" : "test_service01",
"description" : "Test Service 01",
"display": true
}
}
POST /api/services
{
"action" : "create",
"resource" : {
"name" : "test_service02",
"description" : "Test Service 02",
"parent_service" : { "id" : <test_service01 id> },
"display": true
}
}
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2017:1758