Details für Integrationsgenerierung 2
Loggingdetails für Integrationslogs.
Ressourcen
- Integration-Instanz
Logkategorien
API-Wert (ID): | Konsole (Anzeigename) | Beschreibung |
---|---|---|
alle | Aktivitätsstream | Umfasst Loggingaktivität und Aktivitätstracing (wenn Tracing aktiviert ist). |
Verfügbarkeit
Integration Logging ist in allen Regionen der kommerziellen Realms verfügbar.
Inhalt eines Integration-Logs
Ein Integration-Logdatensatz enthält die folgenden Felder:
Feld | Beschreibung | Beispiel |
---|---|---|
specversion | Oracle Cloud Infrastructure Logging-Schemaversion. | 1.0 |
type | Kategorie des Logs. Mögliche Werte:
|
com.oraclecloud.integration.integrationinstance.activitystream |
source | Anzeigename der Integration-Instanz. | DemoPublicLog |
id | Eindeutige ID für diesen Logeintrag. | 38c5cc58-f9f6-11eb-bee4-0200170046fa |
time | Logerstellungszeit. | 2021-07-10T16:15:59.469Z |
oracle.loggroupid | OCID der Loggruppe. | ocid1.loggroup.oc1.<region_ID>.<unique_ID> |
oracle.logid | OCID des Servicelogobjekts. | ocid1.log.oc1.<region_ID>.<unique_ID> |
oracle.tenantid | OCID des Mandanten. | ocid1.tenancy.oc1..<unique_ID> |
oracle.compartmentid | OCID des Compartments, zu dem die Loggruppe gehört. | ocid1.compartment.oc1..<unique_ID> |
oracle.ingestedtime | Die Zeit, zu der das Log von Oracle Cloud Infrastructure Logging aufgenommen wurde. | 2021-07-10T16:16:01.527Z |
data.actionName | actionName ist optional. Verfügbar für actionType, mit Ausnahme von actionType "Invoke/Trigger". | log2 |
data.actionType | Der Aktionstyp, z.B. "Map", "Invoke" usw. | Logger |
data.operationName | operationName ist optional. Nur für actionType "Invoke/Trigger" verfügbar. | execute |
data.endpointName | endpointName ist optional. Nur für actionType "Invoke/Trigger" verfügbar. | outbound |
data.executionTimeInMillis | Zeit in Millisekunden bis zum Abschluss der Aktivität. Optionales Feld. | 18 |
data.instanceId | ID für eine Integrations-/Flowausführungsinstanz. | 65202025 |
data.integrationFlowIdentifier | Integrations-/Flowname mit Version. | DEMOREST!01.00.0000 |
data.message | Servicelogmeldung. Dabei kann es sich um eine Loggingaktivitätsmeldung, eine Tracemeldung (wenn Tracing aktiviert ist) oder eine Payload (wenn Tracing mit Payload aktiviert ist) handeln. | Length of parameter is 4 |
data.userId | Benutzer, der die Integration/den Flow ausgeführt hat. | <user id> |
Integration-Beispiellog
{
"data": {
"actionName": "log2",
"actionType": "Logger",
"instanceId": "65202025",
"integrationFlowIdentifier": "<Integration/Flow name>!<Integration/Flow version>",
"message": "Length of parameter is 4",
"userId": "<user executed the integration/flow>"
},
"id": "38c5cc58-f9f6-11eb-bee4-0200170046fa",
"oracle": {
"compartmentid": "ocid1.compartment.oc1..<unique_ID>",
"ingestedtime": "2021-07-10T16:16:01.527Z",
"loggroupid": "ocid1.loggroup.oc1.<region_ID>.<unique_ID>",
"logid": "ocid1.log.oc1.<region_ID>.<unique_ID>",
"tenantid": "ocid1.tenancy.oc1..<unique_ID>"
},
"source": "<integration instance display name>",
"specversion": "1.0",
"time": "2021-07-10T16:15:59.469Z",
"type": "com.oraclecloud.integration.integrationinstance.activitystream"
}