IDRARestServerSubmitVarSet Method |
Namespace: NetIQ.DRA.RestServiceLibrary
[OperationContractAttribute] [WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json, RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped, UriTemplate = "/dra/operations/varset/post")] Stream SubmitVarSet( JsonVarSet varsetData, ConnectionParameters connectionParameters )
{
"varsetData": {
"OperationName": "UserGetInfo",
"User": "OnePoint://CN=Administrator,CN=Users,DC=myDomain,DC=corp",
"LocaleID": 1033,
"Properties.Name": ""
}
}The following response is returned to the client:
{
"returnedVarset": {
"ClientName": "CN=Administrator",
"ClientPath": "OnePoint://CN=Administrator,CN=Users,DC=myDomain,DC=corp",
"Errors": null,
"Errors.LastError": 0,
"Errors.NumErrors": 0,
"Properties": null,
"Properties.Name": "Administrator",
"Result": "All Done",
"Warnings": null,
"Warnings.LastWarning": 0,
"Warnings.NumWarnings": 0
},
"draServerAndPort": "draRestServer01:11192",
"errors": []
}