service option set

The service option set command specifies a default setting for a service option.

Default service options control the default behavior of each service on your system. You can specify a default value for each option in a service. The default option setting takes effect when an API call or web service request does not explicitly define a value for a given option. Default service options are also the settings used by default when you create a dataflow in Enterprise Designer using this service.

Usage

service option set --s ServiceName --o OptionName --v Value
RequiredArgumentDescription
Yes--s ServiceNameSpecifies the name of the service for which you want to set an option. Service names are case sensitive.
Yes--o OptionNameThe name of the option you want to set. For a description of each service's options and their values, see one of the following: API Guide, REST Web Services Guide, or SOAP Web Services Guide.
Yes--v ValueThe value you want to set for the option. For a description of each service's options and their values, see one of the following: API Guide, REST Web Services Guide, or SOAP Web Services Guide.

Example

This example sets the MaximumResults option for the ValidateAddress service to 15:

service option set --s ValidateAddress --o MaximumResults --v 15