Retrieve an existing Service Health

get

/services/{version}/mpoints/{item}/serviceHealth

Required Role: User

Retrieve an existing Service Health

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Service Health
Type: object
Title: Oracle GoldenGate Service Health
Show Source
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "links":[
        {
            "rel":"canonical",
            "href":"http://127.0.0.1:9015/services/v2/mpoints/ADMINSRVR/serviceHealth",
            "mediaType":"application/json"
        },
        {
            "rel":"self",
            "href":"http://127.0.0.1:9015/services/v2/mpoints/ADMINSRVR/serviceHealth",
            "mediaType":"application/json"
        },
        {
            "rel":"describedby",
            "href":"http://127.0.0.1:9015/services/v2/metadata-catalog/serviceHealth",
            "mediaType":"application/schema+json"
        }
    ],
    "messages":[
    ],
    "response":{
        "$schema":"mpoints:serviceHealth",
        "isHealthy":true,
        "criticalResourcesHealthy":"2",
        "criticalResourcesUnhealthy":"0"
    }
}
Back to Top