* Will returns accepted log source details based on system generated log source Id.
* MsgSourceType is the only required field.
* If log source name will not be provided in request body, system generated name will be assigned to new logsource.
* If knownHost will not be provided in request body, admin-api will resolve logsource's host automatically.
* If mpePolicy will not be provided in request payload, default mpePolicy will be assigned to logsource based on msgSourceType.
* Either acceptDefault or enableCustomizeAcceptance need to be set to true in order to accept pending LogSource.
* In custom acceptance, host assignment/creation will be done based on the entity id given in request payload.
* If entity id will not be provided with custom acceptance, logsource will be created on the pending LogSource's agent entity.
* In custom acceptance, api wil give priority to entity given in request body for host assignment instead of KnownHost.