Tool: get_exadata_infrastructure
Get details for an Exadata Infrastructure in a Google Cloud project in the given location.
The following sample demonstrate how to use curl to invoke the get_exadata_infrastructure MCP tool.
| Curl Request |
|---|
curl --location 'https://oracledatabase.googleapis.com/mcp' \ --header 'content-type: application/json' \ --header 'accept: application/json, text/event-stream' \ --data '{ "method": "tools/call", "params": { "name": "get_exadata_infrastructure", "arguments": { // provide these details according to the tool's MCP specification } }, "jsonrpc": "2.0", "id": 1 }' |
Input Schema
The request for CloudExadataInfrastructure.Get.
GetCloudExadataInfrastructureRequest
| JSON representation |
|---|
{ "name": string } |
| Fields | |
|---|---|
name |
Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}. |
Output Schema
Represents CloudExadataInfrastructure resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/
CloudExadataInfrastructure
| JSON representation |
|---|
{
"name": string,
"displayName": string,
"gcpOracleZone": string,
"entitlementId": string,
"properties": {
object ( |
| Fields | |
|---|---|
name |
Identifier. The name of the Exadata Infrastructure resource with the format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure} |
displayName |
Optional. User friendly name for this resource. |
gcpOracleZone |
Optional. The GCP Oracle zone where Oracle Exadata Infrastructure is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability. |
entitlementId |
Output only. Entitlement ID of the private offer against which this infrastructure resource is provisioned. |
properties |
Optional. Various properties of the infra. |
labels |
Optional. Labels or tags associated with the resource. An object containing a list of |
createTime |
Output only. The date and time that the Exadata Infrastructure was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
CloudExadataInfrastructureProperties
| JSON representation |
|---|
{ "ocid": string, "computeCount": integer, "storageCount": integer, "totalStorageSizeGb": integer, "availableStorageSizeGb": integer, "maintenanceWindow": { object ( |
| Fields | |
|---|---|
ocid |
Output only. OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle |
computeCount |
Optional. The number of compute servers for the Exadata Infrastructure. |
storageCount |
Optional. The number of Cloud Exadata storage servers for the Exadata Infrastructure. |
totalStorageSizeGb |
Optional. The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB). |
availableStorageSizeGb |
Output only. The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB). |
maintenanceWindow |
Optional. Maintenance window for repair. |
state |
Output only. The current lifecycle state of the Exadata Infrastructure. |
shape |
Required. The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance. |
ociUrl |
Output only. Deep link to the OCI console to view this resource. |
cpuCount |
Output only. The number of enabled CPU cores. |
maxCpuCount |
Output only. The total number of CPU cores available. |
memorySizeGb |
Output only. The memory allocated in GBs. |
maxMemoryGb |
Output only. The total memory available in GBs. |
dbNodeStorageSizeGb |
Output only. The local node storage allocated in GBs. |
maxDbNodeStorageSizeGb |
Output only. The total local node storage available in GBs. |
dataStorageSizeTb |
Output only. Size, in terabytes, of the DATA disk group. |
maxDataStorageTb |
Output only. The total available DATA disk group size. |
activatedStorageCount |
Output only. The requested number of additional storage servers activated for the Exadata Infrastructure. |
additionalStorageCount |
Output only. The requested number of additional storage servers for the Exadata Infrastructure. |
dbServerVersion |
Output only. The software version of the database servers (dom0) in the Exadata Infrastructure. |
storageServerVersion |
Output only. The software version of the storage servers (cells) in the Exadata Infrastructure. |
nextMaintenanceRunId |
Output only. The OCID of the next maintenance run. |
nextMaintenanceRunTime |
Output only. The time when the next maintenance run will occur. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
nextSecurityMaintenanceRunTime |
Output only. The time when the next security maintenance run will occur. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
customerContacts[] |
Optional. The list of customer contacts. |
monthlyStorageServerVersion |
Output only. The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15 |
monthlyDbServerVersion |
Output only. The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15 |
computeModel |
Output only. The compute model of the Exadata Infrastructure. |
databaseServerType |
Output only. The database server type of the Exadata Infrastructure. |
storageServerType |
Output only. The storage server type of the Exadata Infrastructure. |
MaintenanceWindow
| JSON representation |
|---|
{ "preference": enum ( |
| Fields | |
|---|---|
preference |
Optional. The maintenance window scheduling preference. |
months[] |
Optional. Months during the year when maintenance should be performed. |
weeksOfMonth[] |
Optional. Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. |
daysOfWeek[] |
Optional. Days during the week when maintenance should be performed. |
hoursOfDay[] |
Optional. The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are: 0 - represents time slot 0:00 - 3:59 UTC 4 - represents time slot 4:00 - 7:59 UTC 8 - represents time slot 8:00 - 11:59 UTC 12 - represents time slot 12:00 - 15:59 UTC 16 - represents time slot 16:00 - 19:59 UTC 20 - represents time slot 20:00 - 23:59 UTC |
leadTimeWeek |
Optional. Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4. |
patchingMode |
Optional. Cloud CloudExadataInfrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING. |
customActionTimeoutMins |
Optional. Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive). |
isCustomActionTimeoutEnabled |
Optional. If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations. |
Timestamp
| JSON representation |
|---|
{ "seconds": string, "nanos": integer } |
| Fields | |
|---|---|
seconds |
Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must be between -62135596800 and 253402300799 inclusive (which corresponds to 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z). |
nanos |
Non-negative fractions of a second at nanosecond resolution. This field is the nanosecond portion of the duration, not an alternative to seconds. Negative second values with fractions must still have non-negative nanos values that count forward in time. Must be between 0 and 999,999,999 inclusive. |
CustomerContact
| JSON representation |
|---|
{ "email": string } |
| Fields | |
|---|---|
email |
Required. The email address used by Oracle to send notifications regarding databases and infrastructure. |
LabelsEntry
| JSON representation |
|---|
{ "key": string, "value": string } |
| Fields | |
|---|---|
key |
|
value |
|
Tool Annotations
Destructive Hint: ❌ | Idempotent Hint: ❌ | Read Only Hint: ✅ | Open World Hint: ❌