Recovery Service Subnets Event Types
Review details about the events emitted by the Recovery Service subnets resource.
Table 11-2 Recovery Service Subnets Event Types
Friendly Name | Event Type |
---|---|
Recovery Service Subnet - Change Compartment Begin |
|
Recovery Service Subnet - Change Compartment End |
|
Recovery Service Subnet - Create Begin |
|
Recovery Service Subnet - Create End |
|
Recovery Service Subnet - Delete Begin |
|
Recovery Service Subnet - Delete End |
|
Recovery Service Subnet - Update Begin |
|
Recovery Service Subnet - Update End |
|
Example 11-2 Reference Event for Recovery Service Subnets
Here's a reference event for Recovery Service subnets:
{
"eventType": "com.oraclecloud.autonomousrecoveryservice.createrecoveryservicesubnet.begin",
"cloudEventsVersion": "0.1",
"eventTypeVersion": "2.0",
"source": "autonomousRecoveryService",
"eventTime": "2022-09-08T20:39:38.446Z",
"contentType": "application/json",
"eventID": "unique_ID",
"data": {
"compartmentId": "ocid1.compartment.oc1..unique_ID",
"compartmentName": "example_compartment",
"resourceName": "example recovery service subnet",
"resourceId": "ocid1.recoveryservicesubnet.oc1.phx.unique_ID",
"availabilityDomain": "availability_domain",
"freeFormTags": {},
"definedTags": {
"Oracle-Tags": {
"CreatedBy": "oracleidentitycloudservice/example_email",
"CreatedOn": "2022-09-08T20:38:53.109Z"
}
},
"additionalDetails":{
"X-Real-Port": 35739
}
}
},
Parent topic: Recovery Service Events