Description
The dcos nifi plan
command displays plan related informations and allows plan operations of the NiFi service.
Usage
dcos nifi plan [command]
Options
Name | Description |
---|---|
-h, --help |
Show context-sensitive help. |
-v, --verbose |
Enable extra logging of requests/responses |
--name="nifi" |
Name of the service instance to query |
Commands
dcos nifi plan list
Show all plans for the NiFi service.…Read More
dcos nifi plan status
Display the status of the plan with the provided plan name.…Read More
dcos nifi plan start
Start the plan with the provided name and any optional plan arguments.…Read More
dcos nifi plan stop
Stop the running plan with the provided name.…Read More
dcos nifi plan pause
Pause the plan, or a specific phase in that plan with the provided phase name (or UUID).…Read More
dcos nifi plan resume
Resume the plan, or a specific phase in that plan with the provided phase name (or UUID).…Read More
dcos nifi plan force-restart
Restart the plan with the provided name, or a specific phase in the plan with the provided name, or a specific step in a phase of the plan with the provided step name.…Read More