構成の取得
get
/services/{version}/installation/configuration
必要なロール: 管理者
GoldenGateインストールの構成詳細を取得します。リクエスト
パス・パラメータ
- version(必須): string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
構成が取得されました
ルート・スキーマ: Oracle GoldenGate Installation Configuration
型:
object
タイトル:
Oracle GoldenGate Installation Configuration
Oracle GoldenGateデプロイメントのプロパティ
ソースの表示
- $schema:
指定できる値:
[ "ogg:installationConfiguration" ]
- configurationServiceEnabled(必須): boolean
インストールに対して構成サービスが有効になっていることを示します
- installationId: string(uuid)
インストールの一意の識別子
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"links":[
{
"href":"http://localhost:9011/services/v2/installation/configuration",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:9011/services/v2/installation/configuration",
"mediaType":"application/json",
"rel":"self"
},
{
"href":"http://localhost:9011/services/v2/metadata-catalog/configuration",
"mediaType":"application/schema+json",
"rel":"describedby"
}
],
"messages":[
],
"response":{
"$schema":"ogg:installationConfiguration",
"configurationServiceEnabled":true
}
}