Oracle Cloud Infrastructure
getAnalyticsInstance
This data source provides details about a specific Analytics Instance resource in Oracle Cloud Infrastructure Analytics service.
Info for a specific Analytics instance.
Example Usage
using Pulumi;
using Oci = Pulumi.Oci;
class MyStack : Stack
{
public MyStack()
{
var testAnalyticsInstance = Output.Create(Oci.Analytics.GetAnalyticsInstance.InvokeAsync(new Oci.Analytics.GetAnalyticsInstanceArgs
{
AnalyticsInstanceId = oci_analytics_analytics_instance.Test_analytics_instance.Id,
}));
}
}
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Analytics"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Analytics.GetAnalyticsInstance(ctx, &analytics.GetAnalyticsInstanceArgs{
AnalyticsInstanceId: oci_analytics_analytics_instance.Test_analytics_instance.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
Coming soon!
import pulumi
import pulumi_oci as oci
test_analytics_instance = oci.Analytics.get_analytics_instance(analytics_instance_id=oci_analytics_analytics_instance["test_analytics_instance"]["id"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAnalyticsInstance = oci.Analytics.getAnalyticsInstance({
analyticsInstanceId: oci_analytics_analytics_instance.test_analytics_instance.id,
});
Coming soon!
Using getAnalyticsInstance
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 getAnalyticsInstance(args: GetAnalyticsInstanceArgs, opts?: InvokeOptions): Promise<GetAnalyticsInstanceResult>
function getAnalyticsInstanceOutput(args: GetAnalyticsInstanceOutputArgs, opts?: InvokeOptions): Output<GetAnalyticsInstanceResult>
def get_analytics_instance(analytics_instance_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAnalyticsInstanceResult
def get_analytics_instance_output(analytics_instance_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAnalyticsInstanceResult]
func GetAnalyticsInstance(ctx *Context, args *GetAnalyticsInstanceArgs, opts ...InvokeOption) (*GetAnalyticsInstanceResult, error)
func GetAnalyticsInstanceOutput(ctx *Context, args *GetAnalyticsInstanceOutputArgs, opts ...InvokeOption) GetAnalyticsInstanceResultOutput
> Note: This function is named GetAnalyticsInstance
in the Go SDK.
public static class GetAnalyticsInstance
{
public static Task<GetAnalyticsInstanceResult> InvokeAsync(GetAnalyticsInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetAnalyticsInstanceResult> Invoke(GetAnalyticsInstanceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAnalyticsInstanceResult> getAnalyticsInstance(GetAnalyticsInstanceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: oci:Analytics/getAnalyticsInstance:getAnalyticsInstance
Arguments:
# Arguments dictionary
The following arguments are supported:
- Analytics
Instance stringId The OCID of the AnalyticsInstance.
- Analytics
Instance stringId The OCID of the AnalyticsInstance.
- analytics
Instance StringId The OCID of the AnalyticsInstance.
- analytics
Instance stringId The OCID of the AnalyticsInstance.
- analytics_
instance_ strid The OCID of the AnalyticsInstance.
- analytics
Instance StringId The OCID of the AnalyticsInstance.
getAnalyticsInstance Result
The following output properties are available:
- Analytics
Instance stringId - Capacities
List<Get
Analytics Instance Capacity> Service instance capacity metadata (e.g.: OLPU count, number of users, ...etc...).
- Compartment
Id string The OCID of the compartment.
- Dictionary<string, object>
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.
- Email
Notification string Email address receiving notifications.
- Feature
Set string Analytics feature set.
- Dictionary<string, object>
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
The Virtual Cloud Network OCID.
- Idcs
Access stringToken - License
Type string The license used for the service.
- Name string
The name of the Analytics instance. This name must be unique in the tenancy and cannot be changed.
- Network
Endpoint List<GetDetails Analytics Instance Network Endpoint Detail> Base representation of a network endpoint.
- Private
Access Dictionary<string, object>Channels Map of PrivateAccessChannel unique identifier key as KEY and PrivateAccessChannel Object as VALUE.
- Service
Url string URL of the Analytics service.
- State string
The current state of an instance.
- Time
Created string The date and time the instance was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Time
Updated string The date and time the instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events do not influence it.
- Vanity
Url Dictionary<string, object>Details Map of VanityUrl unique identifier key as KEY and VanityUrl Object as VALUE.
- Analytics
Instance stringId - Capacities
[]Get
Analytics Instance Capacity Service instance capacity metadata (e.g.: OLPU count, number of users, ...etc...).
- Compartment
Id string The OCID of the compartment.
- map[string]interface{}
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.
- Email
Notification string Email address receiving notifications.
- Feature
Set string Analytics feature set.
- map[string]interface{}
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
The Virtual Cloud Network OCID.
- Idcs
Access stringToken - License
Type string The license used for the service.
- Name string
The name of the Analytics instance. This name must be unique in the tenancy and cannot be changed.
- Network
Endpoint []GetDetails Analytics Instance Network Endpoint Detail Base representation of a network endpoint.
- Private
Access map[string]interface{}Channels Map of PrivateAccessChannel unique identifier key as KEY and PrivateAccessChannel Object as VALUE.
- Service
Url string URL of the Analytics service.
- State string
The current state of an instance.
- Time
Created string The date and time the instance was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Time
Updated string The date and time the instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events do not influence it.
- Vanity
Url map[string]interface{}Details Map of VanityUrl unique identifier key as KEY and VanityUrl Object as VALUE.
- analytics
Instance StringId - capacities
List<Get
Instance Capacity> Service instance capacity metadata (e.g.: OLPU count, number of users, ...etc...).
- compartment
Id String The OCID of the compartment.
- Map<String,Object>
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.
- email
Notification String Email address receiving notifications.
- feature
Set String Analytics feature set.
- Map<String,Object>
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
The Virtual Cloud Network OCID.
- idcs
Access StringToken - license
Type String The license used for the service.
- name String
The name of the Analytics instance. This name must be unique in the tenancy and cannot be changed.
- network
Endpoint List<GetDetails Instance Network Endpoint Detail> Base representation of a network endpoint.
- private
Access Map<String,Object>Channels Map of PrivateAccessChannel unique identifier key as KEY and PrivateAccessChannel Object as VALUE.
- service
Url String URL of the Analytics service.
- state String
The current state of an instance.
- time
Created String The date and time the instance was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated String The date and time the instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events do not influence it.
- vanity
Url Map<String,Object>Details Map of VanityUrl unique identifier key as KEY and VanityUrl Object as VALUE.
- analytics
Instance stringId - capacities
Get
Analytics Instance Capacity[] Service instance capacity metadata (e.g.: OLPU count, number of users, ...etc...).
- compartment
Id string The OCID of the compartment.
- {[key: string]: any}
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.
- email
Notification string Email address receiving notifications.
- feature
Set string Analytics feature set.
- {[key: string]: any}
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
The Virtual Cloud Network OCID.
- idcs
Access stringToken - license
Type string The license used for the service.
- name string
The name of the Analytics instance. This name must be unique in the tenancy and cannot be changed.
- network
Endpoint GetDetails Analytics Instance Network Endpoint Detail[] Base representation of a network endpoint.
- private
Access {[key: string]: any}Channels Map of PrivateAccessChannel unique identifier key as KEY and PrivateAccessChannel Object as VALUE.
- service
Url string URL of the Analytics service.
- state string
The current state of an instance.
- time
Created string The date and time the instance was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated string The date and time the instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events do not influence it.
- vanity
Url {[key: string]: any}Details Map of VanityUrl unique identifier key as KEY and VanityUrl Object as VALUE.
- analytics_
instance_ strid - capacities
Get
Analytics Instance Capacity] Service instance capacity metadata (e.g.: OLPU count, number of users, ...etc...).
- compartment_
id str The OCID of the compartment.
- Mapping[str, Any]
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.
- email_
notification str Email address receiving notifications.
- feature_
set str Analytics feature set.
- Mapping[str, Any]
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
The Virtual Cloud Network OCID.
- idcs_
access_ strtoken - license_
type str The license used for the service.
- name str
The name of the Analytics instance. This name must be unique in the tenancy and cannot be changed.
- network_
endpoint_ Getdetails Analytics Instance Network Endpoint Detail] Base representation of a network endpoint.
- private_
access_ Mapping[str, Any]channels Map of PrivateAccessChannel unique identifier key as KEY and PrivateAccessChannel Object as VALUE.
- service_
url str URL of the Analytics service.
- state str
The current state of an instance.
- time_
created str The date and time the instance was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time_
updated str The date and time the instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events do not influence it.
- vanity_
url_ Mapping[str, Any]details Map of VanityUrl unique identifier key as KEY and VanityUrl Object as VALUE.
- analytics
Instance StringId - capacities List<Property Map>
Service instance capacity metadata (e.g.: OLPU count, number of users, ...etc...).
- compartment
Id String The OCID of the compartment.
- Map<Any>
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.
- email
Notification String Email address receiving notifications.
- feature
Set String Analytics feature set.
- Map<Any>
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
The Virtual Cloud Network OCID.
- idcs
Access StringToken - license
Type String The license used for the service.
- name String
The name of the Analytics instance. This name must be unique in the tenancy and cannot be changed.
- network
Endpoint List<Property Map>Details Base representation of a network endpoint.
- private
Access Map<Any>Channels Map of PrivateAccessChannel unique identifier key as KEY and PrivateAccessChannel Object as VALUE.
- service
Url String URL of the Analytics service.
- state String
The current state of an instance.
- time
Created String The date and time the instance was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated String The date and time the instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events do not influence it.
- vanity
Url Map<Any>Details Map of VanityUrl unique identifier key as KEY and VanityUrl Object as VALUE.
Supporting Types
GetAnalyticsInstanceCapacity
- Capacity
Type string The capacity model to use.
- Capacity
Value int The capacity value selected (OLPU count, number of users, ...etc...). This parameter affects the number of CPUs, amount of memory or other resources allocated to the instance.
- Capacity
Type string The capacity model to use.
- Capacity
Value int The capacity value selected (OLPU count, number of users, ...etc...). This parameter affects the number of CPUs, amount of memory or other resources allocated to the instance.
- capacity
Type String The capacity model to use.
- capacity
Value Integer The capacity value selected (OLPU count, number of users, ...etc...). This parameter affects the number of CPUs, amount of memory or other resources allocated to the instance.
- capacity
Type string The capacity model to use.
- capacity
Value number The capacity value selected (OLPU count, number of users, ...etc...). This parameter affects the number of CPUs, amount of memory or other resources allocated to the instance.
- capacity_
type str The capacity model to use.
- capacity_
value int The capacity value selected (OLPU count, number of users, ...etc...). This parameter affects the number of CPUs, amount of memory or other resources allocated to the instance.
- capacity
Type String The capacity model to use.
- capacity
Value Number The capacity value selected (OLPU count, number of users, ...etc...). This parameter affects the number of CPUs, amount of memory or other resources allocated to the instance.
GetAnalyticsInstanceNetworkEndpointDetail
- Network
Endpoint stringType The type of network endpoint.
- Subnet
Id string OCID of the customer subnet connected to private access channel.
- Vcn
Id string OCID of the customer VCN peered with private access channel.
- Whitelisted
Ips List<string> Source IP addresses or IP address ranges igress rules.
- Whitelisted
Vcns List<GetAnalytics Instance Network Endpoint Detail Whitelisted Vcn> Virtual Cloud Networks allowed to access this network endpoint.
- Network
Endpoint stringType The type of network endpoint.
- Subnet
Id string OCID of the customer subnet connected to private access channel.
- Vcn
Id string OCID of the customer VCN peered with private access channel.
- Whitelisted
Ips []string Source IP addresses or IP address ranges igress rules.
- Whitelisted
Vcns []GetAnalytics Instance Network Endpoint Detail Whitelisted Vcn Virtual Cloud Networks allowed to access this network endpoint.
- network
Endpoint StringType The type of network endpoint.
- subnet
Id String OCID of the customer subnet connected to private access channel.
- vcn
Id String OCID of the customer VCN peered with private access channel.
- whitelisted
Ips List<String> Source IP addresses or IP address ranges igress rules.
- whitelisted
Vcns List<GetInstance Network Endpoint Detail Whitelisted Vcn> Virtual Cloud Networks allowed to access this network endpoint.
- network
Endpoint stringType The type of network endpoint.
- subnet
Id string OCID of the customer subnet connected to private access channel.
- vcn
Id string OCID of the customer VCN peered with private access channel.
- whitelisted
Ips string[] Source IP addresses or IP address ranges igress rules.
- whitelisted
Vcns GetAnalytics Instance Network Endpoint Detail Whitelisted Vcn[] Virtual Cloud Networks allowed to access this network endpoint.
- network_
endpoint_ strtype The type of network endpoint.
- subnet_
id str OCID of the customer subnet connected to private access channel.
- vcn_
id str OCID of the customer VCN peered with private access channel.
- whitelisted_
ips Sequence[str] Source IP addresses or IP address ranges igress rules.
- whitelisted_
vcns GetAnalytics Instance Network Endpoint Detail Whitelisted Vcn] Virtual Cloud Networks allowed to access this network endpoint.
- network
Endpoint StringType The type of network endpoint.
- subnet
Id String OCID of the customer subnet connected to private access channel.
- vcn
Id String OCID of the customer VCN peered with private access channel.
- whitelisted
Ips List<String> Source IP addresses or IP address ranges igress rules.
- whitelisted
Vcns List<Property Map> Virtual Cloud Networks allowed to access this network endpoint.
GetAnalyticsInstanceNetworkEndpointDetailWhitelistedVcn
- Id string
The Virtual Cloud Network OCID.
- Whitelisted
Ips List<string> Source IP addresses or IP address ranges igress rules.
- Id string
The Virtual Cloud Network OCID.
- Whitelisted
Ips []string Source IP addresses or IP address ranges igress rules.
- id String
The Virtual Cloud Network OCID.
- whitelisted
Ips List<String> Source IP addresses or IP address ranges igress rules.
- id string
The Virtual Cloud Network OCID.
- whitelisted
Ips string[] Source IP addresses or IP address ranges igress rules.
- id str
The Virtual Cloud Network OCID.
- whitelisted_
ips Sequence[str] Source IP addresses or IP address ranges igress rules.
- id String
The Virtual Cloud Network OCID.
- whitelisted
Ips List<String> Source IP addresses or IP address ranges igress rules.
Package Details
- Repository
- https://github.com/pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.