For those unfamiliar with installing and managing Gateway Nodes, this operation is a robust operation that allows several maintenance options for managing your Gateway Nodes. For those familiar with managing Gateway Nodes, this operation is a glorified proxy for the APIGateway executable.
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle API Platform Account | FDOAP_CLOUD_ACCOUNT_CODE | Yes | The Oracle API Platform cloud account to use for this operation. |
Oracle Gateway Install Home | FDOAP_GATEWAY_INSTALL_HOME | Yes | Absolute location of where to install the gateway node configuration. This is where the executable and libraries will be located. This should be empty prior to running this operation. Note that this is different compared to the 'nodeInstallDir' property in the gateway-props.json |
Node Weblogic User | FDOAP_NODE_WL_ADMIN_USER | Yes | Weblogic admin user to configure when creating the node. Oracle API Platform Nodes are weblogic servers and this is your admin user. |
Node Weblogic Password | FDOAP_NODE_WL_ADMIN_PASSWORD | Yes | Weblogic admin password to configure when creating the node. |
...
Input Name | Input Code | Required | Description |
---|---|---|---|
Gateway File | FDOAP_INP_GATEWAY_NODEPROPS_FILE | No | Gateway node properties file to use for execution. Relative to the artifacts directory. If left blank, then the default of 'gateway-props.json' will be used in the Gateway Install Home. |
Node Action | FDOAP_INP_NODE_ACTION | Yes | The node action to execute. This can be anything from 'start' or 'stop' the node to updating oauth credentials. |
...