Get a list of distribution paths

get

/services/{version}/targets

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

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
Additional Properties Allowed: true
Show Source
Nested Schema : status
Item status
Match Any
Show Source
  • Allowed Values: [ "starting", "running", "stopped", "killed", "abended" ]
  • Default Value: stopped
    Allowed Values: [ "paused", "running", "stopping", "stopped", "killed", "uninitialized" ]
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "$schema":"ogg:collection",
        "distpaths":[
            {
                "name":"path1",
                "links":[
                    {
                        "rel":"canonical",
                        "href":"http://ogg.example.com:9002/services/v2/targetPaths/path1",
                        "mediaType":"application/json"
                    },
                    {
                        "rel":"describedby",
                        "href":"http://ogg.example.com:9002/services/v2/targetPaths/path1",
                        "mediaType":"application/schema+json"
                    }
                ]
            },
            {
                "name":"path2",
                "links":[
                    {
                        "rel":"canonical",
                        "href":"http://ogg.example.com:9002/services/v2/targetPaths/path2",
                        "mediaType":"application/json"
                    },
                    {
                        "rel":"describedby",
                        "href":"http://ogg.example.com:9002/services/v2/targetPaths/path2",
                        "mediaType":"application/schema+json"
                    }
                ]
            }
        ]
    },
    "messages":[
    ],
    "links":[
    ]
}
Back to Top