Click or drag to resize

IDRARestServerIntegrationServerSetInfo Method

Updates the properties of the specified integration server.
UriTemplate: /dra/integrations/{integrationType}/servers/put

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/put")]
Stream IntegrationServerSetInfo(
	string integrationType,
	IntegrationServer server,
	ConnectionParameters connectionParameters
)

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: Stream
A RestResponse containing the operation results
See Also