Service Health Summary

get

/services/{version}/config/health

Retrieve summary information for the service health.

Request

Path Parameters

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Service Health
Type: object
Title: Oracle GoldenGate Service Health
This schema describes the health of an OGG service
Show Source
  • Allowed Values: [ "ogg:health" ]
  • criticalResources
    Minimum Number of Items: 1
    Maximum Number of Items: 65535
  • Minimum Length: 1
    Maximum Length: 32
    Pattern: ^[A-Za-z][A-Za-z0-9-_.]*$
    Name of the Oracle GoldenGate deployment
  • Microservice health indicator
  • Minimum Length: 1
    Maximum Length: 64
    Name of the OGG Microservice
  • Minimum Length: 20
    Maximum Length: 32
    Pattern: ^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
    Date and time the service started
Nested Schema : criticalResources
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 65535
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : status
Match Any
Show Source
  • Allowed Values: [ "starting", "running", "stopped", "killed", "abended" ]
  • Allowed Values: [ "restarting", "disabled" ]
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "links":[
        {
            "href":"http://localhost:11001/services/v2/config/health",
            "mediaType":"application/json",
            "rel":"canonical"
        },
        {
            "href":"http://localhost:11001/services/v2/config/health",
            "mediaType":"application/json",
            "rel":"self"
        },
        {
            "href":"http://localhost:11001/services/v2/metadata-catalog/health",
            "mediaType":"application/schema+json",
            "rel":"describedby"
        }
    ],
    "messages":[
    ],
    "response":{
        "$schema":"ogg:health",
        "deploymentName":"Local",
        "healthy":true,
        "serviceName":"adminsrvr",
        "started":"2017-12-14T12:41:55.759Z"
    }
}