Skip to content

Get-OCILoadbalancersList: Exception has been thrown by the target of an invocation #84

@vincents1

Description

@vincents1

This works without -all flag:
$balancers =Get-OCILoadbalancersList -CompartmentId "ocid1.compartment.oc1xxxx" -Region "us-phoenix-1"

Adding -all flag, it generates exceptions. If I use -limit flag, it works up to 438 page limit.

$balancers =Get-OCILoadbalancersList -CompartmentId "ocid1.compartment.oc1xxxx" -Region "us-phoenix-1" -all
Get-OCILoadbalancersList: Exception has been thrown by the target of an invocation.

Is this related to memory/array size? Any workaround?
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Load BalancingIssue pertains to the Load Balancing serviceSDKIssue pertains to the SDK itself and not specific to any service

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions