Test Authorization Profile
get
/services/{version}/deployments/{deployment}/authorization/profiles/{profile}/valid
Required Role: Security
Test the connection to the Authorization Tenant
Request
Path Parameters
-
deployment(required): string
Minimum Length:
1
Maximum Length:32
Pattern:^[A-Za-z][A-Za-z0-9-_.]*$
Name for the Oracle GoldenGate deployment.
-
profile(required): string
Minimum Length:
1
Maximum Length:32
Pattern:^[A-Za-z][A-Za-z0-9-_.]*$
Name of Authorization profile.
-
version(required): string
Oracle GoldenGate Service API version.
Allowed Values:[ "v2" ]
Response
Supported Media Types
- application/json
200 Response
The connection test passed
Example Response (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
}
}
}