File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ elif [ "$RDBMS" == "oracle_atps_tls" ]; then
3030 goal=" -Pdb=oracle_cloud_autonomous_tls -DrunID=$RUNID -DdbHost=$HOST -DdbService=$SERVICE "
3131elif [ " $RDBMS " == " oracle_atps" ]; then
3232 echo " Managing Oracle Autonomous Database..."
33- export INFO=$( curl -s -k -L -X GET " https://api.atlas-controller.oraclecloud.com/ords/atlas/admin/database?type=autonomous &hostname=` hostname` " -H ' accept: application/json' )
33+ export INFO=$( curl -s -k -L -X GET " https://api.atlas-controller.oraclecloud.com/ords/atlas/admin/database?type=autonomous2 &hostname=` hostname` " -H ' accept: application/json' )
3434 export HOST=$( echo $INFO | jq -r ' .database' | jq -r ' .host' )
3535 export SERVICE=$( echo $INFO | jq -r ' .database' | jq -r ' .service' )
3636 # I have no idea why, but these tests don't seem to work on CI...
You can’t perform that action at this time.
0 commit comments