Retrieve Trail Sequence

get

/services/{version}/trails/{trail}/sequences/{sequence}

Required Role: Administrator

Retrieve a trail sequence

Request

Path Parameters
  • The trail sequence number

  • Minimum Length: 2
    Maximum Length: 512
    Pattern: ^[a-zA-Z0-9_#$-]*$

    The name of the Trail. This corresponds to the trailName property in the ogg:trail resource or the trail filesystem path.

    A trail name can be either a human-friendly name like HumanResources or a two-character name plus a query parameter called 'path' whose value is the URI-encoded trail filesystem path, like ea?path=north%2Femployees. When a short name and a URI-encoded path is used for the trail name, it must match the name and path properties in the corresponding ogg:trail resource.

    A trail called HumanResources with the path/name set to north/employees/ea can be referred to as either HumanResources or ea?path=north%2Femployees, but the canonical name is always the human-friendly name.

    POST operations accept only the human-friendly name.

  • Oracle GoldenGate Service API version.

    Allowed Values: [ "v2" ]
Query Parameters
  • When provided, download the trail sequence content.

  • The name of encryption key used to encrypt the trail sequence when the trail sequence content is retrieved.

Back to Top

Response

Supported Media Types

200 Response

Trail sequence retrieved

Body ()
Root Schema : Oracle GoldenGate Trail Sequence
Type: object
Title: Oracle GoldenGate Trail Sequence
Show Source
Nested Schema : firstCsn
Value of the first known Commit Sequence Number (CSN)
Match One
Show Source
  • Minimum Value: 0
    Maximum Value: 9223372036854776000
    System Change Number(Normal Format) for Oracle Database.
    Example: 6488359
  • Minimum Length: 3
    Maximum Length: 64
    Pattern: [0-9]+[.][0-9]+
    System Change Number(Alternate Format) for Oracle Database.
    Example: 6488359.3456712
Example Response (application/json)
{
}
Back to Top