Command | Description and Notes |
startall | Starts all API Portal components in the correct order. To monitor the progress, use the list command. If successful, the system responds: Successfully started all not yet running runnables on node localhost |
start instanceId | Starts the specified API Portal component. For example, the command to start the apiportalbundle_s component is: start apiportalbundle_s If successful, the system responds: Successfully started runnable apiportalbundle_s on node localhost If issues arise, ACC returns additional information. For example: Could not start runnable apiportalbundle_s on node localhost: Ant stop exited with 1 |
stopall | Stops all API Portal components. To monitor the progress, use the list command. If successful, the system responds: Successfully stopped all running runnables on node localhost. |
stop instanceId | Stops the specified API Portal component. For example, the command to stop the apiportalbundle_s component is: stop apiportalbundle_s If successful, the system responds: Successfully stopped runnable apiportalbundle_s on node localhost If issues arise, ACC returns additional information. For example: Could not stop runnable apiportalbundle_s on node localhost: Ant stop exited with 1 |