Create Pending Log Sourcepost https://localhost:8501/lr-admin-api/logsources-request/Inserts a new pending log source if the Id specified is -1, and returns the pending log source Id.Body ParamsThe body of the pending log source, including all required attributes.systemMonitorIdinteger-2147483648 to 2147483647The Object Id generated by LogRhythm. Required for PUT operations (updates).namestringlength ≤ 200The log message source name stored in the database.LogHostNamestringlength ≤ 255logSourceTypeobjectlogSourceType objectmpePolicyobjectmpePolicy objectipstringlength ≤ 45resolveKnownHostobjectresolveKnownHost objectlatestLogMsgstringsearchScopestringenumSystemMonitorSearchParentEntitySearchGlobalSearchAllowed:SystemMonitorSearchParentEntitySearchGlobalSearchsearchResultstringenumSingleMsgSourceNoMsgSourcesMultipleMsgSourcesAllowed:SingleMsgSourceNoMsgSourcesMultipleMsgSourcesreasonDuplicateMsgSourceIdsstringlength ≤ 255acceptanceStatusstringenumThe acceptance status of the pending record.IncompletePendingRejectedAllowed:IncompletePendingRejectedlogInterfaceTypestringenumThe log interface or log message source format.NotApplicableSyslogNetflowASCIIFlatFileWindowsEventLogLogRhythmFileMonitorUniversalDatabaseLogAdapterCheckpointFirewallCheckpointLogServerCiscoSDEEWindowsVistaEventLogDataLossDefenderUserActivityMonitorSNMPTrapReceiverProcessMonitorNetworkConnectionMonitorQualysVulnerabilitySourcesFlowNetAppEventLogNessusVulnerabilitySourceNeXposeVulnerabilitySourceMetasploitPenetrationSourceeStreamerSourceRetinaSourceRetinaCsSourceCheckpointFirewallAuditLogAIEEventsRegistryIntegrityMonitorWindowsVistaEventLogSlimIP360VulnerabilitySourceAWSCloudTrailSourceCradlePointSourceAWSCloudWatchSourceAWSS3SourceAWSCloudConfigSalesforceSourceOktaSourceNessusCloudSourceBoxSourceOffice365SourceTenableSecurityCenterSourceAWSCloudTrailS3SourceShow 42 enum valuescollectionHoststringsilentLogSourceDetectionobjectsilentLogSourceDetection objectHeadersIf-None-MatchstringThe API returns status code 409 if the value of this header is set to * and there is a conflict. Any other values return status code 200 if a conflicting resource is found during resource creation.Responses 200Returns conflicting pending log source if header value for If-None-Match is not *. 201Returns the newly created pending log source. 403A User without the correct permissions tried to create a new pending log source. 409A pending log source already exists for the chosen name.Updated 6 months ago