Details for Compute Cloud@Customer Logs

Logging details for Compute Cloud@Customer logs.

For more information, see Logging for Compute Cloud@Customer.

Resources

  • CCCInfrastructure

Log Categories

API value (ID): Console (Display Name) Description
service_logs Service Logs The Compute Cloud@Customer log category

Availability

Compute Cloud@Customer logs are available in all regions in commercial realms.

Comments

You can enable logs for the Compute Cloud@Customer resources. This provides logs for various activities on your Compute Cloud@Customer resources.

Contents of a CCCInfrastructure Log

Property Description Example

specversion

Oracle Cloud Infrastructure Logging schema version.

1.0

source The C3 infrastructure short id

<unique_ID>

type The log category

com.oraclecloud.ccc.cccinfrastructure.service_log

id A source-unique identifier for this message.

UUID

time The time the message was generated.

2021-02-18T18:21:52.024Z

oracle.logid The OCID of the log object the message was sent to.

ocid1.logid.oc1.<region_ID>.<unique_ID>

oracle.compartmentId

The OCID of the compartment the log object resided in at the time the message was ingested. ocid1.compartmentid.oc1.<unique_ID>

oracle.loggroupid

The OCID of the log group the object resides in. ocid1.loggroupid.oc1.<region_ID>.<unique_ID>

oracle.tenantid

The OCID of the tenant that owns the log object. ocid1.tenancy.oc1.<unique_ID>
data.requestMethod The HTTP request method.

GET

data.requestPath The full path of the API request.

/20160918/compartments?compartmentId=ocid1.tenancy.oc1.<unique_ID>

data.opcRequestId The Oracle identifier for the request.
<unique_ID>/<unique_ID>/<unique_ID>
data.actorId The OCID of the resource that performed the action.

ocid1.user.oc1.<unique_ID>

data.actorType The type of resource that performed the action.

For example, USER or INSTANCE

data.message Log message

ListCompartments success

data.summary The name of the API operation that generated this activity.

ListCompartments

data.success The result, 1 for success and 0 for failure.

1

Example CCInfrastructure Log

{
  "datetime": 1740050683000,
  "logContent": {
    "data": {
     "requestMethod": "GET",
     "requestPath": "/20200501/networkLoadBalancers/ocid1.cccnetworkloadbalancer.oc1.<region_ID>.<unique_ID>",
     "requestUri": "/20200501/networkLoadBalancers/ocid1.cccnetworkloadbalancer.oc1.<region_ID>.<unique_ID>",
     "opcRequestId": "<unique_ID>/<unique_ID>/<unique_ID>",
     "actorId": "ocid1.user.oc1.<region_ID>.<unique_ID>",
     "actorType": "USER",
     "message": "GetNetworkLoadBalancer success",
     "summary": "GetNetworkLoadBalancer",
     "success": "1"
    },
    "id": "<unique_ID>",
    "oracle": {
      "compartmentid": "ocid1.compartment.oc1.<unique_ID>",
      "ingestedtime": "2025-01-01T11:02:52.775Z",
      "loggroupid": "ocid1.loggroup.oc1.<region_ID>.<unique_ID>",
      "logid": "ocid1.log.oc1.<region_ID>.<unique_ID>",
      "tenantid": "ocid1.tenancy.oc1.<unique_ID>"
    },
    "source": "<unique_ID>",
    "specversion": "1.0",
    "time": "2020-01-01T11:00:43.000Z",
    "type": "com.oraclecloud.ccc.cccinfrastructure.service_log"
  },
  "regionId": "<region_ID>"
}