POST api/v1/TestRequest?DatabaseName={DatabaseName}
Make a Test Request to Data Automator
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DatabaseName |
Enter the database name if you don't want to use the default |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
AutomatorResponse
AutomatorResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseString | string |
None. |
|
| Type | string |
None. |
|
| Switch | string |
None. |
|
| Success | string |
None. |
|
| ErrorMsg | string |
None. |
|
| Database | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<AutomatorResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ResponseString>sample string 1</ResponseString> <Type>sample string 2</Type> <Switch>sample string 3</Switch> <Success>sample string 4</Success> <ErrorMsg>sample string 5</ErrorMsg> <Database>sample string 6</Database> </AutomatorResponse>