Details zu Integration 3
Loggingdetails für Integration 3-Logs.
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 3 Logging ist in allen Regionen der kommerziellen Realms verfügbar.
Inhalt eines Integration-Logs
Ein Integration 3-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 | OCID der Integrationsinstanz. | ocid1.integrationinstance.oc1.<region_ID>.<unique_ID> |
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 | Name der Loggingaktivitätsaktion. | log2 |
data.actionType | Der Aktionstyp, bei dem es sich immer um LOG handelt. | PROTOKOLL |
data.instanceId | ID für eine Integrations-/Flowausführungsinstanz. | 65202025 |
data.integrationFlowIdentifier | Integrations-/Flowname mit Version. | INTEGRATION!01.00.0000 |
data.message | Servicelogmeldung, bei der es sich immer um eine Loggingaktivitätsmeldung handelt. | Length of parameter is 4 |
data.executedTime | Zeitpunkt, zu dem die Loggingaktivitätsnachricht erstellt wurde. | 2022-05-13T04:38:37.198Z |
data.userId | Benutzer, der die Integration/den Flow ausgeführt hat. | <user id> |
Integration-Beispiellog
{
"data": {
"actionName": "log2",
"actionType": "LOG",
"instanceId": "LzNL1dULEeyY6kUY7RCV0A",
"integrationFlowIdentifier": "<integration name>!<integration version>",
"message": "Length of parameter is 4",
"executedTime": "2022-05-16T11:27:35.529Z",
"userId": "<user executed the integration>"
},
"id": "2f3965f0-d50b-11ec-99ca-51a13db41dba",
"oracle": {
"compartmentid": "ocid1.compartment.oc1..<unique_ID>",
"ingestedtime": "2022-05-16T11:27:50.354Z",
"loggroupid": "ocid1.loggroup.oc1.<region_ID>.<unique_ID>",
"logid": "ocid1.log.oc1.<region_ID>.<unique_ID>",
"tenantid": "ocid1.tenancy.oc1..<unique_ID>"
},
"source": "ocid1.integrationinstance.oc1.<region_ID>.<unique_ID>",
"specversion": "1.0",
"time": "2022-05-16T11:27:50.000Z",
"type": "com.oraclecloud.integration.integrationinstance.activitystream"
}