構成値の取得
get
/services/{version}/config/types/{type}/values/{value}
必要なロール: ユーザー
構成値を取得します。
リクエスト
パス・パラメータ
- value(必須): string
最小長:
1
最大長:64
パターン:^[A-Za-z0-9][A-Za-z0-9_:-]*$
値名。英数字の後に最大63文字の英数字、_、:または-が続きます。
- version(必須): string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
構成値が正常に取得されました。
ルート・スキーマ: Oracle GoldenGate Configuration Value
タイトル:
Oracle GoldenGate Configuration Value
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"links":[
{
"href":"http://localhost:11001/services/v2/config/types/custom:config/values/Example",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/config/types/custom:config/values/Example",
"mediaType":"application/json",
"rel":"self"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/value",
"mediaType":"application/schema+json",
"rel":"describedby"
}
],
"messages":[
],
"response":{
"$schema":"custom:config",
"lines":[
"--",
"-- Example Configuration Data",
"--",
"Include core.inc"
]
}
}