Retrieve Service List

get

/services/{version}/installation/services

Retrieve a list of all Oracle GoldenGate services for the installation.

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

The service list was retrieved successfully.

Body ()
Root Schema : Oracle GoldenGate Services for the Installation
Type: object
Title: Oracle GoldenGate Services for the Installation
List of all Oracle GoldenGate services for the installation
Show Source
Nested Schema : services
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 64
Array of services for the installation
Show Source
Nested Schema : items
Type: object
Service characteristics
Show Source
  • Default Value: true
    Indicates the service is critical to the deployment
  • Minimum Length: 36
    Maximum Length: 36
    Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89ABab][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$
    The unique identifier for this service's deployment
  • Minimum Length: 1
    Maximum Length: 32
    Pattern: ^[A-Za-z][A-Za-z0-9-_.]*$
    The name for this service's deployment
  • Default Value: true
    Indicates the service is managed by the Service Manager
  • Indicates that the service expects an SSL connection
  • links
  • listeners
    Minimum Number of Items: 1
    Maximum Number of Items: 64
    Array of listener specifications for the service
  • Default Value: false
    Indicates the service is locked by a security administrator and cannot be started
  • Minimum Length: 36
    Maximum Length: 36
    Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89ABab][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$
    The unique identifier for this service
  • Minimum Length: 1
    Maximum Length: 64
    The name of this service
  • Default Value: stopped
    Allowed Values: [ "starting", "running", "stopped", "restart", "killed", "abended" ]
    Indicates the status of the service
Nested Schema : listeners
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 64
Array of listener specifications for the service
Show Source
Nested Schema : items
Type: object
Description of service listener
Show Source
Nested Schema : address
Service listening IP address
Match One
Show Source
  • Minimum Length: 7
    Maximum Length: 15
    Pattern: ^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)[.]){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
    Network IPv4 address
  • Minimum Length: 1
    Maximum Length: 256
    Pattern: ^((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])([.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])){3}))|:)))(%.+)?$
    Network IPv6 address
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "links":[
        {
            "href":"http://localhost:11001/services/v2/installation/services",
            "mediaType":"application/json",
            "rel":"canonical"
        },
        {
            "href":"http://localhost:11001/services/v2/installation/services",
            "mediaType":"application/json",
            "rel":"self"
        },
        {
            "href":"http://localhost:11001/services/v2/metadata-catalog/services",
            "mediaType":"application/schema+json",
            "rel":"describedby"
        }
    ],
    "messages":[
    ],
    "response":{
        "$schema":"ogg:installationServices",
        "services":[
            {
                "isSsl":false,
                "deploymentName":"Local",
                "enabled":true,
                "deploymentId":"808bf044-02df-4234-aaf3-3c1b649b8bc6",
                "status":"running",
                "critical":true,
                "serviceName":"adminsrvr",
                "links":[
                    {
                        "href":"http://localhost:11001/services/v2/content/",
                        "mediaType":"text/html",
                        "rel":"canonical"
                    }
                ],
                "locked":false,
                "serviceId":"716f5944-3680-4313-9a54-ba671503bd69",
                "listeners":[
                    {
                        "address":"127.0.0.1",
                        "port":11001
                    },
                    {
                        "address":"172.17.0.3",
                        "port":11001
                    }
                ]
            },
            {
                "isSsl":false,
                "deploymentName":"Local",
                "enabled":true,
                "deploymentId":"808bf044-02df-4234-aaf3-3c1b649b8bc6",
                "status":"running",
                "critical":true,
                "serviceName":"distsrvr",
                "links":[
                    {
                        "href":"http://localhost:11002/services/v2/content/",
                        "mediaType":"text/html",
                        "rel":"canonical"
                    }
                ],
                "locked":false,
                "serviceId":"d0903636-ba4c-43b0-8fcd-607c0482de2c",
                "listeners":[
                    {
                        "address":"127.0.0.1",
                        "port":11002
                    },
                    {
                        "address":"172.17.0.3",
                        "port":11002
                    }
                ]
            },
            {
                "isSsl":false,
                "deploymentName":"Local",
                "enabled":true,
                "deploymentId":"808bf044-02df-4234-aaf3-3c1b649b8bc6",
                "status":"running",
                "critical":false,
                "serviceName":"pmsrvr",
                "links":[
                    {
                        "href":"http://localhost:11004/services/v2/content/",
                        "mediaType":"text/html",
                        "rel":"canonical"
                    }
                ],
                "locked":false,
                "serviceId":"43f4df4c-af94-48db-b59a-72f16b99aefe",
                "listeners":[
                    {
                        "address":"127.0.0.1",
                        "port":11004
                    },
                    {
                        "address":"172.17.0.3",
                        "port":11004
                    }
                ]
            },
            {
                "isSsl":false,
                "deploymentName":"Local",
                "enabled":true,
                "deploymentId":"808bf044-02df-4234-aaf3-3c1b649b8bc6",
                "status":"running",
                "critical":true,
                "serviceName":"recvsrvr",
                "links":[
                    {
                        "href":"http://localhost:11003/services/v2/content/",
                        "mediaType":"text/html",
                        "rel":"canonical"
                    }
                ],
                "locked":false,
                "serviceId":"535d5eed-4215-4867-9432-7394726e1b02",
                "listeners":[
                    {
                        "address":"127.0.0.1",
                        "port":11003
                    },
                    {
                        "address":"172.17.0.3",
                        "port":11003
                    }
                ]
            }
        ]
    }
}
Back to Top