Description | : List AutonomousDatabase resources by subscription ID |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "AutonomousDatabases_ListBySubscription", "$responses": { "200": { "$properties": { "value": { "Description": { "new": "Autonomous Database resource model.", "old": "Autonomous Database resource model." } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Oracle.Database/autonomousDatabases
{
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
adminPassword:
string
,
dataBaseType:
enum
,
autonomousMaintenanceScheduleType:
enum
,
characterSet:
string
,
computeCount:
number
,
computeModel:
enum
,
cpuCoreCount:
integer
,
customerContacts:
[
]
,
{
,
email:
string
,
}
dataStorageSizeInTbs:
integer
,
dataStorageSizeInGbs:
integer
,
dbVersion:
string
,
dbWorkload:
enum
,
displayName:
string
,
isAutoScalingEnabled:
boolean
,
isAutoScalingForStorageEnabled:
boolean
,
peerDbIds:
[
,
string
,
]
peerDbId:
string
,
isLocalDataGuardEnabled:
boolean
,
isRemoteDataGuardEnabled:
boolean
,
localDisasterRecoveryType:
enum
,
localStandbyDb:
{
,
lagTimeInSeconds:
integer
,
lifecycleState:
enum
,
lifecycleDetails:
string
,
timeDataGuardRoleChanged:
string
,
timeDisasterRecoveryRoleChanged:
string
,
}
failedDataRecoveryInSeconds:
integer
,
isMtlsConnectionRequired:
boolean
,
isPreviewVersionWithServiceTermsAccepted:
boolean
,
licenseModel:
enum
,
ncharacterSet:
string
,
lifecycleDetails:
string
,
provisioningState:
enum
,
lifecycleState:
enum
,
scheduledOperations:
{
,
dayOfWeek:
{
,
name:
enum
,
}
scheduledStartTime:
string
,
scheduledStopTime:
string
,
}
privateEndpointIp:
string
,
privateEndpointLabel:
string
,
ociUrl:
string
,
subnetId:
string
,
vnetId:
string
,
timeCreated:
string
,
timeMaintenanceBegin:
string
,
timeMaintenanceEnd:
string
,
actualUsedDataStorageSizeInTbs:
number
,
allocatedStorageSizeInTbs:
number
,
apexDetails:
{
,
apexVersion:
string
,
ordsVersion:
string
,
}
availableUpgradeVersions:
[
,
string
,
]
connectionStrings:
{
,
allConnectionStrings:
{
,
high:
string
,
low:
string
,
medium:
string
,
}
dedicated:
string
,
high:
string
,
low:
string
,
medium:
string
,
profiles:
}
[
]
,
{
,
consumerGroup:
enum
,
displayName:
string
,
hostFormat:
enum
,
isRegional:
boolean
,
protocol:
enum
,
sessionMode:
enum
,
syntaxFormat:
enum
,
tlsAuthentication:
enum
,
value:
string
,
}
connectionUrls:
{
,
apexUrl:
string
,
databaseTransformsUrl:
string
,
graphStudioUrl:
string
,
machineLearningNotebookUrl:
string
,
mongoDbUrl:
string
,
ordsUrl:
string
,
sqlDevWebUrl:
string
,
}
dataSafeStatus:
enum
,
databaseEdition:
enum
,
autonomousDatabaseId:
string
,
inMemoryAreaInGbs:
integer
,
nextLongTermBackupTimeStamp:
string
,
longTermBackupSchedule:
{
,
repeatCadence:
enum
,
timeOfBackup:
string
,
retentionPeriodInDays:
integer
,
isDisabled:
boolean
,
}
isPreview:
boolean
,
localAdgAutoFailoverMaxDataLossLimit:
integer
,
memoryPerOracleComputeUnitInGbs:
integer
,
openMode:
enum
,
operationsInsightsStatus:
enum
,
permissionLevel:
enum
,
privateEndpoint:
string
,
provisionableCpus:
[
,
integer
,
]
role:
enum
,
serviceConsoleUrl:
string
,
sqlWebDeveloperUrl:
string
,
supportedRegionsToCloneTo:
[
,
string
,
]
timeDataGuardRoleChanged:
string
,
timeDeletionOfFreeAutonomousDatabase:
string
,
timeLocalDataGuardEnabled:
string
,
timeOfLastFailover:
string
,
timeOfLastRefresh:
string
,
timeOfLastRefreshPoint:
string
,
timeOfLastSwitchover:
string
,
timeReclamationOfFreeAutonomousDatabase:
string
,
usedDataStorageSizeInGbs:
integer
,
usedDataStorageSizeInTbs:
integer
,
ocid:
string
,
backupRetentionPeriodInDays:
integer
,
whitelistedIps:
}
[
,
string
,
]
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}