Skip to content

Latest commit

 

History

History
360 lines (193 loc) · 7.63 KB

auditing-and-logging-information-d73ae90.md

File metadata and controls

360 lines (193 loc) · 7.63 KB

Auditing and Logging Information

Here you can find a list of the events that are logged by SAP SuccessFactors Extensibility service. To retrieve the audit logs stored for SAP SuccessFactors Extensibility create a support ticket in component BC-NEO-EXT-SF.

Events written in audit logs

Event grouping

What events are logged

How to identify related log events

Additional information

Creating an integration

Start of create-integration process

  • "type":"integration"

  • "attributes":[{"name":"<object_name>","new":"<integration_details>"}

  • "status":"BEGIN"

Event that signifies an integration of a global account with an SAP SuccessFactors system has been started.

The customDetails attribute contains details such as the issuer of the integration token, the global account ID, the name of the SAP SuccessFactors system and the SAP SuccessFactors company ID, the SAP SuccessFactors host name, and other.

End of create-integration process

  • "success":true

  • "type":"integration"

  • "attributes":[{"name":"<object_name>","new":"<integration_details>"}

  • "status":"END"

Event that signifies an integration of a global account with an SAP SuccessFactors system has been completed.

The customDetails attribute contains details such as the issuer of the integration token, the global account ID, the name of the SAP SuccessFactors system and the SAP SuccessFactors company ID, the SAP SuccessFactors host name, and other.

Failure of create-integration process

  • "success":true

  • "type":"integration"

  • "attributes":[{"name":"<object_name>","new":"<integration_details>"}

  • "status":"END"

Event that signifies an integration of a global account with an SAP SuccessFactors system could not be completed.

The customDetails attribute contains details such as the issuer of the integration token, the global account ID, the name of the SAP SuccessFactors system and the SAP SuccessFactors company ID, the SAP SuccessFactors host name, and other.

Start of delete-integration

  • "type":"integration"

  • "attributes":[{"name":"<object_name>","old":"<integration_details>"}

  • "status":"BEGIN"

Event that signifies a deletion of the integration of a global account with an SAP SuccessFactors system has been triggered.

The customDetails attribute contains details such as the issuer of the integration token, the global account ID, the name of the SAP SuccessFactors system and the SAP SuccessFactors company ID, the SAP SuccessFactors host name, and other.

End of delete-integration

  • "success":true

  • "type":"integration"

  • "attributes":[{"name":"<object_name>","old":"<integration_details>"}

  • "status":"END"

Event that signifies a deletion of the integration of a global account with an SAP SuccessFactors system has been completed.

The customDetails attribute contains details such as the issuer of the integration token, the global account ID, the name of the SAP SuccessFactors system and the SAP SuccessFactors company ID, the SAP SuccessFactors host name, and other.

Failure of delete-integration

  • "success":false

  • "type":"integration"

  • "attributes":[{"name":"<object_name>","old":"<integration_details>"}

  • "status":"END"

Event that signifies a deletion of the integration of a global account with an SAP SuccessFactors system could not be completed.

The customDetails attribute contains details such as the issuer of the integration token, the global account ID, the name of the SAP SuccessFactors system and the SAP SuccessFactors company ID, the SAP SuccessFactors host name, and other.

Setting up the connectivity

Start of create-inbound-connection process

  • "type":"inboundConnection"

  • "attributes":[{"name":<object_name>,"new":"<connection_details>"

  • "status":"BEGIN"

Event that signifies a creation of a service instance of the SAP SuccessFactors Extensibility service has been triggered.

The customDetails attribute contains details such as the subaccount ID, the global account ID, SAP SuccessFactors host name, and other.

End of create-inbound-connection process

  • "type":"inboundConnection"

  • "attributes":[{"name":<object_name>,"new":"<connection_details>"

  • "status":"END"

Event that signifies a creation of a service instance of the SAP SuccessFactors Extensibility service has been completed.

The customDetails attribute contains details such as the subaccount ID, the global account ID, SAP SuccessFactors host name, and other.

Start of delete-inbound-connection

  • "type":"inboundConnection"

  • "attributes":[{"name":<object_name>,"old":"<connection_details>"

  • "status":"BEGIN"

Event that signifies the deletion of a service instance of the SAP SuccessFactors Extensibility service has been started.

The customDetails attribute contains details such as the subaccount ID, the global account ID, SAP SuccessFactors host name, and other.

End of delete-inbound-connection

  • "success":true

  • "type":"inboundConnection"

  • "attributes":[{"name":<object_name>,"old":"<connection_details>"

  • "status":"END"

Event that signifies the deletion of a service instance of the SAP SuccessFactors Extensibility service has been completed.

The customDetails attribute contains details such as the subaccount ID, the global account ID, SAP SuccessFactors host name, and other.

Failure of delete-inbound-connection

  • "success":false

  • "type":"inboundConnection"

  • "attributes":[{"name":<object_name>,"old":"<connection_details>"

  • "status":"END"

Event that signifies the deletion of a service instance of the SAP SuccessFactors Extensibility service could not be completed.

The customDetails attribute contains details such as the subaccount ID, the global account ID, SAP SuccessFactors host name, and other.

The following information is described in the table columns:

  • Event grouping - Events that are logged with a similar format or are related to the same entities.

  • What events are logged - Description of the security or data protection and privacy related event that is logged.

  • How to identify related log events - Search criteria or key words, that are specific for a log event that is created along with the logged event.

  • Additional information - Any related information that can be helpful.

Related Information

Audit Logging in the Cloud Foundry Environment