認可プロファイルのテスト
get
/services/{version}/deployments/{deployment}/authorization/profiles/{profile}/valid
認可テナントへの接続のテスト
リクエスト
パス・パラメータ
- deployment: string
最小長:
1
最大長:32
パターン:^[A-Za-z][A-Za-z0-9-_.]*$
Oracle GoldenGateデプロイメントの名前。
- profile: string
最小長:
1
最大長:32
パターン:^[A-Za-z][A-Za-z0-9-_.]*$
認可プロファイルの名前。
- version: string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
接続テストに成功しました
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"links":[
{
"rel":"canonical",
"href":"https://slc11xmb.us.oracle.com:9000/services/v2/deployments/sourceDeployment/authorization/profiles/sourceProfile/valid",
"mediaType":"application/json"
},
{
"rel":"self",
"href":"https://slc11xmb.us.oracle.com:9000/services/v2/deployments/sourceDeployment/authorization/profiles/sourceProfile/valid",
"mediaType":"application/json"
},
{
"rel":"describedby",
"href":"https://slc11xmb.us.oracle.com:9000/services/v2/metadata-catalog/valid",
"mediaType":"application/schema+json"
}
],
"messages":[
],
"response":{
"$schema":"ogg:authorizationProfileTestResponse",
"testPassed":true,
"testReport":{
"tokenGetPossible":true,
"tenantUriValidOpenIdDiscoveryDocs":true,
"tenantUriReachable":true
}
}
}