Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Restarts a running OCI instance

@Since 5.1.0.2 OCI Tenancy Id, OCI User OCID, OCI Private Key, OCI Key Fingerprint, and OCI Private Key Passphrase are defined by the configured OCI Account Code property. Both OCI Account Code and OCI Region must be defined as either a plugin input or environment/instance property.

Environment/Instance 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 OCIDFDOCI_USER_OCIDY

The OCID of the user used to connect to Oracle Cloud

OCI Private KeyFDOCI_PRIVATE_KEY_PATHYThe private key to use for authentication
OCI Key FingerprintFDOCI_KEY_FINGERPRINTYThe fingerprint of the key being used for authentication
OCI Private Key PassphraseFDOCI_KEY_PASSPHRASENA passphrase for the private key if required
OCI RegionFDOCI_REGIONYThe OCI region to manage instances in. (US_ASHBURN_1, EU_FRANKFURT_1, UK_LONDON_1, US_PHOENIX_1)

Project Properties

Property Name

Property Code

Required

Description





Inputs

Input Name

Input Code

Required

Description

Compartment NameFDOCI_COMPARTMENT_NAMENThe name of the compartment containing the instance to be restarted. Leave blank for root compartment
Instance NameFDOCI_INSTANCE_NAMEYThe name of the instance to be restarted

Outputs

Output Name

Required

Description




Artifacts

This operation doesn’t consume or produce any artifacts.

Endpoint Selection

This operation will select all available endpoints associated to the environment/instance.

Endpoint Execution 

This operation will execute on any one of the selected endpoints and will be random in the determination of which one.

Special Considerations

Java 8 is required for this plugin operation.


  • No labels