Method: addOrModifyCollectorConfigs

Add or update a collector configuration.

Parameters

Name Type Description
ccs CollectorConfig Collector configuration

Returns

Returns a MultiObjRptResult with a structure defined by the following table.

Name Type Description
errorMessage string Error message in readable text
numFailures int Number of operation failures
partialFailure boolean True indicates the operation did not complete
returnCode int Web service error code, 0 if the operation is successful
success boolean Displays True if the operation occurred successfully

Example