# IbmWorkloadSchedulerApi.RestAction

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**uri** | **String** | The uri for the call | [optional] 
**accept** | **String** | What the call accept as response | [optional] 
**contentType** | **String** | The content-type of the call | [optional] 
**method** | **String** | The method of the call | [optional] 
**outputFileName** | **String** | The output file generated by the call | [optional] 
**verifyHostname** | **Boolean** | Say if the hostname will be verified or not | [optional] 
**queryParameters** | **[[String]]** | A list of key-value query parameters pairs. | [optional] 
**headers** | **[[String]]** | A list of key-value header pairs. | [optional] 
**jsonObjectResultQuery** | **String** | The result of the call | [optional] 
**numOfRetries** | **Integer** | The number of retries, the step will try automatically, if the URI is not available, before exit with an error | [optional] 
**retryIntervalSeconds** | **Integer** | Interval between two retries, in seconds | [optional] 


