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

azure-native.servicefabric.getNodeTypeFaultSimulation

Explore with Pulumi AI

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

    Gets a fault simulation by the simulationId.

    Uses Azure REST API version 2024-11-01-preview.

    Using getNodeTypeFaultSimulation

    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 getNodeTypeFaultSimulation(args: GetNodeTypeFaultSimulationArgs, opts?: InvokeOptions): Promise<GetNodeTypeFaultSimulationResult>
    function getNodeTypeFaultSimulationOutput(args: GetNodeTypeFaultSimulationOutputArgs, opts?: InvokeOptions): Output<GetNodeTypeFaultSimulationResult>
    def get_node_type_fault_simulation(cluster_name: Optional[str] = None,
                                       node_type_name: Optional[str] = None,
                                       resource_group_name: Optional[str] = None,
                                       simulation_id: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetNodeTypeFaultSimulationResult
    def get_node_type_fault_simulation_output(cluster_name: Optional[pulumi.Input[str]] = None,
                                       node_type_name: Optional[pulumi.Input[str]] = None,
                                       resource_group_name: Optional[pulumi.Input[str]] = None,
                                       simulation_id: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetNodeTypeFaultSimulationResult]
    func GetNodeTypeFaultSimulation(ctx *Context, args *GetNodeTypeFaultSimulationArgs, opts ...InvokeOption) (*GetNodeTypeFaultSimulationResult, error)
    func GetNodeTypeFaultSimulationOutput(ctx *Context, args *GetNodeTypeFaultSimulationOutputArgs, opts ...InvokeOption) GetNodeTypeFaultSimulationResultOutput

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

    public static class GetNodeTypeFaultSimulation 
    {
        public static Task<GetNodeTypeFaultSimulationResult> InvokeAsync(GetNodeTypeFaultSimulationArgs args, InvokeOptions? opts = null)
        public static Output<GetNodeTypeFaultSimulationResult> Invoke(GetNodeTypeFaultSimulationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNodeTypeFaultSimulationResult> getNodeTypeFaultSimulation(GetNodeTypeFaultSimulationArgs args, InvokeOptions options)
    public static Output<GetNodeTypeFaultSimulationResult> getNodeTypeFaultSimulation(GetNodeTypeFaultSimulationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:servicefabric:getNodeTypeFaultSimulation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterName string
    The name of the cluster resource.
    NodeTypeName string
    The name of the node type.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SimulationId string
    unique identifier for the fault simulation.
    ClusterName string
    The name of the cluster resource.
    NodeTypeName string
    The name of the node type.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SimulationId string
    unique identifier for the fault simulation.
    clusterName String
    The name of the cluster resource.
    nodeTypeName String
    The name of the node type.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    simulationId String
    unique identifier for the fault simulation.
    clusterName string
    The name of the cluster resource.
    nodeTypeName string
    The name of the node type.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    simulationId string
    unique identifier for the fault simulation.
    cluster_name str
    The name of the cluster resource.
    node_type_name str
    The name of the node type.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    simulation_id str
    unique identifier for the fault simulation.
    clusterName String
    The name of the cluster resource.
    nodeTypeName String
    The name of the node type.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    simulationId String
    unique identifier for the fault simulation.

    getNodeTypeFaultSimulation Result

    The following output properties are available:

    Details Pulumi.AzureNative.ServiceFabric.Outputs.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

    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.ZoneFaultSimulationContentResponse
    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 ZoneFaultSimulationContentResponse
    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 ZoneFaultSimulationContentResponse
    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 ZoneFaultSimulationContentResponse
    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 ZoneFaultSimulationContentResponse
    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.

    NodeTypeFaultSimulationResponse

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

    ZoneFaultSimulationContentResponse

    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 v2 docs if using the v2 version of this package.
    Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi