Get a list of distribution paths

get

/services/{version}/sources

Request

Path Parameters

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
Show Source
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/distpaths/path1",
                        "mediaType":"application/json"
                    },
                    {
                        "rel":"describedby",
                        "href":"http://ogg.example.com:9002/services/v2/distpaths/path1",
                        "mediaType":"application/schema+json"
                    }
                ]
            },
            {
                "name":"path2",
                "links":[
                    {
                        "rel":"canonical",
                        "href":"http://ogg.example.com:9002/services/v2/distpaths/path2",
                        "mediaType":"application/json"
                    },
                    {
                        "rel":"describedby",
                        "href":"http://ogg.example.com:9002/services/v2/distpaths/path2",
                        "mediaType":"application/schema+json"
                    }
                ]
            }
        ]
    },
    "messages":[
    ],
    "links":[
    ]
}