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 v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.servicefabric.getNodeTypeFaultSimulation

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Gets a fault simulation by the simulationId.

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

Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicefabric [ApiVersion]. See the version guide for details.

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>
Copy
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]
Copy
func GetNodeTypeFaultSimulation(ctx *Context, args *GetNodeTypeFaultSimulationArgs, opts ...InvokeOption) (*GetNodeTypeFaultSimulationResult, error)
func GetNodeTypeFaultSimulationOutput(ctx *Context, args *GetNodeTypeFaultSimulationOutputArgs, opts ...InvokeOption) GetNodeTypeFaultSimulationResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetNodeTypeFaultSimulationResult> getNodeTypeFaultSimulation(GetNodeTypeFaultSimulationArgs args, InvokeOptions options)
public static Output<GetNodeTypeFaultSimulationResult> getNodeTypeFaultSimulation(GetNodeTypeFaultSimulationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:servicefabric:getNodeTypeFaultSimulation
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ClusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the cluster resource.
NodeTypeName
This property is required.
Changes to this property will trigger replacement.
string
The name of the node type.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
SimulationId This property is required. string
unique identifier for the fault simulation.
ClusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the cluster resource.
NodeTypeName
This property is required.
Changes to this property will trigger replacement.
string
The name of the node type.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
SimulationId This property is required. string
unique identifier for the fault simulation.
clusterName
This property is required.
Changes to this property will trigger replacement.
String
The name of the cluster resource.
nodeTypeName
This property is required.
Changes to this property will trigger replacement.
String
The name of the node type.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
simulationId This property is required. String
unique identifier for the fault simulation.
clusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the cluster resource.
nodeTypeName
This property is required.
Changes to this property will trigger replacement.
string
The name of the node type.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
simulationId This property is required. string
unique identifier for the fault simulation.
cluster_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the cluster resource.
node_type_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the node type.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
simulation_id This property is required. str
unique identifier for the fault simulation.
clusterName
This property is required.
Changes to this property will trigger replacement.
String
The name of the cluster resource.
nodeTypeName
This property is required.
Changes to this property will trigger replacement.
String
The name of the node type.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
simulationId This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi