## NOTE: Sample config file. 
## To make use, copy this file to ~/.wsl-config and customize.
## See the accompanying README file for more info.

## Timeout in seconds waiting for response. { 1...600} Default is 60.
#WGETTIMEOUTSECS=60

## Number of retry when there is no response. { 1...6 } Default is 1.
#WGETTRYNUM=1

## Use HTTP connection. Default is use HTTPS. Uncomment var for HTTP.
#WSNOSSL=true

## Optimized enumeration, required for WSENUMMAXELEM. Default is optimized. Uncomment var for non-optimized.
#WSENUMOPTIMIZE=

## Max number of instances in a response. { 1...1048576 } Default is 512.
#WSENUMMAXELEM=512

## Schema prefix used for non-DMTF class. Default is "schemas.dell.com"
#WSDEFAULTSCHEMA="schemas.dell.com"

## Interactive level: 0=NoAsk, 1=AskIPAddress, 2=AskIPandCredential. Default is 0.
#IPINTERACTIVE=2

## Remember IP address and user credential. Default is keep history. Uncomment var to prevent history use.
#KEEPHISTORY=0

## Display date-time stamp. Default is disabled.
#DATETIMESTAMP=true

## Formatted display of response XML. Default is disabled.
#FORMATDISPLAY=true

## Output level: 0=NoOutput, 1=ResponseOnly, 2=AddRequest, 3=AddMore. Default is 1.
#OUTLEVEL=3

## Output directory. Default is current directory.
#OUTPREFIX=.

## Log filename. Default is /log.txt
#LOGFILE="$OUTPREFIX/log.txt"

## Result XML filename. Default=/response.xml
#RETURNFILE="$OUTPREFIX/response.xml"

