| IDRARestServerIntegrationServerTestConnection Method |
Attempts a connection to an integration server.
UriTemplate: /dra/integrations/{integrationType}/servers/connections/post
integrationType Map:
- unifiedChangeHistory - Unified Change History
- worflowAutomation - Workflow Automation
Namespace:
NetIQ.DRA.RestServiceLibrary
Assembly:
NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 10.2.2.1
Syntax [OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json,
RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped,
UriTemplate = "/dra/integrations/{integrationType}/servers/connections/post")]
Stream IntegrationServerTestConnection(
string integrationType,
IntegrationServer server,
ConnectionParameters connectionParameters
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/integrations/{integrationType}/servers/connections/post")>
Function IntegrationServerTestConnection (
integrationType As String,
server As IntegrationServer,
connectionParameters As ConnectionParameters
) As Stream
Parameters
- integrationType
- Type: SystemString
A string identifying integration type of the server. For example, 'unifiedChangeHistory' for Unified Change History and 'worflowAutomation' for Workflow Automation. - server
- Type: NetIQ.DRA.Common.Rest.DataModelsIntegrationServer
A IntegrationServer object containing its configuration parameters. - connectionParameters
- Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials
Return Value
Type:
StreamA
IntegrationServerTestConnectionResponse containing the operation results
See Also