Viewing docs for Oracle Cloud Infrastructure v4.3.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.3.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
This data source provides details about a specific Exadata Infrastructure Fleet Metric resource in Oracle Cloud Infrastructure Database Management service.
Gets the health metrics for a fleet of Exadata infrastructure in a compartment. The CompartmentId query parameters must be provided to retrieve the health metrics.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExadataInfrastructureFleetMetric = oci.DatabaseManagement.getExadataInfrastructureFleetMetric({
compareBaselineTime: exadataInfrastructureFleetMetricCompareBaselineTime,
compareTargetTime: exadataInfrastructureFleetMetricCompareTargetTime,
compartmentId: compartmentId,
compareType: exadataInfrastructureFleetMetricCompareType,
filterByExadataInfrastructureDeploymentType: exadataInfrastructureFleetMetricFilterByExadataInfrastructureDeploymentType,
filterByExadataInfrastructureLifecycleState: exadataInfrastructureFleetMetricFilterByExadataInfrastructureLifecycleState,
});
import pulumi
import pulumi_oci as oci
test_exadata_infrastructure_fleet_metric = oci.DatabaseManagement.get_exadata_infrastructure_fleet_metric(compare_baseline_time=exadata_infrastructure_fleet_metric_compare_baseline_time,
compare_target_time=exadata_infrastructure_fleet_metric_compare_target_time,
compartment_id=compartment_id,
compare_type=exadata_infrastructure_fleet_metric_compare_type,
filter_by_exadata_infrastructure_deployment_type=exadata_infrastructure_fleet_metric_filter_by_exadata_infrastructure_deployment_type,
filter_by_exadata_infrastructure_lifecycle_state=exadata_infrastructure_fleet_metric_filter_by_exadata_infrastructure_lifecycle_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/databasemanagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := databasemanagement.GetExadataInfrastructureFleetMetric(ctx, &databasemanagement.GetExadataInfrastructureFleetMetricArgs{
CompareBaselineTime: exadataInfrastructureFleetMetricCompareBaselineTime,
CompareTargetTime: exadataInfrastructureFleetMetricCompareTargetTime,
CompartmentId: compartmentId,
CompareType: pulumi.StringRef(exadataInfrastructureFleetMetricCompareType),
FilterByExadataInfrastructureDeploymentType: pulumi.StringRef(exadataInfrastructureFleetMetricFilterByExadataInfrastructureDeploymentType),
FilterByExadataInfrastructureLifecycleState: pulumi.StringRef(exadataInfrastructureFleetMetricFilterByExadataInfrastructureLifecycleState),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testExadataInfrastructureFleetMetric = Oci.DatabaseManagement.GetExadataInfrastructureFleetMetric.Invoke(new()
{
CompareBaselineTime = exadataInfrastructureFleetMetricCompareBaselineTime,
CompareTargetTime = exadataInfrastructureFleetMetricCompareTargetTime,
CompartmentId = compartmentId,
CompareType = exadataInfrastructureFleetMetricCompareType,
FilterByExadataInfrastructureDeploymentType = exadataInfrastructureFleetMetricFilterByExadataInfrastructureDeploymentType,
FilterByExadataInfrastructureLifecycleState = exadataInfrastructureFleetMetricFilterByExadataInfrastructureLifecycleState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DatabaseManagement.DatabaseManagementFunctions;
import com.pulumi.oci.DatabaseManagement.inputs.GetExadataInfrastructureFleetMetricArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testExadataInfrastructureFleetMetric = DatabaseManagementFunctions.getExadataInfrastructureFleetMetric(GetExadataInfrastructureFleetMetricArgs.builder()
.compareBaselineTime(exadataInfrastructureFleetMetricCompareBaselineTime)
.compareTargetTime(exadataInfrastructureFleetMetricCompareTargetTime)
.compartmentId(compartmentId)
.compareType(exadataInfrastructureFleetMetricCompareType)
.filterByExadataInfrastructureDeploymentType(exadataInfrastructureFleetMetricFilterByExadataInfrastructureDeploymentType)
.filterByExadataInfrastructureLifecycleState(exadataInfrastructureFleetMetricFilterByExadataInfrastructureLifecycleState)
.build());
}
}
variables:
testExadataInfrastructureFleetMetric:
fn::invoke:
function: oci:DatabaseManagement:getExadataInfrastructureFleetMetric
arguments:
compareBaselineTime: ${exadataInfrastructureFleetMetricCompareBaselineTime}
compareTargetTime: ${exadataInfrastructureFleetMetricCompareTargetTime}
compartmentId: ${compartmentId}
compareType: ${exadataInfrastructureFleetMetricCompareType}
filterByExadataInfrastructureDeploymentType: ${exadataInfrastructureFleetMetricFilterByExadataInfrastructureDeploymentType}
filterByExadataInfrastructureLifecycleState: ${exadataInfrastructureFleetMetricFilterByExadataInfrastructureLifecycleState}
Using getExadataInfrastructureFleetMetric
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getExadataInfrastructureFleetMetric(args: GetExadataInfrastructureFleetMetricArgs, opts?: InvokeOptions): Promise<GetExadataInfrastructureFleetMetricResult>
function getExadataInfrastructureFleetMetricOutput(args: GetExadataInfrastructureFleetMetricOutputArgs, opts?: InvokeOptions): Output<GetExadataInfrastructureFleetMetricResult>def get_exadata_infrastructure_fleet_metric(compare_baseline_time: Optional[str] = None,
compare_target_time: Optional[str] = None,
compare_type: Optional[str] = None,
compartment_id: Optional[str] = None,
filter_by_exadata_infrastructure_deployment_type: Optional[str] = None,
filter_by_exadata_infrastructure_lifecycle_state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetExadataInfrastructureFleetMetricResult
def get_exadata_infrastructure_fleet_metric_output(compare_baseline_time: Optional[pulumi.Input[str]] = None,
compare_target_time: Optional[pulumi.Input[str]] = None,
compare_type: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
filter_by_exadata_infrastructure_deployment_type: Optional[pulumi.Input[str]] = None,
filter_by_exadata_infrastructure_lifecycle_state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetExadataInfrastructureFleetMetricResult]func GetExadataInfrastructureFleetMetric(ctx *Context, args *GetExadataInfrastructureFleetMetricArgs, opts ...InvokeOption) (*GetExadataInfrastructureFleetMetricResult, error)
func GetExadataInfrastructureFleetMetricOutput(ctx *Context, args *GetExadataInfrastructureFleetMetricOutputArgs, opts ...InvokeOption) GetExadataInfrastructureFleetMetricResultOutput> Note: This function is named GetExadataInfrastructureFleetMetric in the Go SDK.
public static class GetExadataInfrastructureFleetMetric
{
public static Task<GetExadataInfrastructureFleetMetricResult> InvokeAsync(GetExadataInfrastructureFleetMetricArgs args, InvokeOptions? opts = null)
public static Output<GetExadataInfrastructureFleetMetricResult> Invoke(GetExadataInfrastructureFleetMetricInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetExadataInfrastructureFleetMetricResult> getExadataInfrastructureFleetMetric(GetExadataInfrastructureFleetMetricArgs args, InvokeOptions options)
public static Output<GetExadataInfrastructureFleetMetricResult> getExadataInfrastructureFleetMetric(GetExadataInfrastructureFleetMetricArgs args, InvokeOptions options)
fn::invoke:
function: oci:DatabaseManagement/getExadataInfrastructureFleetMetric:getExadataInfrastructureFleetMetric
arguments:
# arguments dictionaryThe following arguments are supported:
- Compare
Baseline stringTime - The baseline time for metrics comparison.
- Compare
Target stringTime - The target time for metrics comparison.
- Compartment
Id string - The OCID of the compartment.
- Compare
Type string - The time window used for metrics comparison.
- Filter
By stringExadata Infrastructure Deployment Type - The filter used to filter the Exadata infrastructures in the fleet by a specific deployment type.
- Filter
By stringExadata Infrastructure Lifecycle State - The filter used to filter the Exadata infrastructure in the fleet by its lifecycle state. If the parameter is not provided, Exdata infrastructures in any state are returned.
- Compare
Baseline stringTime - The baseline time for metrics comparison.
- Compare
Target stringTime - The target time for metrics comparison.
- Compartment
Id string - The OCID of the compartment.
- Compare
Type string - The time window used for metrics comparison.
- Filter
By stringExadata Infrastructure Deployment Type - The filter used to filter the Exadata infrastructures in the fleet by a specific deployment type.
- Filter
By stringExadata Infrastructure Lifecycle State - The filter used to filter the Exadata infrastructure in the fleet by its lifecycle state. If the parameter is not provided, Exdata infrastructures in any state are returned.
- compare
Baseline StringTime - The baseline time for metrics comparison.
- compare
Target StringTime - The target time for metrics comparison.
- compartment
Id String - The OCID of the compartment.
- compare
Type String - The time window used for metrics comparison.
- filter
By StringExadata Infrastructure Deployment Type - The filter used to filter the Exadata infrastructures in the fleet by a specific deployment type.
- filter
By StringExadata Infrastructure Lifecycle State - The filter used to filter the Exadata infrastructure in the fleet by its lifecycle state. If the parameter is not provided, Exdata infrastructures in any state are returned.
- compare
Baseline stringTime - The baseline time for metrics comparison.
- compare
Target stringTime - The target time for metrics comparison.
- compartment
Id string - The OCID of the compartment.
- compare
Type string - The time window used for metrics comparison.
- filter
By stringExadata Infrastructure Deployment Type - The filter used to filter the Exadata infrastructures in the fleet by a specific deployment type.
- filter
By stringExadata Infrastructure Lifecycle State - The filter used to filter the Exadata infrastructure in the fleet by its lifecycle state. If the parameter is not provided, Exdata infrastructures in any state are returned.
- compare_
baseline_ strtime - The baseline time for metrics comparison.
- compare_
target_ strtime - The target time for metrics comparison.
- compartment_
id str - The OCID of the compartment.
- compare_
type str - The time window used for metrics comparison.
- filter_
by_ strexadata_ infrastructure_ deployment_ type - The filter used to filter the Exadata infrastructures in the fleet by a specific deployment type.
- filter_
by_ strexadata_ infrastructure_ lifecycle_ state - The filter used to filter the Exadata infrastructure in the fleet by its lifecycle state. If the parameter is not provided, Exdata infrastructures in any state are returned.
- compare
Baseline StringTime - The baseline time for metrics comparison.
- compare
Target StringTime - The target time for metrics comparison.
- compartment
Id String - The OCID of the compartment.
- compare
Type String - The time window used for metrics comparison.
- filter
By StringExadata Infrastructure Deployment Type - The filter used to filter the Exadata infrastructures in the fleet by a specific deployment type.
- filter
By StringExadata Infrastructure Lifecycle State - The filter used to filter the Exadata infrastructure in the fleet by its lifecycle state. If the parameter is not provided, Exdata infrastructures in any state are returned.
getExadataInfrastructureFleetMetric Result
The following output properties are available:
- Compare
Baseline stringTime - The baseline date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'". This is the date and time against which percentage change is calculated.
- Compare
Target stringTime - The target date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'". All the metrics are returned for the target date and time and the percentage change is calculated against the baseline date and time.
- Compartment
Id string - The OCID of the compartment where the Exadata infrastructure resides.
- Exadata
Infrastructure List<GetFleet Summaries Exadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary> - A summary of the inventory count grouped by Exadata infrastructure deployment type, and the metrics that describe the aggregated usage of CPU, storage, and so on of all Exadata infrastructures in the fleet.
- Fleet
Exadata List<GetInfrastructures Exadata Infrastructure Fleet Metric Fleet Exadata Infrastructure> - A list of the Exadata infrastructures present in the fleet and their usage metrics.
- Id string
- The provider-assigned unique ID for this managed resource.
- Compare
Type string - The time window used for metrics comparison.
- Filter
By stringExadata Infrastructure Deployment Type - Filter
By stringExadata Infrastructure Lifecycle State
- Compare
Baseline stringTime - The baseline date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'". This is the date and time against which percentage change is calculated.
- Compare
Target stringTime - The target date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'". All the metrics are returned for the target date and time and the percentage change is calculated against the baseline date and time.
- Compartment
Id string - The OCID of the compartment where the Exadata infrastructure resides.
- Exadata
Infrastructure []GetFleet Summaries Exadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary - A summary of the inventory count grouped by Exadata infrastructure deployment type, and the metrics that describe the aggregated usage of CPU, storage, and so on of all Exadata infrastructures in the fleet.
- Fleet
Exadata []GetInfrastructures Exadata Infrastructure Fleet Metric Fleet Exadata Infrastructure - A list of the Exadata infrastructures present in the fleet and their usage metrics.
- Id string
- The provider-assigned unique ID for this managed resource.
- Compare
Type string - The time window used for metrics comparison.
- Filter
By stringExadata Infrastructure Deployment Type - Filter
By stringExadata Infrastructure Lifecycle State
- compare
Baseline StringTime - The baseline date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'". This is the date and time against which percentage change is calculated.
- compare
Target StringTime - The target date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'". All the metrics are returned for the target date and time and the percentage change is calculated against the baseline date and time.
- compartment
Id String - The OCID of the compartment where the Exadata infrastructure resides.
- exadata
Infrastructure List<GetFleet Summaries Exadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary> - A summary of the inventory count grouped by Exadata infrastructure deployment type, and the metrics that describe the aggregated usage of CPU, storage, and so on of all Exadata infrastructures in the fleet.
- fleet
Exadata List<GetInfrastructures Exadata Infrastructure Fleet Metric Fleet Exadata Infrastructure> - A list of the Exadata infrastructures present in the fleet and their usage metrics.
- id String
- The provider-assigned unique ID for this managed resource.
- compare
Type String - The time window used for metrics comparison.
- filter
By StringExadata Infrastructure Deployment Type - filter
By StringExadata Infrastructure Lifecycle State
- compare
Baseline stringTime - The baseline date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'". This is the date and time against which percentage change is calculated.
- compare
Target stringTime - The target date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'". All the metrics are returned for the target date and time and the percentage change is calculated against the baseline date and time.
- compartment
Id string - The OCID of the compartment where the Exadata infrastructure resides.
- exadata
Infrastructure GetFleet Summaries Exadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary[] - A summary of the inventory count grouped by Exadata infrastructure deployment type, and the metrics that describe the aggregated usage of CPU, storage, and so on of all Exadata infrastructures in the fleet.
- fleet
Exadata GetInfrastructures Exadata Infrastructure Fleet Metric Fleet Exadata Infrastructure[] - A list of the Exadata infrastructures present in the fleet and their usage metrics.
- id string
- The provider-assigned unique ID for this managed resource.
- compare
Type string - The time window used for metrics comparison.
- filter
By stringExadata Infrastructure Deployment Type - filter
By stringExadata Infrastructure Lifecycle State
- compare_
baseline_ strtime - The baseline date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'". This is the date and time against which percentage change is calculated.
- compare_
target_ strtime - The target date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'". All the metrics are returned for the target date and time and the percentage change is calculated against the baseline date and time.
- compartment_
id str - The OCID of the compartment where the Exadata infrastructure resides.
- exadata_
infrastructure_ Sequence[Getfleet_ summaries Exadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary] - A summary of the inventory count grouped by Exadata infrastructure deployment type, and the metrics that describe the aggregated usage of CPU, storage, and so on of all Exadata infrastructures in the fleet.
- fleet_
exadata_ Sequence[Getinfrastructures Exadata Infrastructure Fleet Metric Fleet Exadata Infrastructure] - A list of the Exadata infrastructures present in the fleet and their usage metrics.
- id str
- The provider-assigned unique ID for this managed resource.
- compare_
type str - The time window used for metrics comparison.
- filter_
by_ strexadata_ infrastructure_ deployment_ type - filter_
by_ strexadata_ infrastructure_ lifecycle_ state
- compare
Baseline StringTime - The baseline date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'". This is the date and time against which percentage change is calculated.
- compare
Target StringTime - The target date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'". All the metrics are returned for the target date and time and the percentage change is calculated against the baseline date and time.
- compartment
Id String - The OCID of the compartment where the Exadata infrastructure resides.
- exadata
Infrastructure List<Property Map>Fleet Summaries - A summary of the inventory count grouped by Exadata infrastructure deployment type, and the metrics that describe the aggregated usage of CPU, storage, and so on of all Exadata infrastructures in the fleet.
- fleet
Exadata List<Property Map>Infrastructures - A list of the Exadata infrastructures present in the fleet and their usage metrics.
- id String
- The provider-assigned unique ID for this managed resource.
- compare
Type String - The time window used for metrics comparison.
- filter
By StringExadata Infrastructure Deployment Type - filter
By StringExadata Infrastructure Lifecycle State
Supporting Types
GetExadataInfrastructureFleetMetricExadataInfrastructureFleetSummary
- Aggregated
Metrics List<GetExadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary Aggregated Metric> - A list of Exadata infrastructures present in the fleet and their usage metrics.
- Inventories
List<Get
Exadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary Inventory> - A list of the Exadata infrastructures in the fleet.
- Aggregated
Metrics []GetExadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary Aggregated Metric - A list of Exadata infrastructures present in the fleet and their usage metrics.
- Inventories
[]Get
Exadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary Inventory - A list of the Exadata infrastructures in the fleet.
- aggregated
Metrics List<GetExadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary Aggregated Metric> - A list of Exadata infrastructures present in the fleet and their usage metrics.
- inventories
List<Get
Exadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary Inventory> - A list of the Exadata infrastructures in the fleet.
- aggregated
Metrics GetExadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary Aggregated Metric[] - A list of Exadata infrastructures present in the fleet and their usage metrics.
- inventories
Get
Exadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary Inventory[] - A list of the Exadata infrastructures in the fleet.
- aggregated_
metrics Sequence[GetExadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary Aggregated Metric] - A list of Exadata infrastructures present in the fleet and their usage metrics.
- inventories
Sequence[Get
Exadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary Inventory] - A list of the Exadata infrastructures in the fleet.
- aggregated
Metrics List<Property Map> - A list of Exadata infrastructures present in the fleet and their usage metrics.
- inventories List<Property Map>
- A list of the Exadata infrastructures in the fleet.
GetExadataInfrastructureFleetMetricExadataInfrastructureFleetSummaryAggregatedMetric
- Baseline
Value double - The baseline value of the metric.
- Dimensions
List<Get
Exadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary Aggregated Metric Dimension> - The dimensions of the metric.
- Metric
Name string - The name of the metric.
- Percentage
Change double - The percentage change in the metric aggregated value compared to the baseline value.
- Target
Value double - The target value of the metric.
- Unit string
- The unit of the value.
- Baseline
Value float64 - The baseline value of the metric.
- Dimensions
[]Get
Exadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary Aggregated Metric Dimension - The dimensions of the metric.
- Metric
Name string - The name of the metric.
- Percentage
Change float64 - The percentage change in the metric aggregated value compared to the baseline value.
- Target
Value float64 - The target value of the metric.
- Unit string
- The unit of the value.
- baseline
Value Double - The baseline value of the metric.
- dimensions
List<Get
Exadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary Aggregated Metric Dimension> - The dimensions of the metric.
- metric
Name String - The name of the metric.
- percentage
Change Double - The percentage change in the metric aggregated value compared to the baseline value.
- target
Value Double - The target value of the metric.
- unit String
- The unit of the value.
- baseline
Value number - The baseline value of the metric.
- dimensions
Get
Exadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary Aggregated Metric Dimension[] - The dimensions of the metric.
- metric
Name string - The name of the metric.
- percentage
Change number - The percentage change in the metric aggregated value compared to the baseline value.
- target
Value number - The target value of the metric.
- unit string
- The unit of the value.
- baseline_
value float - The baseline value of the metric.
- dimensions
Sequence[Get
Exadata Infrastructure Fleet Metric Exadata Infrastructure Fleet Summary Aggregated Metric Dimension] - The dimensions of the metric.
- metric_
name str - The name of the metric.
- percentage_
change float - The percentage change in the metric aggregated value compared to the baseline value.
- target_
value float - The target value of the metric.
- unit str
- The unit of the value.
- baseline
Value Number - The baseline value of the metric.
- dimensions List<Property Map>
- The dimensions of the metric.
- metric
Name String - The name of the metric.
- percentage
Change Number - The percentage change in the metric aggregated value compared to the baseline value.
- target
Value Number - The target value of the metric.
- unit String
- The unit of the value.
GetExadataInfrastructureFleetMetricExadataInfrastructureFleetSummaryAggregatedMetricDimension
- Dimension
Name string - The name of the dimension.
- Dimension
Value string - The value of the dimension.
- Dimension
Name string - The name of the dimension.
- Dimension
Value string - The value of the dimension.
- dimension
Name String - The name of the dimension.
- dimension
Value String - The value of the dimension.
- dimension
Name string - The name of the dimension.
- dimension
Value string - The value of the dimension.
- dimension_
name str - The name of the dimension.
- dimension_
value str - The value of the dimension.
- dimension
Name String - The name of the dimension.
- dimension
Value String - The value of the dimension.
GetExadataInfrastructureFleetMetricExadataInfrastructureFleetSummaryInventory
- Deployment
Type string - The Exadata infrastructure deployment type.
- Inventory
Count int - The number of Exadata infrastructures in the fleet.
- Rack
Size string - The size of the Exadata infrastructure.
- Deployment
Type string - The Exadata infrastructure deployment type.
- Inventory
Count int - The number of Exadata infrastructures in the fleet.
- Rack
Size string - The size of the Exadata infrastructure.
- deployment
Type String - The Exadata infrastructure deployment type.
- inventory
Count Integer - The number of Exadata infrastructures in the fleet.
- rack
Size String - The size of the Exadata infrastructure.
- deployment
Type string - The Exadata infrastructure deployment type.
- inventory
Count number - The number of Exadata infrastructures in the fleet.
- rack
Size string - The size of the Exadata infrastructure.
- deployment_
type str - The Exadata infrastructure deployment type.
- inventory_
count int - The number of Exadata infrastructures in the fleet.
- rack_
size str - The size of the Exadata infrastructure.
- deployment
Type String - The Exadata infrastructure deployment type.
- inventory
Count Number - The number of Exadata infrastructures in the fleet.
- rack
Size String - The size of the Exadata infrastructure.
GetExadataInfrastructureFleetMetricFleetExadataInfrastructure
- Compartment
Id string - The OCID of the compartment.
- Deployment
Type string - The Exadata infrastructure deployment type.
- Infrastructure
Id string - The OCID of the Exadata infrastructure.
- Infrastructure
Name string - The display name of the Exadata infrastructure.
- Metrics
List<Get
Exadata Infrastructure Fleet Metric Fleet Exadata Infrastructure Metric> - A list of the health metrics like CPU, Storage, and Memory.
- Number
Of intDb Systems - The number of Database Systems created on the Exadata infrastructure.
- Rack
Size string - The size of the Exadata infrastructure.
- State string
- The lifecycle state of the Exadata infrastructure.
- Storage
Server intCount - The number of storage server for the Exadata infrastructure.
- Compartment
Id string - The OCID of the compartment.
- Deployment
Type string - The Exadata infrastructure deployment type.
- Infrastructure
Id string - The OCID of the Exadata infrastructure.
- Infrastructure
Name string - The display name of the Exadata infrastructure.
- Metrics
[]Get
Exadata Infrastructure Fleet Metric Fleet Exadata Infrastructure Metric - A list of the health metrics like CPU, Storage, and Memory.
- Number
Of intDb Systems - The number of Database Systems created on the Exadata infrastructure.
- Rack
Size string - The size of the Exadata infrastructure.
- State string
- The lifecycle state of the Exadata infrastructure.
- Storage
Server intCount - The number of storage server for the Exadata infrastructure.
- compartment
Id String - The OCID of the compartment.
- deployment
Type String - The Exadata infrastructure deployment type.
- infrastructure
Id String - The OCID of the Exadata infrastructure.
- infrastructure
Name String - The display name of the Exadata infrastructure.
- metrics
List<Get
Exadata Infrastructure Fleet Metric Fleet Exadata Infrastructure Metric> - A list of the health metrics like CPU, Storage, and Memory.
- number
Of IntegerDb Systems - The number of Database Systems created on the Exadata infrastructure.
- rack
Size String - The size of the Exadata infrastructure.
- state String
- The lifecycle state of the Exadata infrastructure.
- storage
Server IntegerCount - The number of storage server for the Exadata infrastructure.
- compartment
Id string - The OCID of the compartment.
- deployment
Type string - The Exadata infrastructure deployment type.
- infrastructure
Id string - The OCID of the Exadata infrastructure.
- infrastructure
Name string - The display name of the Exadata infrastructure.
- metrics
Get
Exadata Infrastructure Fleet Metric Fleet Exadata Infrastructure Metric[] - A list of the health metrics like CPU, Storage, and Memory.
- number
Of numberDb Systems - The number of Database Systems created on the Exadata infrastructure.
- rack
Size string - The size of the Exadata infrastructure.
- state string
- The lifecycle state of the Exadata infrastructure.
- storage
Server numberCount - The number of storage server for the Exadata infrastructure.
- compartment_
id str - The OCID of the compartment.
- deployment_
type str - The Exadata infrastructure deployment type.
- infrastructure_
id str - The OCID of the Exadata infrastructure.
- infrastructure_
name str - The display name of the Exadata infrastructure.
- metrics
Sequence[Get
Exadata Infrastructure Fleet Metric Fleet Exadata Infrastructure Metric] - A list of the health metrics like CPU, Storage, and Memory.
- number_
of_ intdb_ systems - The number of Database Systems created on the Exadata infrastructure.
- rack_
size str - The size of the Exadata infrastructure.
- state str
- The lifecycle state of the Exadata infrastructure.
- storage_
server_ intcount - The number of storage server for the Exadata infrastructure.
- compartment
Id String - The OCID of the compartment.
- deployment
Type String - The Exadata infrastructure deployment type.
- infrastructure
Id String - The OCID of the Exadata infrastructure.
- infrastructure
Name String - The display name of the Exadata infrastructure.
- metrics List<Property Map>
- A list of the health metrics like CPU, Storage, and Memory.
- number
Of NumberDb Systems - The number of Database Systems created on the Exadata infrastructure.
- rack
Size String - The size of the Exadata infrastructure.
- state String
- The lifecycle state of the Exadata infrastructure.
- storage
Server NumberCount - The number of storage server for the Exadata infrastructure.
GetExadataInfrastructureFleetMetricFleetExadataInfrastructureMetric
- Baseline
Value double - The baseline value of the metric.
- Dimensions
List<Get
Exadata Infrastructure Fleet Metric Fleet Exadata Infrastructure Metric Dimension> - The dimensions of the metric.
- Metric
Name string - The name of the metric.
- Percentage
Change double - The percentage change in the metric aggregated value compared to the baseline value.
- Target
Value double - The target value of the metric.
- Timestamp string
- The data point date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
- Unit string
- The unit of the value.
- Baseline
Value float64 - The baseline value of the metric.
- Dimensions
[]Get
Exadata Infrastructure Fleet Metric Fleet Exadata Infrastructure Metric Dimension - The dimensions of the metric.
- Metric
Name string - The name of the metric.
- Percentage
Change float64 - The percentage change in the metric aggregated value compared to the baseline value.
- Target
Value float64 - The target value of the metric.
- Timestamp string
- The data point date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
- Unit string
- The unit of the value.
- baseline
Value Double - The baseline value of the metric.
- dimensions
List<Get
Exadata Infrastructure Fleet Metric Fleet Exadata Infrastructure Metric Dimension> - The dimensions of the metric.
- metric
Name String - The name of the metric.
- percentage
Change Double - The percentage change in the metric aggregated value compared to the baseline value.
- target
Value Double - The target value of the metric.
- timestamp String
- The data point date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
- unit String
- The unit of the value.
- baseline
Value number - The baseline value of the metric.
- dimensions
Get
Exadata Infrastructure Fleet Metric Fleet Exadata Infrastructure Metric Dimension[] - The dimensions of the metric.
- metric
Name string - The name of the metric.
- percentage
Change number - The percentage change in the metric aggregated value compared to the baseline value.
- target
Value number - The target value of the metric.
- timestamp string
- The data point date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
- unit string
- The unit of the value.
- baseline_
value float - The baseline value of the metric.
- dimensions
Sequence[Get
Exadata Infrastructure Fleet Metric Fleet Exadata Infrastructure Metric Dimension] - The dimensions of the metric.
- metric_
name str - The name of the metric.
- percentage_
change float - The percentage change in the metric aggregated value compared to the baseline value.
- target_
value float - The target value of the metric.
- timestamp str
- The data point date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
- unit str
- The unit of the value.
- baseline
Value Number - The baseline value of the metric.
- dimensions List<Property Map>
- The dimensions of the metric.
- metric
Name String - The name of the metric.
- percentage
Change Number - The percentage change in the metric aggregated value compared to the baseline value.
- target
Value Number - The target value of the metric.
- timestamp String
- The data point date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
- unit String
- The unit of the value.
GetExadataInfrastructureFleetMetricFleetExadataInfrastructureMetricDimension
- Dimension
Name string - The name of the dimension.
- Dimension
Value string - The value of the dimension.
- Dimension
Name string - The name of the dimension.
- Dimension
Value string - The value of the dimension.
- dimension
Name String - The name of the dimension.
- dimension
Value String - The value of the dimension.
- dimension
Name string - The name of the dimension.
- dimension
Value string - The value of the dimension.
- dimension_
name str - The name of the dimension.
- dimension_
value str - The value of the dimension.
- dimension
Name String - The name of the dimension.
- dimension
Value String - The value of the dimension.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.3.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
