SolidFireElement.RestartServices Method (Boolean, String, String) |
The RestartServices API method enables you to restart the services on a node.
Caution: This method causes temporary node services interruption. Exercise caution when using this method.
Note: This method is available only through the per-node API endpoint 5.0 or later.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntaxpublic Hashtable RestartServices(
bool Force,
string Service = null,
string Action = null
)
Parameters
- Force
- Type: System.Boolean
- Service (Optional)
- Type: System.String
- Action (Optional)
- Type: System.String
Return Value
Type:
HashtableImplements
ISolidFireElement.RestartServices(Boolean, String, String)
See Also