Flex Components - List By Parent
List FlexComponent resources by SubscriptionLocationResource
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/flexComponents?api-version=2025-03-01
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/flexComponents?api-version=2025-03-01&shape={shape}
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
location
|
path | True |
string minLength: 1 |
The name of the Azure region. |
subscription
|
path | True |
string (uuid) |
The ID of the target subscription. The value must be an UUID. |
api-version
|
query | True |
string minLength: 1 |
The API version to use for this operation. |
shape
|
query |
If provided, filters the results for the given shape |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Azure operation completed successfully. |
|
Other Status Codes |
An unexpected error response. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
FlexComponents_ListByParent_MaximumSet
Sample request
Sample response
{
"value": [
{
"properties": {
"minimumCoreCount": 16,
"availableCoreCount": 11,
"availableDbStorageInGbs": 8,
"runtimeMinimumCoreCount": 13,
"shape": "Exadata.X11M",
"availableMemoryInGbs": 15,
"availableLocalStorageInGbs": 13,
"computeModel": "ECPU",
"hardwareType": "COMPUTE",
"descriptionSummary": "The description summary for this Flex Component"
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Oracle.Database/flexComponents/name",
"name": "fc",
"type": "Oracle.Database/flexComponents",
"systemData": {
"createdBy": "ilrpjodjmvzhybazxipoplnql",
"createdByType": "User",
"createdAt": "2024-12-09T21:02:12.592Z",
"lastModifiedBy": "lhjbxchqkaia",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-12-09T21:02:12.592Z"
}
}
],
"nextLink": "https://microsoft.com/a"
}
Definitions
Name | Description |
---|---|
created |
The type of identity that created the resource. |
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
Flex |
FlexComponent Resource Definition |
Flex |
The response of a FlexComponent list operation. |
Hardware |
Hardware Type enum |
system |
Metadata pertaining to creation and last modification of the resource. |
System |
Allowed values for System Shapes |
createdByType
The type of identity that created the resource.
Value | Description |
---|---|
User | |
Application | |
ManagedIdentity | |
Key |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ErrorDetail
The error detail.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
ErrorResponse
Error response
Name | Type | Description |
---|---|---|
error |
The error object. |
FlexComponent
FlexComponent Resource Definition
Name | Type | Description |
---|---|---|
id |
string (arm-id) |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
name |
string |
The name of the resource |
properties.availableCoreCount |
integer (int32) |
The maximum number of CPU cores that can be enabled on the DB Server for this Flex Component. |
properties.availableDbStorageInGbs |
integer (int32) |
The maximum storage that can be enabled on the Storage Server for this Flex Component. |
properties.availableLocalStorageInGbs |
integer (int32) |
The maximum local storage that can be enabled on the DB Server for this Flex Component. |
properties.availableMemoryInGbs |
integer (int32) |
The maximum memory size that can be enabled on the DB Server for this Flex Component. |
properties.computeModel |
string |
The compute model of the DB Server for this Flex Component. |
properties.descriptionSummary |
string minLength: 1maxLength: 255 |
The description summary for this Flex Component. |
properties.hardwareType |
The hardware type of the DB (Compute) or Storage (Cell) Server for this Flex Component. |
|
properties.minimumCoreCount |
integer (int32) |
The minimum number of CPU cores that can be enabled on the DB Server for this Flex Component. |
properties.runtimeMinimumCoreCount |
integer (int32) |
The runtime minimum number of CPU cores that can be enabled for this Flex Component. |
properties.shape |
string minLength: 1maxLength: 255 |
The name of the DB system shape for this Flex Component. |
systemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
|
type |
string |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
FlexComponentListResult
The response of a FlexComponent list operation.
Name | Type | Description |
---|---|---|
nextLink |
string (uri) |
The link to the next page of items |
value |
The FlexComponent items on this page |
HardwareType
Hardware Type enum
Value | Description |
---|---|
COMPUTE |
Hardware type is Database Server |
CELL |
Hardware type is Storage Server |
systemData
Metadata pertaining to creation and last modification of the resource.
Name | Type | Description |
---|---|---|
createdAt |
string (date-time) |
The timestamp of resource creation (UTC). |
createdBy |
string |
The identity that created the resource. |
createdByType |
The type of identity that created the resource. |
|
lastModifiedAt |
string (date-time) |
The timestamp of resource last modification (UTC) |
lastModifiedBy |
string |
The identity that last modified the resource. |
lastModifiedByType |
The type of identity that last modified the resource. |
SystemShapes
Allowed values for System Shapes
Value | Description |
---|---|
Exadata.X9M |
Exadata X9M shape |
Exadata.X11M |
Exadata X11M shape |
ExaDbXS |
Exadata DB on Exascale Infrastructure shape |