Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the parameters to restart a Service Fabric node.
Properties
Name | Type | Required |
---|---|---|
NodeInstanceId |
string | Yes |
CreateFabricDump |
string (enum) | No |
NodeInstanceId
Type: string
Required: Yes
Default: 0
The instance ID of the target node. If instance ID is specified the node is restarted only if it matches with the current instance of the node. A default value of "0" would match any instance ID. The instance ID can be obtained using get node query.
CreateFabricDump
Type: string (enum)
Required: No
Default: False
Specify True to create a dump of the fabric node process. This is case-sensitive.