@@ -58,7 +58,7 @@ Assign a display name and a description, customize the Rule Conditions or leave
58
58
![ user input icon] ( ./images/2-create_event_rule.png )
59
59
60
60
## 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.
62
62
For example:
63
63
``` json
64
64
event type: com.oraclecloud.objectstorage.createbucket
@@ -75,12 +75,12 @@ Full Cloud event json data:
75
75
"compartmentId" : " ocid1.compartment.oc1..aaaaaaaal66tw5k262fsjsrgdqan5cbbfxvoydbhxx5hijth2h3qlbwmtdlq" ,
76
76
"compartmentName" : " greg-verstraeten" ,
77
77
"resourceName" : " bucket-20191212-1425" ,
78
- "resourceId" : " /n/oracle-serverless- devrel/b/" ,
78
+ "resourceId" : " /n/devrel/b/" ,
79
79
"availabilityDomain" : " PHX-AD-2" ,
80
80
"additionalDetails" : {
81
81
"bucketName" : " bucket-20191212-1425" ,
82
82
"publicAccessType" : " NoPublicAccess" ,
83
- "namespace" : " oracle-serverless- devrel" ,
83
+ "namespace" : " devrel" ,
84
84
"eTag" : " 47b12898-1925-449a-a761-7d1db57f0695"
85
85
}
86
86
},
@@ -89,4 +89,4 @@ Full Cloud event json data:
89
89
"compartmentId" : " ocid1.compartment.oc1..aaaaaaaal66tw5k262fsjsrgdqan5cbbfxvoydbhxx5hijth2h3qlbwmtdlq"
90
90
}
91
91
}
92
- ```
92
+ ```
0 commit comments