Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
oci.Blockchain.getPeers
Start a Neo task
Explain and create an oci.Blockchain.getPeers resource
This data source provides the list of Peers in Oracle Cloud Infrastructure Blockchain service.
List Blockchain Platform Peers
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testPeers = oci.Blockchain.getPeers({
blockchainPlatformId: testBlockchainPlatform.id,
displayName: peerDisplayName,
});
import pulumi
import pulumi_oci as oci
test_peers = oci.Blockchain.get_peers(blockchain_platform_id=test_blockchain_platform["id"],
display_name=peer_display_name)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/blockchain"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := blockchain.GetPeers(ctx, &blockchain.GetPeersArgs{
BlockchainPlatformId: testBlockchainPlatform.Id,
DisplayName: pulumi.StringRef(peerDisplayName),
}, 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 testPeers = Oci.Blockchain.GetPeers.Invoke(new()
{
BlockchainPlatformId = testBlockchainPlatform.Id,
DisplayName = peerDisplayName,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Blockchain.BlockchainFunctions;
import com.pulumi.oci.Blockchain.inputs.GetPeersArgs;
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 testPeers = BlockchainFunctions.getPeers(GetPeersArgs.builder()
.blockchainPlatformId(testBlockchainPlatform.id())
.displayName(peerDisplayName)
.build());
}
}
variables:
testPeers:
fn::invoke:
function: oci:Blockchain:getPeers
arguments:
blockchainPlatformId: ${testBlockchainPlatform.id}
displayName: ${peerDisplayName}
Using getPeers
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 getPeers(args: GetPeersArgs, opts?: InvokeOptions): Promise<GetPeersResult>
function getPeersOutput(args: GetPeersOutputArgs, opts?: InvokeOptions): Output<GetPeersResult>def get_peers(blockchain_platform_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetPeersFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetPeersResult
def get_peers_output(blockchain_platform_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetPeersFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPeersResult]func GetPeers(ctx *Context, args *GetPeersArgs, opts ...InvokeOption) (*GetPeersResult, error)
func GetPeersOutput(ctx *Context, args *GetPeersOutputArgs, opts ...InvokeOption) GetPeersResultOutput> Note: This function is named GetPeers in the Go SDK.
public static class GetPeers
{
public static Task<GetPeersResult> InvokeAsync(GetPeersArgs args, InvokeOptions? opts = null)
public static Output<GetPeersResult> Invoke(GetPeersInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPeersResult> getPeers(GetPeersArgs args, InvokeOptions options)
public static Output<GetPeersResult> getPeers(GetPeersArgs args, InvokeOptions options)
fn::invoke:
function: oci:Blockchain/getPeers:getPeers
arguments:
# arguments dictionaryThe following arguments are supported:
- Blockchain
Platform stringId - Unique service identifier.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource - Filters
List<Get
Peers Filter>
- Blockchain
Platform stringId - Unique service identifier.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource - Filters
[]Get
Peers Filter
- blockchain
Platform StringId - Unique service identifier.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource - filters
List<Get
Peers Filter>
- blockchain
Platform stringId - Unique service identifier.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource - filters
Get
Peers Filter[]
- blockchain_
platform_ strid - Unique service identifier.
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource - filters
Sequence[Get
Peers Filter]
- blockchain
Platform StringId - Unique service identifier.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource - filters List<Property Map>
getPeers Result
The following output properties are available:
- Blockchain
Platform stringId - Id string
- The provider-assigned unique ID for this managed resource.
- Peer
Collections List<GetPeers Peer Collection> - The list of peer_collection.
- Display
Name string - Filters
List<Get
Peers Filter>
- Blockchain
Platform stringId - Id string
- The provider-assigned unique ID for this managed resource.
- Peer
Collections []GetPeers Peer Collection - The list of peer_collection.
- Display
Name string - Filters
[]Get
Peers Filter
- blockchain
Platform StringId - id String
- The provider-assigned unique ID for this managed resource.
- peer
Collections List<GetPeers Peer Collection> - The list of peer_collection.
- display
Name String - filters
List<Get
Peers Filter>
- blockchain
Platform stringId - id string
- The provider-assigned unique ID for this managed resource.
- peer
Collections GetPeers Peer Collection[] - The list of peer_collection.
- display
Name string - filters
Get
Peers Filter[]
- blockchain_
platform_ strid - id str
- The provider-assigned unique ID for this managed resource.
- peer_
collections Sequence[GetPeers Peer Collection] - The list of peer_collection.
- display_
name str - filters
Sequence[Get
Peers Filter]
- blockchain
Platform StringId - id String
- The provider-assigned unique ID for this managed resource.
- peer
Collections List<Property Map> - The list of peer_collection.
- display
Name String - filters List<Property Map>
Supporting Types
GetPeersFilter
GetPeersPeerCollection
GetPeersPeerCollectionItem
- Ad string
- Availability Domain of peer
- Alias string
- peer alias
- Blockchain
Platform stringId - Unique service identifier.
- Host string
- Host on which the Peer exists
- Ocpu
Allocation GetParam Peers Peer Collection Item Ocpu Allocation Param - OCPU allocation parameter
- Peer
Key string - peer identifier
- Role string
- Peer role
- State string
- The current state of the peer.
- Ad string
- Availability Domain of peer
- Alias string
- peer alias
- Blockchain
Platform stringId - Unique service identifier.
- Host string
- Host on which the Peer exists
- Ocpu
Allocation GetParam Peers Peer Collection Item Ocpu Allocation Param - OCPU allocation parameter
- Peer
Key string - peer identifier
- Role string
- Peer role
- State string
- The current state of the peer.
- ad String
- Availability Domain of peer
- alias String
- peer alias
- blockchain
Platform StringId - Unique service identifier.
- host String
- Host on which the Peer exists
- ocpu
Allocation GetParam Peers Peer Collection Item Ocpu Allocation Param - OCPU allocation parameter
- peer
Key String - peer identifier
- role String
- Peer role
- state String
- The current state of the peer.
- ad string
- Availability Domain of peer
- alias string
- peer alias
- blockchain
Platform stringId - Unique service identifier.
- host string
- Host on which the Peer exists
- ocpu
Allocation GetParam Peers Peer Collection Item Ocpu Allocation Param - OCPU allocation parameter
- peer
Key string - peer identifier
- role string
- Peer role
- state string
- The current state of the peer.
- ad str
- Availability Domain of peer
- alias str
- peer alias
- blockchain_
platform_ strid - Unique service identifier.
- host str
- Host on which the Peer exists
- ocpu_
allocation_ Getparam Peers Peer Collection Item Ocpu Allocation Param - OCPU allocation parameter
- peer_
key str - peer identifier
- role str
- Peer role
- state str
- The current state of the peer.
- ad String
- Availability Domain of peer
- alias String
- peer alias
- blockchain
Platform StringId - Unique service identifier.
- host String
- Host on which the Peer exists
- ocpu
Allocation Property MapParam - OCPU allocation parameter
- peer
Key String - peer identifier
- role String
- Peer role
- state String
- The current state of the peer.
GetPeersPeerCollectionItemOcpuAllocationParam
- Ocpu
Allocation doubleNumber - Number of OCPU allocation
- Ocpu
Allocation float64Number - Number of OCPU allocation
- ocpu
Allocation DoubleNumber - Number of OCPU allocation
- ocpu
Allocation numberNumber - Number of OCPU allocation
- ocpu_
allocation_ floatnumber - Number of OCPU allocation
- ocpu
Allocation NumberNumber - Number of OCPU allocation
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
