Log field descriptions

更新时间:
复制 MD 格式

This topic describes the fields in Codeup audit logs.

Audit log field descriptions

  • audit_type: The type of the audit operation.

    Field name

    Description

    SSH_CLONE

    Pulls code using SSH.

    HTTP_CLONE

    Pulls code using HTTP.

    DOWNLOAD

    Downloads a code package.

    MOD_MEMBER

    Modifies the permissions of a repository member.

    NEW_REPO

    Creates a repository.

    IMPORT_REPO

    Imports a repository.

    DEL_REPO

    Deletes a repository.

    NEW_GROUP

    Creates a group.

    DEL_GROUP

    Deletes a group.

    MOD_GROUP_MEMBER

    Modifies the permissions of a group member.

  • audit_record_md5: A system field with no business semantics.

  • author_id: The Apsara DevOps user ID of the operator.

  • author_aliyun_pk: The Alibaba Cloud account ID of the operator.

  • author_name: The name of the operator in the Apsara DevOps organization.

  • complete_path: The path of the code repository.

  • detail: The details of the audited operation. For example: Code group [xxx/xxx] was deleted.

  • entity_id: The ID of the affected object. If entity_type is USER, this field indicates the Apsara DevOps user ID.

  • entity_type: The type of the affected object. If the object is a user, the value is USER.

  • entity_aliyun_pk: The Alibaba Cloud account ID of the affected object.

  • entity_name: The name of the affected object in the Apsara DevOps organization.

  • gmt_create: The time when the log was created.

  • gmt_modified: The time when the log was modified.

  • id: The ID of the log entry.

  • ip_address: The IP address of the operator.

  • namespace_id: A system field with no business semantics.

  • organization_id: The organization ID. This ID is available on the Plan Information page in the Organization Management console.

  • project_id: The ID of the code repository.