Describe Catalog Item

get

/services/{version}/metadata-catalog/{resource}

Use this endpoint to describe a single item in the metadata catalog. A list of items in the metadata catalog is obtained using the Retrieve Catalog endpoint.

Request

Path Parameters
  • Minimum Length: 1
    Maximum Length: 64

    Name of the item in the metadata catalog.

  • Oracle GoldenGate Service API version.

    Allowed Values: [ "v2" ]

Response

Supported Media Types

200 Response

The metadata catalog item was retrieved successfully.

Body ()
Root Schema : Oracle GoldenGate RESTful API
Type: object
Title: Oracle GoldenGate RESTful API
Show Source
Example Response (application/json)
{
    "$schema":"api:catalogItem",
    "links":[
        {
            "href":"http://localhost:11001/services/v2/metadata-catalog/extract",
            "mediaType":"application/json",
            "rel":"canonical"
        },
        {
            "href":"http://localhost:11001/services/v2/metadata-catalog/extract",
            "mediaType":"application/schema+json",
            "rel":"alternate"
        },
        {
            "href":"http://localhost:11001/services/v2/metadata-catalog",
            "mediaType":"application/json",
            "rel":"parent"
        },
        {
            "href":"http://localhost:11001/services/v2/extracts/%7Bextract%7D",
            "mediaType":"application/json",
            "rel":"describes"
        }
    ],
    "name":"extract"
}