1. Packages
  2. Azure Native
  3. API Docs
  4. servicefabric
  5. listManagedClusterFaultSimulation
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.3 published on Thursday, Mar 20, 2025 by Pulumi

azure-native.servicefabric.listManagedClusterFaultSimulation

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.3 published on Thursday, Mar 20, 2025 by Pulumi

    Gets the list of recent fault simulations for the cluster. Azure REST API version: 2024-11-01-preview.

    Using listManagedClusterFaultSimulation

    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 listManagedClusterFaultSimulation(args: ListManagedClusterFaultSimulationArgs, opts?: InvokeOptions): Promise<ListManagedClusterFaultSimulationResult>
    function listManagedClusterFaultSimulationOutput(args: ListManagedClusterFaultSimulationOutputArgs, opts?: InvokeOptions): Output<ListManagedClusterFaultSimulationResult>
    def list_managed_cluster_fault_simulation(cluster_name: Optional[str] = None,
                                              resource_group_name: Optional[str] = None,
                                              opts: Optional[InvokeOptions] = None) -> ListManagedClusterFaultSimulationResult
    def list_managed_cluster_fault_simulation_output(cluster_name: Optional[pulumi.Input[str]] = None,
                                              resource_group_name: Optional[pulumi.Input[str]] = None,
                                              opts: Optional[InvokeOptions] = None) -> Output[ListManagedClusterFaultSimulationResult]
    func ListManagedClusterFaultSimulation(ctx *Context, args *ListManagedClusterFaultSimulationArgs, opts ...InvokeOption) (*ListManagedClusterFaultSimulationResult, error)
    func ListManagedClusterFaultSimulationOutput(ctx *Context, args *ListManagedClusterFaultSimulationOutputArgs, opts ...InvokeOption) ListManagedClusterFaultSimulationResultOutput

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

    public static class ListManagedClusterFaultSimulation 
    {
        public static Task<ListManagedClusterFaultSimulationResult> InvokeAsync(ListManagedClusterFaultSimulationArgs args, InvokeOptions? opts = null)
        public static Output<ListManagedClusterFaultSimulationResult> Invoke(ListManagedClusterFaultSimulationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListManagedClusterFaultSimulationResult> listManagedClusterFaultSimulation(ListManagedClusterFaultSimulationArgs args, InvokeOptions options)
    public static Output<ListManagedClusterFaultSimulationResult> listManagedClusterFaultSimulation(ListManagedClusterFaultSimulationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:servicefabric:listManagedClusterFaultSimulation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterName string
    The name of the cluster resource.
    ResourceGroupName string
    The name of the resource group.
    ClusterName string
    The name of the cluster resource.
    ResourceGroupName string
    The name of the resource group.
    clusterName String
    The name of the cluster resource.
    resourceGroupName String
    The name of the resource group.
    clusterName string
    The name of the cluster resource.
    resourceGroupName string
    The name of the resource group.
    cluster_name str
    The name of the cluster resource.
    resource_group_name str
    The name of the resource group.
    clusterName String
    The name of the cluster resource.
    resourceGroupName String
    The name of the resource group.

    listManagedClusterFaultSimulation Result

    The following output properties are available:

    NextLink string
    The URL to use for getting the next set of results.
    Value List<Pulumi.AzureNative.ServiceFabric.Outputs.FaultSimulationResponse>
    The list of fault simulations.
    NextLink string
    The URL to use for getting the next set of results.
    Value []FaultSimulationResponse
    The list of fault simulations.
    nextLink String
    The URL to use for getting the next set of results.
    value List<FaultSimulationResponse>
    The list of fault simulations.
    nextLink string
    The URL to use for getting the next set of results.
    value FaultSimulationResponse[]
    The list of fault simulations.
    next_link str
    The URL to use for getting the next set of results.
    value Sequence[FaultSimulationResponse]
    The list of fault simulations.
    nextLink String
    The URL to use for getting the next set of results.
    value List<Property Map>
    The list of fault simulations.

    Supporting Types

    FaultSimulationConstraintsResponse

    ExpirationTime string
    The absolute expiration timestamp (UTC) after which this fault simulation should be stopped if it's still active.
    ExpirationTime string
    The absolute expiration timestamp (UTC) after which this fault simulation should be stopped if it's still active.
    expirationTime String
    The absolute expiration timestamp (UTC) after which this fault simulation should be stopped if it's still active.
    expirationTime string
    The absolute expiration timestamp (UTC) after which this fault simulation should be stopped if it's still active.
    expiration_time str
    The absolute expiration timestamp (UTC) after which this fault simulation should be stopped if it's still active.
    expirationTime String
    The absolute expiration timestamp (UTC) after which this fault simulation should be stopped if it's still active.

    FaultSimulationDetailsResponse

    ClusterId string
    unique identifier for the cluster resource.
    NodeTypeFaultSimulation List<Pulumi.AzureNative.ServiceFabric.Inputs.NodeTypeFaultSimulationResponse>
    List of node type simulations associated with the cluster fault simulation.
    OperationId string
    unique identifier for the operation associated with the fault simulation.
    Parameters Pulumi.AzureNative.ServiceFabric.Inputs.ZoneFaultSimulationParametersResponse
    Fault simulation parameters.
    ClusterId string
    unique identifier for the cluster resource.
    NodeTypeFaultSimulation []NodeTypeFaultSimulationResponse
    List of node type simulations associated with the cluster fault simulation.
    OperationId string
    unique identifier for the operation associated with the fault simulation.
    Parameters ZoneFaultSimulationParametersResponse
    Fault simulation parameters.
    clusterId String
    unique identifier for the cluster resource.
    nodeTypeFaultSimulation List<NodeTypeFaultSimulationResponse>
    List of node type simulations associated with the cluster fault simulation.
    operationId String
    unique identifier for the operation associated with the fault simulation.
    parameters ZoneFaultSimulationParametersResponse
    Fault simulation parameters.
    clusterId string
    unique identifier for the cluster resource.
    nodeTypeFaultSimulation NodeTypeFaultSimulationResponse[]
    List of node type simulations associated with the cluster fault simulation.
    operationId string
    unique identifier for the operation associated with the fault simulation.
    parameters ZoneFaultSimulationParametersResponse
    Fault simulation parameters.
    cluster_id str
    unique identifier for the cluster resource.
    node_type_fault_simulation Sequence[NodeTypeFaultSimulationResponse]
    List of node type simulations associated with the cluster fault simulation.
    operation_id str
    unique identifier for the operation associated with the fault simulation.
    parameters ZoneFaultSimulationParametersResponse
    Fault simulation parameters.
    clusterId String
    unique identifier for the cluster resource.
    nodeTypeFaultSimulation List<Property Map>
    List of node type simulations associated with the cluster fault simulation.
    operationId String
    unique identifier for the operation associated with the fault simulation.
    parameters Property Map
    Fault simulation parameters.

    FaultSimulationResponse

    Details Pulumi.AzureNative.ServiceFabric.Inputs.FaultSimulationDetailsResponse
    Fault simulation details
    EndTime string
    The end time of the fault simulation.
    SimulationId string
    unique identifier for the fault simulation.
    StartTime string
    The start time of the fault simulation.
    Status string
    Fault simulation status
    Details FaultSimulationDetailsResponse
    Fault simulation details
    EndTime string
    The end time of the fault simulation.
    SimulationId string
    unique identifier for the fault simulation.
    StartTime string
    The start time of the fault simulation.
    Status string
    Fault simulation status
    details FaultSimulationDetailsResponse
    Fault simulation details
    endTime String
    The end time of the fault simulation.
    simulationId String
    unique identifier for the fault simulation.
    startTime String
    The start time of the fault simulation.
    status String
    Fault simulation status
    details FaultSimulationDetailsResponse
    Fault simulation details
    endTime string
    The end time of the fault simulation.
    simulationId string
    unique identifier for the fault simulation.
    startTime string
    The start time of the fault simulation.
    status string
    Fault simulation status
    details FaultSimulationDetailsResponse
    Fault simulation details
    end_time str
    The end time of the fault simulation.
    simulation_id str
    unique identifier for the fault simulation.
    start_time str
    The start time of the fault simulation.
    status str
    Fault simulation status
    details Property Map
    Fault simulation details
    endTime String
    The end time of the fault simulation.
    simulationId String
    unique identifier for the fault simulation.
    startTime String
    The start time of the fault simulation.
    status String
    Fault simulation status

    NodeTypeFaultSimulationResponse

    NodeTypeName string
    Node type name.
    OperationId string
    Current or latest asynchronous operation identifier on the node type.
    OperationStatus string
    Current or latest asynchronous operation status on the node type
    Status string
    Fault simulation status
    NodeTypeName string
    Node type name.
    OperationId string
    Current or latest asynchronous operation identifier on the node type.
    OperationStatus string
    Current or latest asynchronous operation status on the node type
    Status string
    Fault simulation status
    nodeTypeName String
    Node type name.
    operationId String
    Current or latest asynchronous operation identifier on the node type.
    operationStatus String
    Current or latest asynchronous operation status on the node type
    status String
    Fault simulation status
    nodeTypeName string
    Node type name.
    operationId string
    Current or latest asynchronous operation identifier on the node type.
    operationStatus string
    Current or latest asynchronous operation status on the node type
    status string
    Fault simulation status
    node_type_name str
    Node type name.
    operation_id str
    Current or latest asynchronous operation identifier on the node type.
    operation_status str
    Current or latest asynchronous operation status on the node type
    status str
    Fault simulation status
    nodeTypeName String
    Node type name.
    operationId String
    Current or latest asynchronous operation identifier on the node type.
    operationStatus String
    Current or latest asynchronous operation status on the node type
    status String
    Fault simulation status

    ZoneFaultSimulationParametersResponse

    Constraints Pulumi.AzureNative.ServiceFabric.Inputs.FaultSimulationConstraintsResponse
    Constraints for Fault Simulation action.
    Force bool
    Force the action to go through without any check on the cluster.
    Zones List<string>
    Indicates the zones of the fault simulation.
    Constraints FaultSimulationConstraintsResponse
    Constraints for Fault Simulation action.
    Force bool
    Force the action to go through without any check on the cluster.
    Zones []string
    Indicates the zones of the fault simulation.
    constraints FaultSimulationConstraintsResponse
    Constraints for Fault Simulation action.
    force Boolean
    Force the action to go through without any check on the cluster.
    zones List<String>
    Indicates the zones of the fault simulation.
    constraints FaultSimulationConstraintsResponse
    Constraints for Fault Simulation action.
    force boolean
    Force the action to go through without any check on the cluster.
    zones string[]
    Indicates the zones of the fault simulation.
    constraints FaultSimulationConstraintsResponse
    Constraints for Fault Simulation action.
    force bool
    Force the action to go through without any check on the cluster.
    zones Sequence[str]
    Indicates the zones of the fault simulation.
    constraints Property Map
    Constraints for Fault Simulation action.
    force Boolean
    Force the action to go through without any check on the cluster.
    zones List<String>
    Indicates the zones of the fault simulation.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.89.3 published on Thursday, Mar 20, 2025 by Pulumi