分散パスのリストの取得

get

/services/{version}/sources

必要なロール: ユーザー

分散パスのリストの取得

リクエスト

パス・パラメータ
先頭に戻る

レスポンス

サポートされるメディア・タイプ

200レスポンス

本文()
ルート・スキーマ: Oracle GoldenGate Collection
型: object
タイトル: Oracle GoldenGate Collection
ソースの表示
ネストされたスキーマ: items
型: array
最小アイテム数: 0
最大アイテム数: 32767
ソースの表示
ネストされたスキーマ: items
型: object
使用可能な追加プロパティ: true
ソースの表示
  • 最小長: 1
    最大長: 255
    デフォルト値: ogg:collectionItem
    コレクション・アイテムのスキーマ名。デフォルトはこのスキーマです
  • links
  • 最小長: 1
    最大長: 255
    アイテム名
  • status
    アイテムのステータス
ネストされたスキーマ: status
アイテムのステータス
いずれかに一致
ソースの表示
  • 指定できる値: [ "starting", "running", "stopped", "killed", "abended" ]
  • デフォルト値: stopped
    指定できる値: [ "paused", "running", "stopping", "stopped", "killed", "uninitialized" ]
レスポンスの例(application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "$schema":"ogg:collection",
        "distpaths":[
            {
                "name":"path1",
                "links":[
                    {
                        "rel":"canonical",
                        "href":"http://ogg.example.com:9002/services/v2/distpaths/path1",
                        "mediaType":"application/json"
                    },
                    {
                        "rel":"describedby",
                        "href":"http://ogg.example.com:9002/services/v2/distpaths/path1",
                        "mediaType":"application/schema+json"
                    }
                ]
            },
            {
                "name":"path2",
                "links":[
                    {
                        "rel":"canonical",
                        "href":"http://ogg.example.com:9002/services/v2/distpaths/path2",
                        "mediaType":"application/json"
                    },
                    {
                        "rel":"describedby",
                        "href":"http://ogg.example.com:9002/services/v2/distpaths/path2",
                        "mediaType":"application/schema+json"
                    }
                ]
            }
        ]
    },
    "messages":[
    ],
    "links":[
    ]
}
先頭に戻る