List Services

get

/services/{version}/deployments/{deployment}/services

Retrieve the collection of Oracle GoldenGate Services in a deployment.

Request

Path Parameters
  • Minimum Length: 1
    Maximum Length: 32
    Pattern: ^[A-Za-z][A-Za-z0-9-_.]*$

    Name for the Oracle GoldenGate deployment.

  • Oracle GoldenGate Service API version.

    Allowed Values: [ "v2" ]

Response

Supported Media Types

200 Response

The list of services for the deployment was retrieved successfully.

Body ()
Root Schema : Oracle GoldenGate Collection
Type: object
Title: Oracle GoldenGate Collection
Show Source
Nested Schema : items
Type: array
Minimum Number of Items: 0
Maximum Number of Items: 32767
Show Source
Nested Schema : items
Type: object
Show Source
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "links":[
        {
            "href":"http://localhost:11000/services/v2/deployments/Local/services",
            "mediaType":"application/json",
            "rel":"canonical"
        },
        {
            "href":"http://localhost:11000/services/v2/deployments/Local/services",
            "mediaType":"application/json",
            "rel":"self"
        },
        {
            "href":"http://localhost:11000/services/v2/metadata-catalog/services",
            "mediaType":"application/schema+json",
            "rel":"describedby"
        }
    ],
    "messages":[
    ],
    "response":{
        "$schema":"ogg:collection",
        "items":[
            {
                "$schema":"ogg:collectionItem",
                "links":[
                    {
                        "href":"http://localhost:11000/services/v2/deployments/Local/services",
                        "mediaType":"application/json",
                        "rel":"parent"
                    },
                    {
                        "href":"http://localhost:11000/services/v2/deployments/Local/services/adminsrvr",
                        "mediaType":"application/json",
                        "rel":"canonical"
                    }
                ],
                "name":"adminsrvr"
            },
            {
                "$schema":"ogg:collectionItem",
                "links":[
                    {
                        "href":"http://localhost:11000/services/v2/deployments/Local/services",
                        "mediaType":"application/json",
                        "rel":"parent"
                    },
                    {
                        "href":"http://localhost:11000/services/v2/deployments/Local/services/distsrvr",
                        "mediaType":"application/json",
                        "rel":"canonical"
                    }
                ],
                "name":"distsrvr"
            },
            {
                "$schema":"ogg:collectionItem",
                "links":[
                    {
                        "href":"http://localhost:11000/services/v2/deployments/Local/services",
                        "mediaType":"application/json",
                        "rel":"parent"
                    },
                    {
                        "href":"http://localhost:11000/services/v2/deployments/Local/services/pmsrvr",
                        "mediaType":"application/json",
                        "rel":"canonical"
                    }
                ],
                "name":"pmsrvr"
            },
            {
                "$schema":"ogg:collectionItem",
                "links":[
                    {
                        "href":"http://localhost:11000/services/v2/deployments/Local/services",
                        "mediaType":"application/json",
                        "rel":"parent"
                    },
                    {
                        "href":"http://localhost:11000/services/v2/deployments/Local/services/recvsrvr",
                        "mediaType":"application/json",
                        "rel":"canonical"
                    }
                ],
                "name":"recvsrvr"
            }
        ]
    }
}