Restarts a running OCI instance
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OCI Account Code | FDOCI_CLOUD_ACCOUNT_CODE | N* | OCI account with all the required properties like Tenancy Id, User OCID, Private Key, etc. |
OCI Region | FDOCI_REGION | N* | OCI region where instances are managedĀ (US_ASHBURN_1, EU_FRANKFURT_1, UK_LONDON_1, US_PHOENIX_1) |
*Property must be defined either by an environment/instance property or by the corresponding plugin input. If both are defined, input will take precedence.
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Cloud Account Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OCI Tenancy Id | FDOCI_TENANCY_ID | Y | The tenancy Id of the Oracle Cloud account used to connect |
OCI User OCID | FDOCI_USER_OCID | Y | The OCID of the user used to connect to Oracle Cloud |
OCI Private Key | FDOCI_PRIVATE_KEY_PATH | Y | The private key to use for authentication |
OCI Key Fingerprint | FDOCI_KEY_FINGERPRINT | Y | The fingerprint of the key being used for authentication |
OCI Private Key Passphrase | FDOCI_KEY_PASSPHRASE | N | A passphrase for the private key if required |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
OCI Account | FDOCI_INP_CLOUD_ACCOUNT_CODE | N* | OCI account with all the required properties like Tenancy Id, User OCID, Private Key, etc. |
OCI Region | FDOCI_INP_REGION |
N* |
OCI region |
where instances are managedĀ (US_ASHBURN_1, EU_FRANKFURT_1, UK_LONDON_1, US_PHOENIX_1) |
Project Properties
...
Property Name
...
Required
...
Description
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Compartment Name | FDOCI_COMPARTMENT_NAME | N | The name of the compartment containing the instance to be restartedOCI compartment where instances are managed. Leave blank for root compartment. For example, Sandbox |
Instance Name | FDOCI_INSTANCE_NAME | YThe name of the instance to be restarted | OCI instance name. For example, soaoci01 |
*Input must be defined either by a plugin input or by the corresponding environment/instance property. If both are defined, input will take precedence.
Outputs
Output Name | Required | Description |
---|---|---|
...