Types

get

/services/{version}/dataTargetTypes

Retrieve supported data target types from the Distribution Server

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Collection of supported data target types 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
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",
    "links":[
        {
            "rel":"canonical",
            "href":"http://serverhost:9002/services/v2/dataTargetTypes",
            "mediaType":"application/json"
        },
        {
            "rel":"self",
            "href":"http://serverhost:9002/services/v2/dataTargetTypes",
            "mediaType":"application/json"
        },
        {
            "rel":"describedby",
            "href":"http://serverhost:9002/services/v2/metadata-catalog/dataTargetTypes",
            "mediaType":"application/schema+json"
        }
    ],
    "messages":[
    ],
    "response":{
        "items":[
            {
                "links":[
                    {
                        "rel":"parent",
                        "href":"http://serverhost:9002/services/v2/dataTargetTypes",
                        "mediaType":"application/json"
                    },
                    {
                        "rel":"canonical",
                        "href":"http://serverhost:9002/services/v2/dataTargetTypes/distPathEndpointTrail",
                        "mediaType":"application/json"
                    }
                ],
                "$schema":"ogg:collectionItem",
                "name":"distPathEndpointTrail"
            },
            {
                "links":[
                    {
                        "rel":"parent",
                        "href":"http://serverhost:9002/services/v2/dataTargetTypes",
                        "mediaType":"application/json"
                    },
                    {
                        "rel":"canonical",
                        "href":"http://serverhost:9002/services/v2/dataTargetTypes/remoteXMLDataTarget",
                        "mediaType":"application/json"
                    }
                ],
                "$schema":"ogg:collectionItem",
                "name":"remoteXMLDataTarget "
            }
        ],
        "$schema":"ogg: collection "
    }
}
Back to Top