Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.Opsi.getAwrHubSources
Explore with Pulumi AI
This data source provides the list of Awr Hub Sources in Oracle Cloud Infrastructure Opsi service.
Gets a list of Awr Hub source objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAwrHubSources = oci.Opsi.getAwrHubSources({
awrHubId: testAwrHub.id,
awrHubSourceId: testAwrHubSource.id,
compartmentId: compartmentId,
name: awrHubSourceName,
sourceTypes: awrHubSourceSourceType,
states: awrHubSourceState,
statuses: awrHubSourceStatus,
});
import pulumi
import pulumi_oci as oci
test_awr_hub_sources = oci.Opsi.get_awr_hub_sources(awr_hub_id=test_awr_hub["id"],
awr_hub_source_id=test_awr_hub_source["id"],
compartment_id=compartment_id,
name=awr_hub_source_name,
source_types=awr_hub_source_source_type,
states=awr_hub_source_state,
statuses=awr_hub_source_status)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/Opsi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Opsi.GetAwrHubSources(ctx, &opsi.GetAwrHubSourcesArgs{
AwrHubId: testAwrHub.Id,
AwrHubSourceId: pulumi.StringRef(testAwrHubSource.Id),
CompartmentId: pulumi.StringRef(compartmentId),
Name: pulumi.StringRef(awrHubSourceName),
SourceTypes: awrHubSourceSourceType,
States: awrHubSourceState,
Statuses: awrHubSourceStatus,
}, 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 testAwrHubSources = Oci.Opsi.GetAwrHubSources.Invoke(new()
{
AwrHubId = testAwrHub.Id,
AwrHubSourceId = testAwrHubSource.Id,
CompartmentId = compartmentId,
Name = awrHubSourceName,
SourceTypes = awrHubSourceSourceType,
States = awrHubSourceState,
Statuses = awrHubSourceStatus,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Opsi.OpsiFunctions;
import com.pulumi.oci.Opsi.inputs.GetAwrHubSourcesArgs;
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 testAwrHubSources = OpsiFunctions.getAwrHubSources(GetAwrHubSourcesArgs.builder()
.awrHubId(testAwrHub.id())
.awrHubSourceId(testAwrHubSource.id())
.compartmentId(compartmentId)
.name(awrHubSourceName)
.sourceTypes(awrHubSourceSourceType)
.states(awrHubSourceState)
.statuses(awrHubSourceStatus)
.build());
}
}
variables:
testAwrHubSources:
fn::invoke:
Function: oci:Opsi:getAwrHubSources
Arguments:
awrHubId: ${testAwrHub.id}
awrHubSourceId: ${testAwrHubSource.id}
compartmentId: ${compartmentId}
name: ${awrHubSourceName}
sourceTypes: ${awrHubSourceSourceType}
states: ${awrHubSourceState}
statuses: ${awrHubSourceStatus}
Using getAwrHubSources
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 getAwrHubSources(args: GetAwrHubSourcesArgs, opts?: InvokeOptions): Promise<GetAwrHubSourcesResult>
function getAwrHubSourcesOutput(args: GetAwrHubSourcesOutputArgs, opts?: InvokeOptions): Output<GetAwrHubSourcesResult>
def get_awr_hub_sources(awr_hub_id: Optional[str] = None,
awr_hub_source_id: Optional[str] = None,
compartment_id: Optional[str] = None,
filters: Optional[Sequence[_opsi.GetAwrHubSourcesFilter]] = None,
name: Optional[str] = None,
source_types: Optional[Sequence[str]] = None,
states: Optional[Sequence[str]] = None,
statuses: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> GetAwrHubSourcesResult
def get_awr_hub_sources_output(awr_hub_id: Optional[pulumi.Input[str]] = None,
awr_hub_source_id: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_opsi.GetAwrHubSourcesFilterArgs]]]] = None,
name: Optional[pulumi.Input[str]] = None,
source_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
states: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
statuses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAwrHubSourcesResult]
func GetAwrHubSources(ctx *Context, args *GetAwrHubSourcesArgs, opts ...InvokeOption) (*GetAwrHubSourcesResult, error)
func GetAwrHubSourcesOutput(ctx *Context, args *GetAwrHubSourcesOutputArgs, opts ...InvokeOption) GetAwrHubSourcesResultOutput
> Note: This function is named GetAwrHubSources
in the Go SDK.
public static class GetAwrHubSources
{
public static Task<GetAwrHubSourcesResult> InvokeAsync(GetAwrHubSourcesArgs args, InvokeOptions? opts = null)
public static Output<GetAwrHubSourcesResult> Invoke(GetAwrHubSourcesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAwrHubSourcesResult> getAwrHubSources(GetAwrHubSourcesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Opsi/getAwrHubSources:getAwrHubSources
arguments:
# arguments dictionary
The following arguments are supported:
- Awr
Hub stringId - Unique Awr Hub identifier
- Awr
Hub stringSource Id - Awr Hub source identifier
- Compartment
Id string - The OCID of the compartment.
- Filters
List<Get
Awr Hub Sources Filter> - Name string
- Awr Hub source database name
- Source
Types List<string> - Filter by one or more database type. Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
- States List<string>
- Lifecycle states
- Statuses List<string>
- Resource Status
- Awr
Hub stringId - Unique Awr Hub identifier
- Awr
Hub stringSource Id - Awr Hub source identifier
- Compartment
Id string - The OCID of the compartment.
- Filters
[]Get
Awr Hub Sources Filter - Name string
- Awr Hub source database name
- Source
Types []string - Filter by one or more database type. Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
- States []string
- Lifecycle states
- Statuses []string
- Resource Status
- awr
Hub StringId - Unique Awr Hub identifier
- awr
Hub StringSource Id - Awr Hub source identifier
- compartment
Id String - The OCID of the compartment.
- filters
List<Get
Awr Hub Sources Filter> - name String
- Awr Hub source database name
- source
Types List<String> - Filter by one or more database type. Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
- states List<String>
- Lifecycle states
- statuses List<String>
- Resource Status
- awr
Hub stringId - Unique Awr Hub identifier
- awr
Hub stringSource Id - Awr Hub source identifier
- compartment
Id string - The OCID of the compartment.
- filters
Get
Awr Hub Sources Filter[] - name string
- Awr Hub source database name
- source
Types string[] - Filter by one or more database type. Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
- states string[]
- Lifecycle states
- statuses string[]
- Resource Status
- awr_
hub_ strid - Unique Awr Hub identifier
- awr_
hub_ strsource_ id - Awr Hub source identifier
- compartment_
id str - The OCID of the compartment.
- filters
Sequence[opsi.
Get Awr Hub Sources Filter] - name str
- Awr Hub source database name
- source_
types Sequence[str] - Filter by one or more database type. Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
- states Sequence[str]
- Lifecycle states
- statuses Sequence[str]
- Resource Status
- awr
Hub StringId - Unique Awr Hub identifier
- awr
Hub StringSource Id - Awr Hub source identifier
- compartment
Id String - The OCID of the compartment.
- filters List<Property Map>
- name String
- Awr Hub source database name
- source
Types List<String> - Filter by one or more database type. Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
- states List<String>
- Lifecycle states
- statuses List<String>
- Resource Status
getAwrHubSources Result
The following output properties are available:
- Awr
Hub stringId - AWR Hub OCID
- Awr
Hub List<GetSource Summary Collections Awr Hub Sources Awr Hub Source Summary Collection> - The list of awr_hub_source_summary_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Awr
Hub stringSource Id - Compartment
Id string - The OCID of the compartment.
- Filters
List<Get
Awr Hub Sources Filter> - Name string
- The name of the Awr Hub source database.
- Source
Types List<string> - States List<string>
- the current state of the source database
- Statuses List<string>
- Indicates the status of a source database in Operations Insights
- Awr
Hub stringId - AWR Hub OCID
- Awr
Hub []GetSource Summary Collections Awr Hub Sources Awr Hub Source Summary Collection - The list of awr_hub_source_summary_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Awr
Hub stringSource Id - Compartment
Id string - The OCID of the compartment.
- Filters
[]Get
Awr Hub Sources Filter - Name string
- The name of the Awr Hub source database.
- Source
Types []string - States []string
- the current state of the source database
- Statuses []string
- Indicates the status of a source database in Operations Insights
- awr
Hub StringId - AWR Hub OCID
- awr
Hub List<GetSource Summary Collections Awr Hub Sources Awr Hub Source Summary Collection> - The list of awr_hub_source_summary_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- awr
Hub StringSource Id - compartment
Id String - The OCID of the compartment.
- filters
List<Get
Awr Hub Sources Filter> - name String
- The name of the Awr Hub source database.
- source
Types List<String> - states List<String>
- the current state of the source database
- statuses List<String>
- Indicates the status of a source database in Operations Insights
- awr
Hub stringId - AWR Hub OCID
- awr
Hub GetSource Summary Collections Awr Hub Sources Awr Hub Source Summary Collection[] - The list of awr_hub_source_summary_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- awr
Hub stringSource Id - compartment
Id string - The OCID of the compartment.
- filters
Get
Awr Hub Sources Filter[] - name string
- The name of the Awr Hub source database.
- source
Types string[] - states string[]
- the current state of the source database
- statuses string[]
- Indicates the status of a source database in Operations Insights
- awr_
hub_ strid - AWR Hub OCID
- awr_
hub_ Sequence[opsi.source_ summary_ collections Get Awr Hub Sources Awr Hub Source Summary Collection] - The list of awr_hub_source_summary_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- awr_
hub_ strsource_ id - compartment_
id str - The OCID of the compartment.
- filters
Sequence[opsi.
Get Awr Hub Sources Filter] - name str
- The name of the Awr Hub source database.
- source_
types Sequence[str] - states Sequence[str]
- the current state of the source database
- statuses Sequence[str]
- Indicates the status of a source database in Operations Insights
- awr
Hub StringId - AWR Hub OCID
- awr
Hub List<Property Map>Source Summary Collections - The list of awr_hub_source_summary_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- awr
Hub StringSource Id - compartment
Id String - The OCID of the compartment.
- filters List<Property Map>
- name String
- The name of the Awr Hub source database.
- source
Types List<String> - states List<String>
- the current state of the source database
- statuses List<String>
- Indicates the status of a source database in Operations Insights
Supporting Types
GetAwrHubSourcesAwrHubSourceSummaryCollection
GetAwrHubSourcesAwrHubSourceSummaryCollectionItem
- Associated
Opsi stringId - The OCID of the database id.
- Associated
Resource stringId - The OCID of the database id.
- Awr
Hub stringId - Unique Awr Hub identifier
- Awr
Hub stringOpsi Source Id - The shorted string of the Awr Hub source database identifier.
- Awr
Source stringDatabase Id - DatabaseId of the Source database for which AWR Data will be uploaded to AWR Hub.
- Compartment
Id string - The OCID of the compartment.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Hours
Since doubleLast Import - Number of hours since last AWR snapshots import happened from the Source database.
- Id string
- The OCID of the Awr Hub source database.
- Is
Registered boolWith Awr Hub - This is
true
if the source databse is registered with a Awr Hub, otherwisefalse
- Max
Snapshot doubleIdentifier - The maximum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.
- Min
Snapshot doubleIdentifier - The minimum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.
- Name string
- Awr Hub source database name
- Source
Mail stringBox Url - Opsi Mailbox URL based on the Awr Hub and Awr Hub source.
- State string
- Lifecycle states
- Status string
- Resource Status
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time at which the resource was first created. An RFC3339 formatted datetime string
- Time
First stringSnapshot Generated - The time at which the earliest snapshot was generated in the source database for which data is uploaded to AWR Hub. An RFC3339 formatted datetime string
- Time
Last stringSnapshot Generated - The time at which the latest snapshot was generated in the source database for which data is uploaded to AWR Hub. An RFC3339 formatted datetime string
- Time
Updated string - The time at which the resource was last updated. An RFC3339 formatted datetime string
- Type string
- source type of the database
- Associated
Opsi stringId - The OCID of the database id.
- Associated
Resource stringId - The OCID of the database id.
- Awr
Hub stringId - Unique Awr Hub identifier
- Awr
Hub stringOpsi Source Id - The shorted string of the Awr Hub source database identifier.
- Awr
Source stringDatabase Id - DatabaseId of the Source database for which AWR Data will be uploaded to AWR Hub.
- Compartment
Id string - The OCID of the compartment.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Hours
Since float64Last Import - Number of hours since last AWR snapshots import happened from the Source database.
- Id string
- The OCID of the Awr Hub source database.
- Is
Registered boolWith Awr Hub - This is
true
if the source databse is registered with a Awr Hub, otherwisefalse
- Max
Snapshot float64Identifier - The maximum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.
- Min
Snapshot float64Identifier - The minimum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.
- Name string
- Awr Hub source database name
- Source
Mail stringBox Url - Opsi Mailbox URL based on the Awr Hub and Awr Hub source.
- State string
- Lifecycle states
- Status string
- Resource Status
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time at which the resource was first created. An RFC3339 formatted datetime string
- Time
First stringSnapshot Generated - The time at which the earliest snapshot was generated in the source database for which data is uploaded to AWR Hub. An RFC3339 formatted datetime string
- Time
Last stringSnapshot Generated - The time at which the latest snapshot was generated in the source database for which data is uploaded to AWR Hub. An RFC3339 formatted datetime string
- Time
Updated string - The time at which the resource was last updated. An RFC3339 formatted datetime string
- Type string
- source type of the database
- associated
Opsi StringId - The OCID of the database id.
- associated
Resource StringId - The OCID of the database id.
- awr
Hub StringId - Unique Awr Hub identifier
- awr
Hub StringOpsi Source Id - The shorted string of the Awr Hub source database identifier.
- awr
Source StringDatabase Id - DatabaseId of the Source database for which AWR Data will be uploaded to AWR Hub.
- compartment
Id String - The OCID of the compartment.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- hours
Since DoubleLast Import - Number of hours since last AWR snapshots import happened from the Source database.
- id String
- The OCID of the Awr Hub source database.
- is
Registered BooleanWith Awr Hub - This is
true
if the source databse is registered with a Awr Hub, otherwisefalse
- max
Snapshot DoubleIdentifier - The maximum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.
- min
Snapshot DoubleIdentifier - The minimum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.
- name String
- Awr Hub source database name
- source
Mail StringBox Url - Opsi Mailbox URL based on the Awr Hub and Awr Hub source.
- state String
- Lifecycle states
- status String
- Resource Status
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time at which the resource was first created. An RFC3339 formatted datetime string
- time
First StringSnapshot Generated - The time at which the earliest snapshot was generated in the source database for which data is uploaded to AWR Hub. An RFC3339 formatted datetime string
- time
Last StringSnapshot Generated - The time at which the latest snapshot was generated in the source database for which data is uploaded to AWR Hub. An RFC3339 formatted datetime string
- time
Updated String - The time at which the resource was last updated. An RFC3339 formatted datetime string
- type String
- source type of the database
- associated
Opsi stringId - The OCID of the database id.
- associated
Resource stringId - The OCID of the database id.
- awr
Hub stringId - Unique Awr Hub identifier
- awr
Hub stringOpsi Source Id - The shorted string of the Awr Hub source database identifier.
- awr
Source stringDatabase Id - DatabaseId of the Source database for which AWR Data will be uploaded to AWR Hub.
- compartment
Id string - The OCID of the compartment.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- hours
Since numberLast Import - Number of hours since last AWR snapshots import happened from the Source database.
- id string
- The OCID of the Awr Hub source database.
- is
Registered booleanWith Awr Hub - This is
true
if the source databse is registered with a Awr Hub, otherwisefalse
- max
Snapshot numberIdentifier - The maximum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.
- min
Snapshot numberIdentifier - The minimum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.
- name string
- Awr Hub source database name
- source
Mail stringBox Url - Opsi Mailbox URL based on the Awr Hub and Awr Hub source.
- state string
- Lifecycle states
- status string
- Resource Status
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The time at which the resource was first created. An RFC3339 formatted datetime string
- time
First stringSnapshot Generated - The time at which the earliest snapshot was generated in the source database for which data is uploaded to AWR Hub. An RFC3339 formatted datetime string
- time
Last stringSnapshot Generated - The time at which the latest snapshot was generated in the source database for which data is uploaded to AWR Hub. An RFC3339 formatted datetime string
- time
Updated string - The time at which the resource was last updated. An RFC3339 formatted datetime string
- type string
- source type of the database
- associated_
opsi_ strid - The OCID of the database id.
- associated_
resource_ strid - The OCID of the database id.
- awr_
hub_ strid - Unique Awr Hub identifier
- awr_
hub_ stropsi_ source_ id - The shorted string of the Awr Hub source database identifier.
- awr_
source_ strdatabase_ id - DatabaseId of the Source database for which AWR Data will be uploaded to AWR Hub.
- compartment_
id str - The OCID of the compartment.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- hours_
since_ floatlast_ import - Number of hours since last AWR snapshots import happened from the Source database.
- id str
- The OCID of the Awr Hub source database.
- is_
registered_ boolwith_ awr_ hub - This is
true
if the source databse is registered with a Awr Hub, otherwisefalse
- max_
snapshot_ floatidentifier - The maximum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.
- min_
snapshot_ floatidentifier - The minimum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.
- name str
- Awr Hub source database name
- source_
mail_ strbox_ url - Opsi Mailbox URL based on the Awr Hub and Awr Hub source.
- state str
- Lifecycle states
- status str
- Resource Status
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The time at which the resource was first created. An RFC3339 formatted datetime string
- time_
first_ strsnapshot_ generated - The time at which the earliest snapshot was generated in the source database for which data is uploaded to AWR Hub. An RFC3339 formatted datetime string
- time_
last_ strsnapshot_ generated - The time at which the latest snapshot was generated in the source database for which data is uploaded to AWR Hub. An RFC3339 formatted datetime string
- time_
updated str - The time at which the resource was last updated. An RFC3339 formatted datetime string
- type str
- source type of the database
- associated
Opsi StringId - The OCID of the database id.
- associated
Resource StringId - The OCID of the database id.
- awr
Hub StringId - Unique Awr Hub identifier
- awr
Hub StringOpsi Source Id - The shorted string of the Awr Hub source database identifier.
- awr
Source StringDatabase Id - DatabaseId of the Source database for which AWR Data will be uploaded to AWR Hub.
- compartment
Id String - The OCID of the compartment.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- hours
Since NumberLast Import - Number of hours since last AWR snapshots import happened from the Source database.
- id String
- The OCID of the Awr Hub source database.
- is
Registered BooleanWith Awr Hub - This is
true
if the source databse is registered with a Awr Hub, otherwisefalse
- max
Snapshot NumberIdentifier - The maximum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.
- min
Snapshot NumberIdentifier - The minimum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.
- name String
- Awr Hub source database name
- source
Mail StringBox Url - Opsi Mailbox URL based on the Awr Hub and Awr Hub source.
- state String
- Lifecycle states
- status String
- Resource Status
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time at which the resource was first created. An RFC3339 formatted datetime string
- time
First StringSnapshot Generated - The time at which the earliest snapshot was generated in the source database for which data is uploaded to AWR Hub. An RFC3339 formatted datetime string
- time
Last StringSnapshot Generated - The time at which the latest snapshot was generated in the source database for which data is uploaded to AWR Hub. An RFC3339 formatted datetime string
- time
Updated String - The time at which the resource was last updated. An RFC3339 formatted datetime string
- type String
- source type of the database
GetAwrHubSourcesFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.