Parameters and values for script entry points

The input parameters of script entry points are passed as command-line arguments. The first command-line argument for all the entry points is the name of the resource (except shutdown, which has no arguments).

Some entry points have an output parameter that is returned through the program exit value. See the entry point description for more information.

See Syntax for script entry points.