For information about using variables, refer to "variables".
| Item name | Required/Optional | Use of variables | Description | Remarks |
|---|---|---|---|---|
| Name | Required | Not available | Enter the name to show on the script canvas. |
| Item name | Required/Optional | Use of variables | Description | Remarks |
|---|---|---|---|---|
| Destination | Required | Not available | Select a global resource.
|
|
| Virtual server list | Required | Specify multiple stopping virtual server.
Each column can be operated by following buttons.
|
||
| Virtual server list/Virtual server ID (Name) | Required | Available | Enter or select the ID for stopping virtual server. |
|
| Stand by until termination | Optional | Not available | Select whether to stand by until virtual server stop is completed.
|
|
| Item name | Description | Remarks |
|---|---|---|
| Get virtual server list | Obtain virtual server information created in [Destination], and select from [Virtual server list/Virtual server ID (Name)]. |
| Item name | Required/Optional | Use of variables | Description | Remarks |
|---|---|---|---|---|
| Comment | Optional | Not available | You can write a short description of this adapter. The description will be reflected in the specifications. |
<?xml version="1.0"?> <instances> <instance instanceId="" instanceState="" /> </instances>
| Element name | Attribute name | Description | Remarks |
|---|---|---|---|
| instances | - | ||
| instance | - | It will appear in every virtual server specified in [Virtual server list/Virtual server ID (Name)]. | |
| instanceId | Outputs virtual server ID. | ||
| instanceState | Outputs the ID of the virtual server.
|
For more details, refer to "Edut schema".
| Component variable name | Description | Remarks |
|---|---|---|
| message_category | Stores the category of message code corresponding to the occured error. |
|
| message_code | Stores the code of message code corresponding to the occured error. |
|
| message_level | Stores the severity of message code corresponding to the occured error. |
|
| error_type | Stores the error type of occured error. |
|
| error_message | Stores the error message of occured error. |
|
| error_trace | Stores the trace information of occured error. |
|
| Exception name | Cause | Solution |
|---|---|---|
| ResourceNotFoundException Resource definition could not be found. Name:[] |
[Destination] is not specified. | Specify [Destination]. |
| ResourceNotFoundException Resource definition could not be found. Name:[<Name of global resources>] |
Resource definition selected in [Destination] cannot not be found. | Confirm the global resource specified in [Destination]. |
| InvalidPropertyConfigurationException <Property name> is not set up. |
[<Property name>] is not set up. | Set up [<Property name>]. |
| InvalidPropertyConfigurationException Timeout must be larger than 0. |
A numerical value greater than 0 is entered in [Timeout] of the global resource specifed in [Destination]. | Enter numerical value greater than 0 in [Timeout] of the global resource specified in [Destination]. |
| InvalidPropertyConfigurationException Enter intergers or variables in a timeout. |
A value other than numerical value is entered in [Timeout] of the global resource specifed in [Destination]. | Enter numerical value in [Timeout] of the global resource specified in [Destination]. |
| NttcomCloudnClientException Code=401, Message=unable to verify user credentials and/or request signature |
There is an error in [API key] or [Secret access key] of the global resource specified in [Destination]. | Confirm global resouce setting specifed in [Destination]. |
| NttcomCloudnClientException Code=431, Message=Unable to execute API command startvirtualmachineresponse due to invalid value <Virtual server ID> for parameter id. |
Virtual server format entered in [Virtual server list/Virtual server ID (Name)] is incorrect. | Enter correct virtual server ID in [Virtual server list/Virtual server ID (Name)]. |
| NttcomCloudnTimeoutException <Timeout>Server's status did not change within millisecond. |
After launch request transmission completed, virtual server stop did not complete within [Timeout] of the global resource specified in [Destination]. | Confirm [Timeout] of the global resource specified in [Destination]. |
| NttcomCloudnTimeoutException org.apache.http.conn.ConnectTimeoutException: Connect to <host> timed out. |
Timeout occured during connection to the host. | Confirm the network status or confirm [Timeout] of the global resource specified in [Destination]. |
| NttcomCloudnTimeoutException java.net.SocketTimeoutException: Read timed out. |
Timeout occured after connecting the host, but before response from the host. | Confirm the host status or confirm [Timeout] of the global resource specified in [Destination]. |
For more details on trouble and maintenance information for Cloudn, refer to the information of service provider.