Skip to content

Commit a7f75cc

Browse files
authored
Minor change
1 parent 3c55cb5 commit a7f75cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

oci-event-display-python/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Assign a display name and a description, customize the Rule Conditions or leave
5858
![user input icon](./images/2-create_event_rule.png)
5959

6060
## Test
61-
Go to the logs, you should see events from your compartment. If you don't create something such as an Object Storage bucket to generate an event.
61+
Go to the logs, you should see events from your compartment. You can create some resource such as an Object Storage bucket to generate an event.
6262
For example:
6363
```json
6464
event type: com.oraclecloud.objectstorage.createbucket
@@ -75,12 +75,12 @@ Full Cloud event json data:
7575
"compartmentId": "ocid1.compartment.oc1..aaaaaaaal66tw5k262fsjsrgdqan5cbbfxvoydbhxx5hijth2h3qlbwmtdlq",
7676
"compartmentName": "greg-verstraeten",
7777
"resourceName": "bucket-20191212-1425",
78-
"resourceId": "/n/oracle-serverless-devrel/b/",
78+
"resourceId": "/n/devrel/b/",
7979
"availabilityDomain": "PHX-AD-2",
8080
"additionalDetails": {
8181
"bucketName": "bucket-20191212-1425",
8282
"publicAccessType": "NoPublicAccess",
83-
"namespace": "oracle-serverless-devrel",
83+
"namespace": "devrel",
8484
"eTag": "47b12898-1925-449a-a761-7d1db57f0695"
8585
}
8686
},
@@ -89,4 +89,4 @@ Full Cloud event json data:
8989
"compartmentId": "ocid1.compartment.oc1..aaaaaaaal66tw5k262fsjsrgdqan5cbbfxvoydbhxx5hijth2h3qlbwmtdlq"
9090
}
9191
}
92-
```
92+
```

0 commit comments

Comments
 (0)