1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Opsi
  5. getEnterpriseManagerBridge
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

oci.Opsi.getEnterpriseManagerBridge

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

This data source provides details about a specific Enterprise Manager Bridge resource in Oracle Cloud Infrastructure Opsi service.

Gets details of an Operations Insights Enterprise Manager bridge.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testEnterpriseManagerBridge = oci.Opsi.getEnterpriseManagerBridge({
    enterpriseManagerBridgeId: testEnterpriseManagerBridgeOciOpsiEnterpriseManagerBridge.id,
});
Copy
import pulumi
import pulumi_oci as oci

test_enterprise_manager_bridge = oci.Opsi.get_enterprise_manager_bridge(enterprise_manager_bridge_id=test_enterprise_manager_bridge_oci_opsi_enterprise_manager_bridge["id"])
Copy
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.GetEnterpriseManagerBridge(ctx, &opsi.GetEnterpriseManagerBridgeArgs{
			EnterpriseManagerBridgeId: testEnterpriseManagerBridgeOciOpsiEnterpriseManagerBridge.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testEnterpriseManagerBridge = Oci.Opsi.GetEnterpriseManagerBridge.Invoke(new()
    {
        EnterpriseManagerBridgeId = testEnterpriseManagerBridgeOciOpsiEnterpriseManagerBridge.Id,
    });

});
Copy
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.GetEnterpriseManagerBridgeArgs;
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 testEnterpriseManagerBridge = OpsiFunctions.getEnterpriseManagerBridge(GetEnterpriseManagerBridgeArgs.builder()
            .enterpriseManagerBridgeId(testEnterpriseManagerBridgeOciOpsiEnterpriseManagerBridge.id())
            .build());

    }
}
Copy
variables:
  testEnterpriseManagerBridge:
    fn::invoke:
      function: oci:Opsi:getEnterpriseManagerBridge
      arguments:
        enterpriseManagerBridgeId: ${testEnterpriseManagerBridgeOciOpsiEnterpriseManagerBridge.id}
Copy

Using getEnterpriseManagerBridge

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 getEnterpriseManagerBridge(args: GetEnterpriseManagerBridgeArgs, opts?: InvokeOptions): Promise<GetEnterpriseManagerBridgeResult>
function getEnterpriseManagerBridgeOutput(args: GetEnterpriseManagerBridgeOutputArgs, opts?: InvokeOptions): Output<GetEnterpriseManagerBridgeResult>
Copy
def get_enterprise_manager_bridge(enterprise_manager_bridge_id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetEnterpriseManagerBridgeResult
def get_enterprise_manager_bridge_output(enterprise_manager_bridge_id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetEnterpriseManagerBridgeResult]
Copy
func GetEnterpriseManagerBridge(ctx *Context, args *GetEnterpriseManagerBridgeArgs, opts ...InvokeOption) (*GetEnterpriseManagerBridgeResult, error)
func GetEnterpriseManagerBridgeOutput(ctx *Context, args *GetEnterpriseManagerBridgeOutputArgs, opts ...InvokeOption) GetEnterpriseManagerBridgeResultOutput
Copy

> Note: This function is named GetEnterpriseManagerBridge in the Go SDK.

public static class GetEnterpriseManagerBridge 
{
    public static Task<GetEnterpriseManagerBridgeResult> InvokeAsync(GetEnterpriseManagerBridgeArgs args, InvokeOptions? opts = null)
    public static Output<GetEnterpriseManagerBridgeResult> Invoke(GetEnterpriseManagerBridgeInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetEnterpriseManagerBridgeResult> getEnterpriseManagerBridge(GetEnterpriseManagerBridgeArgs args, InvokeOptions options)
public static Output<GetEnterpriseManagerBridgeResult> getEnterpriseManagerBridge(GetEnterpriseManagerBridgeArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:Opsi/getEnterpriseManagerBridge:getEnterpriseManagerBridge
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

EnterpriseManagerBridgeId This property is required. string
Unique Enterprise Manager bridge identifier
EnterpriseManagerBridgeId This property is required. string
Unique Enterprise Manager bridge identifier
enterpriseManagerBridgeId This property is required. String
Unique Enterprise Manager bridge identifier
enterpriseManagerBridgeId This property is required. string
Unique Enterprise Manager bridge identifier
enterprise_manager_bridge_id This property is required. str
Unique Enterprise Manager bridge identifier
enterpriseManagerBridgeId This property is required. String
Unique Enterprise Manager bridge identifier

getEnterpriseManagerBridge Result

The following output properties are available:

CompartmentId string
Compartment identifier of the Enterprise Manager bridge
DefinedTags Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
Description string
Description of Enterprise Manager Bridge
DisplayName string
User-friedly name of Enterprise Manager Bridge that does not have to be unique.
EnterpriseManagerBridgeId string
FreeformTags 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"}
Id string
Enterprise Manager bridge identifier
LifecycleDetails string
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
ObjectStorageBucketName string
Object Storage Bucket Name
ObjectStorageBucketStatusDetails string
A message describing status of the object storage bucket of this resource. For example, it can be used to provide actionable information about the permission and content validity of the bucket.
ObjectStorageNamespaceName string
Object Storage Namespace Name
State string
The current state of the Enterprise Manager bridge.
SystemTags Dictionary<string, string>
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated string
The time the the Enterprise Manager bridge was first created. An RFC3339 formatted datetime string
TimeUpdated string
The time the Enterprise Manager bridge was updated. An RFC3339 formatted datetime string
CompartmentId string
Compartment identifier of the Enterprise Manager bridge
DefinedTags map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
Description string
Description of Enterprise Manager Bridge
DisplayName string
User-friedly name of Enterprise Manager Bridge that does not have to be unique.
EnterpriseManagerBridgeId string
FreeformTags 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"}
Id string
Enterprise Manager bridge identifier
LifecycleDetails string
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
ObjectStorageBucketName string
Object Storage Bucket Name
ObjectStorageBucketStatusDetails string
A message describing status of the object storage bucket of this resource. For example, it can be used to provide actionable information about the permission and content validity of the bucket.
ObjectStorageNamespaceName string
Object Storage Namespace Name
State string
The current state of the Enterprise Manager bridge.
SystemTags map[string]string
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated string
The time the the Enterprise Manager bridge was first created. An RFC3339 formatted datetime string
TimeUpdated string
The time the Enterprise Manager bridge was updated. An RFC3339 formatted datetime string
compartmentId String
Compartment identifier of the Enterprise Manager bridge
definedTags Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description String
Description of Enterprise Manager Bridge
displayName String
User-friedly name of Enterprise Manager Bridge that does not have to be unique.
enterpriseManagerBridgeId String
freeformTags 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"}
id String
Enterprise Manager bridge identifier
lifecycleDetails String
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
objectStorageBucketName String
Object Storage Bucket Name
objectStorageBucketStatusDetails String
A message describing status of the object storage bucket of this resource. For example, it can be used to provide actionable information about the permission and content validity of the bucket.
objectStorageNamespaceName String
Object Storage Namespace Name
state String
The current state of the Enterprise Manager bridge.
systemTags Map<String,String>
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated String
The time the the Enterprise Manager bridge was first created. An RFC3339 formatted datetime string
timeUpdated String
The time the Enterprise Manager bridge was updated. An RFC3339 formatted datetime string
compartmentId string
Compartment identifier of the Enterprise Manager bridge
definedTags {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description string
Description of Enterprise Manager Bridge
displayName string
User-friedly name of Enterprise Manager Bridge that does not have to be unique.
enterpriseManagerBridgeId string
freeformTags {[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"}
id string
Enterprise Manager bridge identifier
lifecycleDetails string
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
objectStorageBucketName string
Object Storage Bucket Name
objectStorageBucketStatusDetails string
A message describing status of the object storage bucket of this resource. For example, it can be used to provide actionable information about the permission and content validity of the bucket.
objectStorageNamespaceName string
Object Storage Namespace Name
state string
The current state of the Enterprise Manager bridge.
systemTags {[key: string]: string}
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated string
The time the the Enterprise Manager bridge was first created. An RFC3339 formatted datetime string
timeUpdated string
The time the Enterprise Manager bridge was updated. An RFC3339 formatted datetime string
compartment_id str
Compartment identifier of the Enterprise Manager bridge
defined_tags Mapping[str, str]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description str
Description of Enterprise Manager Bridge
display_name str
User-friedly name of Enterprise Manager Bridge that does not have to be unique.
enterprise_manager_bridge_id str
freeform_tags 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"}
id str
Enterprise Manager bridge identifier
lifecycle_details str
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
object_storage_bucket_name str
Object Storage Bucket Name
object_storage_bucket_status_details str
A message describing status of the object storage bucket of this resource. For example, it can be used to provide actionable information about the permission and content validity of the bucket.
object_storage_namespace_name str
Object Storage Namespace Name
state str
The current state of the Enterprise Manager bridge.
system_tags 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 the the Enterprise Manager bridge was first created. An RFC3339 formatted datetime string
time_updated str
The time the Enterprise Manager bridge was updated. An RFC3339 formatted datetime string
compartmentId String
Compartment identifier of the Enterprise Manager bridge
definedTags Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description String
Description of Enterprise Manager Bridge
displayName String
User-friedly name of Enterprise Manager Bridge that does not have to be unique.
enterpriseManagerBridgeId String
freeformTags 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"}
id String
Enterprise Manager bridge identifier
lifecycleDetails String
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
objectStorageBucketName String
Object Storage Bucket Name
objectStorageBucketStatusDetails String
A message describing status of the object storage bucket of this resource. For example, it can be used to provide actionable information about the permission and content validity of the bucket.
objectStorageNamespaceName String
Object Storage Namespace Name
state String
The current state of the Enterprise Manager bridge.
systemTags Map<String>
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated String
The time the the Enterprise Manager bridge was first created. An RFC3339 formatted datetime string
timeUpdated String
The time the Enterprise Manager bridge was updated. An RFC3339 formatted datetime string

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi