All Products
Search
Document Center

Compute Nest:Compute Nest operation audit logs

Last Updated:Jun 06, 2025

Compute Nest is integrated with Alibaba Cloud ActionTrail. You can view and retrieve behavioral logs in ActionTrail. You can also use ActionTrail to deliver logs to a logstore in Simple Log Service or a specified Object Storage Service (OSS) bucket to meet requirements such as real-time auditing and issue analysis.

Compute Nest operation logs recorded in ActionTrail

Compute Nest audit logs primarily contain API events. The eventType value of API events recorded in ActionTrail is ApiCall. The following table describes the API events.

Event name

Description

ListServiceInstances

Queries service instances.

ListServiceRegistrations

Queries service registrations.

ListServices

Queries services.

RegisterService

Registers a service.

UpdateService

Updates a service.

GetSupplierInformation

Queries service provider information.

DeleteService

Deletes a service.

DeleteServiceInstances

Deletes service instances.

withdrawService

Unpublishes a service.

ContinueDeployServiceInstance

Continues to deploy a service instance.

DeployServiceInstance

Deploys a service instance.

CancelServiceRegistration

Cancels service registration.

CreateService

Creates a service.

CreateServiceInstance

Creates a service instance.

DescribeRegions

Queries regions.

GetService

Queries service details.

GetServiceInstance

Queries service instance details.

LaunchService

Publishes a service.

ListInuseServices

Queries services in use.

Compute Nest audit log example

{
  "ApiVersion": "2021-05-21",
  "RequestId": "E192CFBA-****-****-****-49BECB21FFEC",
  "EventType": "ApiCall",
  "UserIdentity": {
    "sessionContext": {
      "attributes": {
        "mfaAuthenticated": "false"
      }
    },
    "accountId": "130******360047",
    "principalId": "130******360047",
    "type": "root-account",
    "userName": "root"
  },
  "AcsRegion": "cn-hangzhou",
  "EventName": "ListServices",
  "RequestParameters": {
    "AcsProduct": "ComputeNestSupplier",
    "MaxResults": 20,
    "AcceptLanguage": "zh-CN",
    "RegionId": "cn-hangzhou"
  },
  "EventSource": "computenestsupplier.cn-hangzhou.aliyuncs.com",
  "ServiceName": "ComputeNest",
  "EventTime": "2021-09-06T03:22:04Z",
  "UserAgent": "computenest.console.alibabacloud.com",
  "EventId": "E192CFBA-****-****-****-49BECB21FFEC",
  "AdditionalEventData": {},
  "ErrorCode": "",
  "ErrorMessage": "",
  "EventVersion": "1",
  "SourceIpAddress": "**6.*1.*4.*0"
}