Manage Procedural Supplemental Logging

post

/services/{version}/connections/{connection}/trandata/procedure

Manage Supplemental Logging for Database Procedures

Request

Supported Media Types
Path Parameters
  • Minimum Length: 1
    Maximum Length: 61
    Pattern: ^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$

    Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.

  • Oracle GoldenGate Service API version.

    Allowed Values: [ "v2" ]
Body ()
Root Schema : Manage Supplemental Logging for Database Procedures
Type: object
Title: Manage Supplemental Logging for Database Procedures
Show Source
Example Request (application/json)
{
    "operation":"info"
}
Back to Top

Response

Supported Media Types

200 Response

Supplemental logging command completed successfully.

Body ()
Root Schema : Manage Supplemental Logging for Database Procedure
Type: object
Title: Manage Supplemental Logging for Database Procedure
Show Source
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "links":[
        {
            "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/trandata/procedure",
            "mediaType":"application/json",
            "rel":"canonical"
        },
        {
            "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/trandata/procedure",
            "mediaType":"application/json",
            "rel":"self"
        }
    ],
    "messages":[
    ],
    "response":{
        "$schema":"ogg:trandataProcedureResponse",
        "enabled":false,
        "type":"info"
    }
}
Back to Top