Retrieve the list of commands

get

/services/{version}/monitoring/commands

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",
        "items":[
            {
                "name":"purgeDatastore",
                "links":[
                    {
                        "rel":"describedby",
                        "href":"http://ogg.example.com:9000/services/v2/commands/execute",
                        "mediaType":"application/schema+json"
                    }
                ]
            }
        ]
    },
    "messages":[
    ],
    "links":[
    ]
}