Viewing docs for Oracle Cloud Infrastructure v4.21.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.21.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi
This data source provides the list of Analytics Instances in Oracle Cloud Infrastructure Analytics service.
List Analytics instances.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAnalyticsInstances = oci.analytics.getAnalyticsInstances({
compartmentId: compartmentId,
capacityType: analyticsInstanceCapacityType,
featureSet: analyticsInstanceFeatureSet,
name: analyticsInstanceName,
state: analyticsInstanceState,
});
import pulumi
import pulumi_oci as oci
test_analytics_instances = oci.analytics.get_analytics_instances(compartment_id=compartment_id,
capacity_type=analytics_instance_capacity_type,
feature_set=analytics_instance_feature_set,
name=analytics_instance_name,
state=analytics_instance_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/analytics"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := analytics.GetAnalyticsInstances(ctx, &analytics.GetAnalyticsInstancesArgs{
CompartmentId: compartmentId,
CapacityType: pulumi.StringRef(analyticsInstanceCapacityType),
FeatureSet: pulumi.StringRef(analyticsInstanceFeatureSet),
Name: pulumi.StringRef(analyticsInstanceName),
State: pulumi.StringRef(analyticsInstanceState),
}, 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 testAnalyticsInstances = Oci.Analytics.GetAnalyticsInstances.Invoke(new()
{
CompartmentId = compartmentId,
CapacityType = analyticsInstanceCapacityType,
FeatureSet = analyticsInstanceFeatureSet,
Name = analyticsInstanceName,
State = analyticsInstanceState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Analytics.AnalyticsFunctions;
import com.pulumi.oci.Analytics.inputs.GetAnalyticsInstancesArgs;
import java.util.ArrayList;
import java.util.Arrays;
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 testAnalyticsInstances = AnalyticsFunctions.getAnalyticsInstances(GetAnalyticsInstancesArgs.builder()
.compartmentId(compartmentId)
.capacityType(analyticsInstanceCapacityType)
.featureSet(analyticsInstanceFeatureSet)
.name(analyticsInstanceName)
.state(analyticsInstanceState)
.build());
}
}
variables:
testAnalyticsInstances:
fn::invoke:
function: oci:Analytics:getAnalyticsInstances
arguments:
compartmentId: ${compartmentId}
capacityType: ${analyticsInstanceCapacityType}
featureSet: ${analyticsInstanceFeatureSet}
name: ${analyticsInstanceName}
state: ${analyticsInstanceState}
pulumi {
required_providers {
oci = {
source = "pulumi/oci"
}
}
}
data "oci_analytics_getanalyticsinstances" "testAnalyticsInstances" {
compartment_id = compartmentId
capacity_type = analyticsInstanceCapacityType
feature_set = analyticsInstanceFeatureSet
name = analyticsInstanceName
state = analyticsInstanceState
}
Using getAnalyticsInstances
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 getAnalyticsInstances(args: GetAnalyticsInstancesArgs, opts?: InvokeOptions): Promise<GetAnalyticsInstancesResult>
function getAnalyticsInstancesOutput(args: GetAnalyticsInstancesOutputArgs, opts?: InvokeOutputOptions): Output<GetAnalyticsInstancesResult>def get_analytics_instances(capacity_type: Optional[str] = None,
compartment_id: Optional[str] = None,
feature_set: Optional[str] = None,
filters: Optional[Sequence[GetAnalyticsInstancesFilter]] = None,
name: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAnalyticsInstancesResult
def get_analytics_instances_output(capacity_type: pulumi.Input[Optional[str]] = None,
compartment_id: pulumi.Input[Optional[str]] = None,
feature_set: pulumi.Input[Optional[str]] = None,
filters: pulumi.Input[Optional[Sequence[pulumi.Input[GetAnalyticsInstancesFilterArgs]]]] = None,
name: pulumi.Input[Optional[str]] = None,
state: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetAnalyticsInstancesResult]func GetAnalyticsInstances(ctx *Context, args *GetAnalyticsInstancesArgs, opts ...InvokeOption) (*GetAnalyticsInstancesResult, error)
func GetAnalyticsInstancesOutput(ctx *Context, args *GetAnalyticsInstancesOutputArgs, opts ...InvokeOption) GetAnalyticsInstancesResultOutput> Note: This function is named GetAnalyticsInstances in the Go SDK.
public static class GetAnalyticsInstances
{
public static Task<GetAnalyticsInstancesResult> InvokeAsync(GetAnalyticsInstancesArgs args, InvokeOptions? opts = null)
public static Output<GetAnalyticsInstancesResult> Invoke(GetAnalyticsInstancesInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetAnalyticsInstancesResult> Invoke(GetAnalyticsInstancesInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetAnalyticsInstancesResult> getAnalyticsInstances(GetAnalyticsInstancesArgs args, InvokeOptions options)
public static Output<GetAnalyticsInstancesResult> getAnalyticsInstances(GetAnalyticsInstancesArgs args, InvokeOptions options)
public static Output<GetAnalyticsInstancesResult> getAnalyticsInstances(GetAnalyticsInstancesArgs args, InvokeOutputOptions options)
fn::invoke:
function: oci:Analytics/getAnalyticsInstances:getAnalyticsInstances
arguments:
# arguments dictionarydata "oci_analytics_get_analytics_instances" "name" {
# arguments
}The following arguments are supported:
- Compartment
Id string - The OCID of the compartment.
- Capacity
Type string - A filter to only return resources matching the capacity type enum. Values are case-insensitive.
- Feature
Set string - A filter to only return resources matching the feature set. Values are case-insensitive.
- Filters
List<Get
Analytics Instances Filter> - Name string
- A filter to return only resources that match the given name exactly.
- State string
- A filter to only return resources matching the lifecycle state. The state value is case-insensitive.
- Compartment
Id string - The OCID of the compartment.
- Capacity
Type string - A filter to only return resources matching the capacity type enum. Values are case-insensitive.
- Feature
Set string - A filter to only return resources matching the feature set. Values are case-insensitive.
- Filters
[]Get
Analytics Instances Filter - Name string
- A filter to return only resources that match the given name exactly.
- State string
- A filter to only return resources matching the lifecycle state. The state value is case-insensitive.
- compartment_
id string - The OCID of the compartment.
- capacity_
type string - A filter to only return resources matching the capacity type enum. Values are case-insensitive.
- feature_
set string - A filter to only return resources matching the feature set. Values are case-insensitive.
- filters list(object)
- name string
- A filter to return only resources that match the given name exactly.
- state string
- A filter to only return resources matching the lifecycle state. The state value is case-insensitive.
- compartment
Id String - The OCID of the compartment.
- capacity
Type String - A filter to only return resources matching the capacity type enum. Values are case-insensitive.
- feature
Set String - A filter to only return resources matching the feature set. Values are case-insensitive.
- filters
List<Get
Instances Filter> - name String
- A filter to return only resources that match the given name exactly.
- state String
- A filter to only return resources matching the lifecycle state. The state value is case-insensitive.
- compartment
Id string - The OCID of the compartment.
- capacity
Type string - A filter to only return resources matching the capacity type enum. Values are case-insensitive.
- feature
Set string - A filter to only return resources matching the feature set. Values are case-insensitive.
- filters
Get
Analytics Instances Filter[] - name string
- A filter to return only resources that match the given name exactly.
- state string
- A filter to only return resources matching the lifecycle state. The state value is case-insensitive.
- compartment_
id str - The OCID of the compartment.
- capacity_
type str - A filter to only return resources matching the capacity type enum. Values are case-insensitive.
- feature_
set str - A filter to only return resources matching the feature set. Values are case-insensitive.
- filters
Sequence[Get
Analytics Instances Filter] - name str
- A filter to return only resources that match the given name exactly.
- state str
- A filter to only return resources matching the lifecycle state. The state value is case-insensitive.
- compartment
Id String - The OCID of the compartment.
- capacity
Type String - A filter to only return resources matching the capacity type enum. Values are case-insensitive.
- feature
Set String - A filter to only return resources matching the feature set. Values are case-insensitive.
- filters List<Property Map>
- name String
- A filter to return only resources that match the given name exactly.
- state String
- A filter to only return resources matching the lifecycle state. The state value is case-insensitive.
getAnalyticsInstances Result
The following output properties are available:
- Analytics
Instances List<GetAnalytics Instances Analytics Instance> - The list of analytics_instances.
- Compartment
Id string - The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Capacity
Type string - The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
- Feature
Set string - The feature set. Either
SELF_SERVICE_ANALYTICS(Professional Edition) orENTERPRISE_ANALYTICS(Enterprise Edition). - Filters
List<Get
Analytics Instances Filter> - Name string
- The name of the Analytics instance. This name must be unique in the tenancy and can't be changed. The name must start with a letter and can contain only letters, numbers and dash (-).
- State string
- The current state of the Analytics instance.
- Analytics
Instances []GetAnalytics Instances Analytics Instance - The list of analytics_instances.
- Compartment
Id string - The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Capacity
Type string - The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
- Feature
Set string - The feature set. Either
SELF_SERVICE_ANALYTICS(Professional Edition) orENTERPRISE_ANALYTICS(Enterprise Edition). - Filters
[]Get
Analytics Instances Filter - Name string
- The name of the Analytics instance. This name must be unique in the tenancy and can't be changed. The name must start with a letter and can contain only letters, numbers and dash (-).
- State string
- The current state of the Analytics instance.
- analytics_
instances list(object) - The list of analytics_instances.
- compartment_
id string - The OCID of the compartment.
- id string
- The provider-assigned unique ID for this managed resource.
- capacity_
type string - The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
- feature_
set string - The feature set. Either
SELF_SERVICE_ANALYTICS(Professional Edition) orENTERPRISE_ANALYTICS(Enterprise Edition). - filters list(object)
- name string
- The name of the Analytics instance. This name must be unique in the tenancy and can't be changed. The name must start with a letter and can contain only letters, numbers and dash (-).
- state string
- The current state of the Analytics instance.
- analytics
Instances List<GetInstances Instance> - The list of analytics_instances.
- compartment
Id String - The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- capacity
Type String - The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
- feature
Set String - The feature set. Either
SELF_SERVICE_ANALYTICS(Professional Edition) orENTERPRISE_ANALYTICS(Enterprise Edition). - filters
List<Get
Instances Filter> - name String
- The name of the Analytics instance. This name must be unique in the tenancy and can't be changed. The name must start with a letter and can contain only letters, numbers and dash (-).
- state String
- The current state of the Analytics instance.
- analytics
Instances GetAnalytics Instances Analytics Instance[] - The list of analytics_instances.
- compartment
Id string - The OCID of the compartment.
- id string
- The provider-assigned unique ID for this managed resource.
- capacity
Type string - The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
- feature
Set string - The feature set. Either
SELF_SERVICE_ANALYTICS(Professional Edition) orENTERPRISE_ANALYTICS(Enterprise Edition). - filters
Get
Analytics Instances Filter[] - name string
- The name of the Analytics instance. This name must be unique in the tenancy and can't be changed. The name must start with a letter and can contain only letters, numbers and dash (-).
- state string
- The current state of the Analytics instance.
- analytics_
instances Sequence[GetAnalytics Instances Analytics Instance] - The list of analytics_instances.
- compartment_
id str - The OCID of the compartment.
- id str
- The provider-assigned unique ID for this managed resource.
- capacity_
type str - The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
- feature_
set str - The feature set. Either
SELF_SERVICE_ANALYTICS(Professional Edition) orENTERPRISE_ANALYTICS(Enterprise Edition). - filters
Sequence[Get
Analytics Instances Filter] - name str
- The name of the Analytics instance. This name must be unique in the tenancy and can't be changed. The name must start with a letter and can contain only letters, numbers and dash (-).
- state str
- The current state of the Analytics instance.
- analytics
Instances List<Property Map> - The list of analytics_instances.
- compartment
Id String - The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- capacity
Type String - The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
- feature
Set String - The feature set. Either
SELF_SERVICE_ANALYTICS(Professional Edition) orENTERPRISE_ANALYTICS(Enterprise Edition). - filters List<Property Map>
- name String
- The name of the Analytics instance. This name must be unique in the tenancy and can't be changed. The name must start with a letter and can contain only letters, numbers and dash (-).
- state String
- The current state of the Analytics instance.
Supporting Types
GetAnalyticsInstancesAnalyticsInstance
- Admin
User string - Capacities
List<Get
Analytics Instances Analytics Instance Capacity> - The capacity (in OCPU's) to be allocated for this resource.
- 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. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Description string
- Description of the vanity URL.
- Domain
Id string - Identity domain OCID.
- Email
Notification string - Email address receiving notifications.
- Feature
Bundle string - The feature set of an Analytics instance.
- Feature
Set string - A filter to only return resources matching the feature set. Values are case-insensitive.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- Unique identifier and name of resource group. Must be unique within the instance
- Idcs
Access stringToken - Kms
Key stringId - OCID of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates that the default Oracle-managed encryption is used.
- License
Type string - The license used for the service.
- Name string
- A filter to return only resources that match the given name exactly.
- Network
Endpoint List<GetDetails Analytics Instances Analytics Instance Network Endpoint Detail> - Base representation of a network endpoint.
- Resource
Groups List<GetAnalytics Instances Analytics Instance Resource Group> - List of resource groups for this Analytics instance. The resource group id must be unique within the instance.
- Service
Url string - URL of the Analytics instance.
- State string
- A filter to only return resources matching the lifecycle state. The state value is case-insensitive.
- Dictionary<string, string>
- System tags for this resource. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.key": "value"} - Time
Created string - The date and time the Analytics instance was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the Analytics instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events don't affect it.
- Update
Channel string - The Analytics instance update cycle.
- Admin
User string - Capacities
[]Get
Analytics Instances Analytics Instance Capacity - The capacity (in OCPU's) to be allocated for this resource.
- 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. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Description string
- Description of the vanity URL.
- Domain
Id string - Identity domain OCID.
- Email
Notification string - Email address receiving notifications.
- Feature
Bundle string - The feature set of an Analytics instance.
- Feature
Set string - A filter to only return resources matching the feature set. Values are case-insensitive.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- Unique identifier and name of resource group. Must be unique within the instance
- Idcs
Access stringToken - Kms
Key stringId - OCID of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates that the default Oracle-managed encryption is used.
- License
Type string - The license used for the service.
- Name string
- A filter to return only resources that match the given name exactly.
- Network
Endpoint []GetDetails Analytics Instances Analytics Instance Network Endpoint Detail - Base representation of a network endpoint.
- Resource
Groups []GetAnalytics Instances Analytics Instance Resource Group - List of resource groups for this Analytics instance. The resource group id must be unique within the instance.
- Service
Url string - URL of the Analytics instance.
- State string
- A filter to only return resources matching the lifecycle state. The state value is case-insensitive.
- map[string]string
- System tags for this resource. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.key": "value"} - Time
Created string - The date and time the Analytics instance was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the Analytics instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events don't affect it.
- Update
Channel string - The Analytics instance update cycle.
- admin_
user string - capacities list(object)
- The capacity (in OCPU's) to be allocated for this resource.
- compartment_
id string - The OCID of the compartment.
- map(string)
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description string
- Description of the vanity URL.
- domain_
id string - Identity domain OCID.
- email_
notification string - Email address receiving notifications.
- feature_
bundle string - The feature set of an Analytics instance.
- feature_
set string - A filter to only return resources matching the feature set. Values are case-insensitive.
- map(string)
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id string
- Unique identifier and name of resource group. Must be unique within the instance
- idcs_
access_ stringtoken - kms_
key_ stringid - OCID of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates that the default Oracle-managed encryption is used.
- license_
type string - The license used for the service.
- name string
- A filter to return only resources that match the given name exactly.
- network_
endpoint_ list(object)details - Base representation of a network endpoint.
- resource_
groups list(object) - List of resource groups for this Analytics instance. The resource group id must be unique within the instance.
- service_
url string - URL of the Analytics instance.
- state string
- A filter to only return resources matching the lifecycle state. The state value is case-insensitive.
- map(string)
- System tags for this resource. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.key": "value"} - time_
created string - The date and time the Analytics instance was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z - time_
updated string - The date and time the Analytics instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events don't affect it.
- update_
channel string - The Analytics instance update cycle.
- admin
User String - capacities
List<Get
Instances Instance Capacity> - The capacity (in OCPU's) to be allocated for this resource.
- 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. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description String
- Description of the vanity URL.
- domain
Id String - Identity domain OCID.
- email
Notification String - Email address receiving notifications.
- feature
Bundle String - The feature set of an Analytics instance.
- feature
Set String - A filter to only return resources matching the feature set. Values are case-insensitive.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- Unique identifier and name of resource group. Must be unique within the instance
- idcs
Access StringToken - kms
Key StringId - OCID of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates that the default Oracle-managed encryption is used.
- license
Type String - The license used for the service.
- name String
- A filter to return only resources that match the given name exactly.
- network
Endpoint List<GetDetails Instances Instance Network Endpoint Detail> - Base representation of a network endpoint.
- resource
Groups List<GetInstances Instance Resource Group> - List of resource groups for this Analytics instance. The resource group id must be unique within the instance.
- service
Url String - URL of the Analytics instance.
- state String
- A filter to only return resources matching the lifecycle state. The state value is case-insensitive.
- Map<String,String>
- System tags for this resource. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.key": "value"} - time
Created String - The date and time the Analytics instance was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the Analytics instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events don't affect it.
- update
Channel String - The Analytics instance update cycle.
- admin
User string - capacities
Get
Analytics Instances Analytics Instance Capacity[] - The capacity (in OCPU's) to be allocated for this resource.
- 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. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description string
- Description of the vanity URL.
- domain
Id string - Identity domain OCID.
- email
Notification string - Email address receiving notifications.
- feature
Bundle string - The feature set of an Analytics instance.
- feature
Set string - A filter to only return resources matching the feature set. Values are case-insensitive.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id string
- Unique identifier and name of resource group. Must be unique within the instance
- idcs
Access stringToken - kms
Key stringId - OCID of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates that the default Oracle-managed encryption is used.
- license
Type string - The license used for the service.
- name string
- A filter to return only resources that match the given name exactly.
- network
Endpoint GetDetails Analytics Instances Analytics Instance Network Endpoint Detail[] - Base representation of a network endpoint.
- resource
Groups GetAnalytics Instances Analytics Instance Resource Group[] - List of resource groups for this Analytics instance. The resource group id must be unique within the instance.
- service
Url string - URL of the Analytics instance.
- state string
- A filter to only return resources matching the lifecycle state. The state value is case-insensitive.
- {[key: string]: string}
- System tags for this resource. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.key": "value"} - time
Created string - The date and time the Analytics instance was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z - time
Updated string - The date and time the Analytics instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events don't affect it.
- update
Channel string - The Analytics instance update cycle.
- admin_
user str - capacities
Sequence[Get
Analytics Instances Analytics Instance Capacity] - The capacity (in OCPU's) to be allocated for this resource.
- 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. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description str
- Description of the vanity URL.
- domain_
id str - Identity domain OCID.
- email_
notification str - Email address receiving notifications.
- feature_
bundle str - The feature set of an Analytics instance.
- feature_
set str - A filter to only return resources matching the feature set. Values are case-insensitive.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id str
- Unique identifier and name of resource group. Must be unique within the instance
- idcs_
access_ strtoken - kms_
key_ strid - OCID of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates that the default Oracle-managed encryption is used.
- license_
type str - The license used for the service.
- name str
- A filter to return only resources that match the given name exactly.
- network_
endpoint_ Sequence[Getdetails Analytics Instances Analytics Instance Network Endpoint Detail] - Base representation of a network endpoint.
- resource_
groups Sequence[GetAnalytics Instances Analytics Instance Resource Group] - List of resource groups for this Analytics instance. The resource group id must be unique within the instance.
- service_
url str - URL of the Analytics instance.
- state str
- A filter to only return resources matching the lifecycle state. The state value is case-insensitive.
- Mapping[str, str]
- System tags for this resource. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.key": "value"} - time_
created str - The date and time the Analytics instance was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z - time_
updated str - The date and time the Analytics instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events don't affect it.
- update_
channel str - The Analytics instance update cycle.
- admin
User String - capacities List<Property Map>
- The capacity (in OCPU's) to be allocated for this resource.
- compartment
Id String - The OCID of the compartment.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description String
- Description of the vanity URL.
- domain
Id String - Identity domain OCID.
- email
Notification String - Email address receiving notifications.
- feature
Bundle String - The feature set of an Analytics instance.
- feature
Set String - A filter to only return resources matching the feature set. Values are case-insensitive.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- Unique identifier and name of resource group. Must be unique within the instance
- idcs
Access StringToken - kms
Key StringId - OCID of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates that the default Oracle-managed encryption is used.
- license
Type String - The license used for the service.
- name String
- A filter to return only resources that match the given name exactly.
- network
Endpoint List<Property Map>Details - Base representation of a network endpoint.
- resource
Groups List<Property Map> - List of resource groups for this Analytics instance. The resource group id must be unique within the instance.
- service
Url String - URL of the Analytics instance.
- state String
- A filter to only return resources matching the lifecycle state. The state value is case-insensitive.
- Map<String>
- System tags for this resource. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.key": "value"} - time
Created String - The date and time the Analytics instance was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the Analytics instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events don't affect it.
- update
Channel String - The Analytics instance update cycle.
GetAnalyticsInstancesAnalyticsInstanceCapacity
- Capacity
Type string - A filter to only return resources matching the capacity type enum. Values are case-insensitive.
- Capacity
Value int - The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the Analytics instance.
- Capacity
Type string - A filter to only return resources matching the capacity type enum. Values are case-insensitive.
- Capacity
Value int - The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the Analytics instance.
- capacity_
type string - A filter to only return resources matching the capacity type enum. Values are case-insensitive.
- capacity_
value number - The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the Analytics instance.
- capacity
Type String - A filter to only return resources matching the capacity type enum. Values are case-insensitive.
- capacity
Value Integer - The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the Analytics instance.
- capacity
Type string - A filter to only return resources matching the capacity type enum. Values are case-insensitive.
- capacity
Value number - The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the Analytics instance.
- capacity_
type str - A filter to only return resources matching the capacity type enum. Values are case-insensitive.
- capacity_
value int - The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the Analytics instance.
- capacity
Type String - A filter to only return resources matching the capacity type enum. Values are case-insensitive.
- capacity
Value Number - The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the Analytics instance.
GetAnalyticsInstancesAnalyticsInstanceNetworkEndpointDetail
- Network
Endpoint stringType - The type of network endpoint.
- Network
Security List<string>Group Ids - Network Security Group OCIDs for the Analytics instance.
- Subnet
Id string - OCID of the customer subnet connected to the private access channel.
- Vcn
Id string - OCID of the customer VCN peered with the private access channel.
- Whitelisted
Ips List<string> - Source IP addresses or IP address ranges in ingress rules.
- Whitelisted
Services List<string> - Oracle Cloud services that are allowed to access this Analytics instance.
- Whitelisted
Vcns List<GetAnalytics Instances Analytics Instance Network Endpoint Detail Whitelisted Vcn> - Virtual Cloud Networks allowed to access this network endpoint.
- Network
Endpoint stringType - The type of network endpoint.
- Network
Security []stringGroup Ids - Network Security Group OCIDs for the Analytics instance.
- Subnet
Id string - OCID of the customer subnet connected to the private access channel.
- Vcn
Id string - OCID of the customer VCN peered with the private access channel.
- Whitelisted
Ips []string - Source IP addresses or IP address ranges in ingress rules.
- Whitelisted
Services []string - Oracle Cloud services that are allowed to access this Analytics instance.
- Whitelisted
Vcns []GetAnalytics Instances Analytics Instance Network Endpoint Detail Whitelisted Vcn - Virtual Cloud Networks allowed to access this network endpoint.
- network_
endpoint_ stringtype - The type of network endpoint.
- network_
security_ list(string)group_ ids - Network Security Group OCIDs for the Analytics instance.
- subnet_
id string - OCID of the customer subnet connected to the private access channel.
- vcn_
id string - OCID of the customer VCN peered with the private access channel.
- whitelisted_
ips list(string) - Source IP addresses or IP address ranges in ingress rules.
- whitelisted_
services list(string) - Oracle Cloud services that are allowed to access this Analytics instance.
- whitelisted_
vcns list(object) - Virtual Cloud Networks allowed to access this network endpoint.
- network
Endpoint StringType - The type of network endpoint.
- network
Security List<String>Group Ids - Network Security Group OCIDs for the Analytics instance.
- subnet
Id String - OCID of the customer subnet connected to the private access channel.
- vcn
Id String - OCID of the customer VCN peered with the private access channel.
- whitelisted
Ips List<String> - Source IP addresses or IP address ranges in ingress rules.
- whitelisted
Services List<String> - Oracle Cloud services that are allowed to access this Analytics instance.
- whitelisted
Vcns List<GetInstances Instance Network Endpoint Detail Whitelisted Vcn> - Virtual Cloud Networks allowed to access this network endpoint.
- network
Endpoint stringType - The type of network endpoint.
- network
Security string[]Group Ids - Network Security Group OCIDs for the Analytics instance.
- subnet
Id string - OCID of the customer subnet connected to the private access channel.
- vcn
Id string - OCID of the customer VCN peered with the private access channel.
- whitelisted
Ips string[] - Source IP addresses or IP address ranges in ingress rules.
- whitelisted
Services string[] - Oracle Cloud services that are allowed to access this Analytics instance.
- whitelisted
Vcns GetAnalytics Instances Analytics Instance Network Endpoint Detail Whitelisted Vcn[] - Virtual Cloud Networks allowed to access this network endpoint.
- network_
endpoint_ strtype - The type of network endpoint.
- network_
security_ Sequence[str]group_ ids - Network Security Group OCIDs for the Analytics instance.
- subnet_
id str - OCID of the customer subnet connected to the private access channel.
- vcn_
id str - OCID of the customer VCN peered with the private access channel.
- whitelisted_
ips Sequence[str] - Source IP addresses or IP address ranges in ingress rules.
- whitelisted_
services Sequence[str] - Oracle Cloud services that are allowed to access this Analytics instance.
- whitelisted_
vcns Sequence[GetAnalytics Instances Analytics Instance Network Endpoint Detail Whitelisted Vcn] - Virtual Cloud Networks allowed to access this network endpoint.
- network
Endpoint StringType - The type of network endpoint.
- network
Security List<String>Group Ids - Network Security Group OCIDs for the Analytics instance.
- subnet
Id String - OCID of the customer subnet connected to the private access channel.
- vcn
Id String - OCID of the customer VCN peered with the private access channel.
- whitelisted
Ips List<String> - Source IP addresses or IP address ranges in ingress rules.
- whitelisted
Services List<String> - Oracle Cloud services that are allowed to access this Analytics instance.
- whitelisted
Vcns List<Property Map> - Virtual Cloud Networks allowed to access this network endpoint.
GetAnalyticsInstancesAnalyticsInstanceNetworkEndpointDetailWhitelistedVcn
- Id string
- Unique identifier and name of resource group. Must be unique within the instance
- Whitelisted
Ips List<string> - Source IP addresses or IP address ranges in ingress rules.
- Id string
- Unique identifier and name of resource group. Must be unique within the instance
- Whitelisted
Ips []string - Source IP addresses or IP address ranges in ingress rules.
- id string
- Unique identifier and name of resource group. Must be unique within the instance
- whitelisted_
ips list(string) - Source IP addresses or IP address ranges in ingress rules.
- id String
- Unique identifier and name of resource group. Must be unique within the instance
- whitelisted
Ips List<String> - Source IP addresses or IP address ranges in ingress rules.
- id string
- Unique identifier and name of resource group. Must be unique within the instance
- whitelisted
Ips string[] - Source IP addresses or IP address ranges in ingress rules.
- id str
- Unique identifier and name of resource group. Must be unique within the instance
- whitelisted_
ips Sequence[str] - Source IP addresses or IP address ranges in ingress rules.
- id String
- Unique identifier and name of resource group. Must be unique within the instance
- whitelisted
Ips List<String> - Source IP addresses or IP address ranges in ingress rules.
GetAnalyticsInstancesAnalyticsInstanceResourceGroup
- Capacity int
- The capacity (in OCPU's) to be allocated for this resource.
- Description string
- Description of the vanity URL.
- Display
Name string - Meaningful name of resource group for end user
- Id string
- Unique identifier and name of resource group. Must be unique within the instance
- Resource
Name string - Meaningful name of resource group for end user
- Capacity int
- The capacity (in OCPU's) to be allocated for this resource.
- Description string
- Description of the vanity URL.
- Display
Name string - Meaningful name of resource group for end user
- Id string
- Unique identifier and name of resource group. Must be unique within the instance
- Resource
Name string - Meaningful name of resource group for end user
- capacity number
- The capacity (in OCPU's) to be allocated for this resource.
- description string
- Description of the vanity URL.
- display_
name string - Meaningful name of resource group for end user
- id string
- Unique identifier and name of resource group. Must be unique within the instance
- resource_
name string - Meaningful name of resource group for end user
- capacity Integer
- The capacity (in OCPU's) to be allocated for this resource.
- description String
- Description of the vanity URL.
- display
Name String - Meaningful name of resource group for end user
- id String
- Unique identifier and name of resource group. Must be unique within the instance
- resource
Name String - Meaningful name of resource group for end user
- capacity number
- The capacity (in OCPU's) to be allocated for this resource.
- description string
- Description of the vanity URL.
- display
Name string - Meaningful name of resource group for end user
- id string
- Unique identifier and name of resource group. Must be unique within the instance
- resource
Name string - Meaningful name of resource group for end user
- capacity int
- The capacity (in OCPU's) to be allocated for this resource.
- description str
- Description of the vanity URL.
- display_
name str - Meaningful name of resource group for end user
- id str
- Unique identifier and name of resource group. Must be unique within the instance
- resource_
name str - Meaningful name of resource group for end user
- capacity Number
- The capacity (in OCPU's) to be allocated for this resource.
- description String
- Description of the vanity URL.
- display
Name String - Meaningful name of resource group for end user
- id String
- Unique identifier and name of resource group. Must be unique within the instance
- resource
Name String - Meaningful name of resource group for end user
GetAnalyticsInstancesFilter
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.21.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi