suspend order
Suspends a service order.
provadmin suspend order [ nodename=<value> ] orderId=<value> [ timeout=<value> ] [ description=<value> ] [ force=<value> ]
The following table describes the general options that are valid with the suspend order command.
Option | Description |
---|---|
nodename | Application node name |
orderId | The ID of the order to cancel. |
timeout | The number of seconds the provadmin command will wait for the command execution. After this period, the provadmin command ends in error, but the administrative command on the service order will still be ongoing. The default value is 60. |
description | Additional textual information field that is added to the command. This will show up in the Fulfillment Provisioning logs. The default is provadmin command. |
force | If false, new commands submitted to a service order will be piled up. If true, the command executes first as soon as the order enters an order queue. The default is false. |
The following is a typical output from this command.
>provadmin suspend order orderId=my_order nodename=banks Command <soadmin::Suspend:provadmin command> launched on <my_order>. Command <Suspend:provadmin command> completed. >
Copyright © Cloud Software Group, Inc. All rights reserved.