rebootInstances
rebootInstances method allows you to reboot an instance. It is similar to OS re-boot for maintenance and other purposes. This reboots service(s) or server instance(s) in BMC Cloud Lifecycle Management.
This operation can be performed by specifying either of following:
- Service ID(s) from BMC Cloud Lifecycle Management.
- Service name(s) from BMC Cloud Lifecycle Management.
- Server instance ID(s) from BMC Cloud Lifecycle Management.
The following table depicts how the rebootInstances method is used:
This topic includes the following sections:
Before you begin
Prior to using this CLM AWS SDK method, ensure that the following prerequisites are met:
- You have supplied the configuration parameters to the CLMEC2Client constructor or have specified in the configuration file. See CLM AWS SDK syntax and usage for details.
- Supply either of the three:
- List of valid server ids from BMC Cloud Lifecycle Management. You can obtain the server ids using the getInstanceId() method of com.bmc.cloud.sdk.aws.model.ServerInstance
- List of valid service ids from BMC Cloud Lifecycle Management. You can obtain the service ids using the getServiceId() method of com.bmc.cloud.sdk.aws.model.ServerInstance
- List of valid service names from BMC Cloud Lifecycle Management. You can obtain the service names using the getServiceName() method of com.bmc.cloud.sdk.aws.model.ServerInstance
Request
Using com.amazonaws.services.ec2.model.RebootInstancesRequest
Using com.bmc.cloud.sdk.aws.model.RebootServicesRequest
Extends com.amazonaws.services.ec2.model.RebootInstancesRequest
Response
(void)
Method | Return Type | Belongs To | AWS SDK Usage | CLM SDK Usage | Remarks |
|---|---|---|---|---|---|
None | void | AWS | None | None | Empty result from RebootInstancesRequest |
Related topic
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*