All Products
Search
Document Center

Alibaba Cloud DNS:ListAtiChangeLogs

Last Updated:Aug 28, 2026

Queries the list of real-name registrants.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

ClientToken

string

No

Ensures the idempotency of the request. Generate a parameter value from your client to ensure uniqueness across different requests. ClientToken supports only ASCII characters and cannot exceed 64 characters.

  • If you do not specify this parameter, the system automatically uses the RequestId of the API request as the ClientToken. The RequestId may differ for each API request.

eyJhbGciOiJIUzI1NiIsInR5cC.....

PageSize

integer

Yes

The number of entries per page in a paged query. Maximum value: 100. Default value: 20.

10

PageNumber

integer

Yes

The current page number.

1

AgentId

string

No

The agent ID assigned by CNNIC after real-name authentication. The AgentID serves as the unique identifier that binds the agent to the real-name authenticated registrant.

Justin@underarmour

OperationType

string

No

The operation type of the Operation logs log record, such as modifying an agent.

2074753647748672512

OperatorAccount

string

No

The UID of the operator.

1646808646232999

TimeRange

string

No

Ignore.

Ignore

StartTimestamp

integer

No

The start time of the query (timestamp).

1474335170000

EndTimestamp

integer

No

The end time of the query (timestamp).

1474335170000

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The unique request ID.

B57C121B-A45F-44D8-A9B2-13E5A5044195

PageNumber

integer

The current page number. Minimum value: 1. Default value: 1.

1

PageSize

integer

The number of entries per page.

20

TotalPages

integer

The total number of pages.

123

TotalItems

integer

The total number of entries in the address list.

15

Logs

object

Log

array<object>

The Operation logs information.

object

The Operation logs information.

LogId

string

The Operation logs ID.

1522180408878333954

Timestamp

integer

The operation time.

1711328826977

OperationType

string

The operation type.

UPDATE_AGENT

OperationName

string

The display name of the operation.

Modify Agent

OperatorAccount

string

The UID of the operator.

1646808646232999

SourceIp

string

The source IP address.

59.82.XX.XX

AgentId

string

The agent ID assigned by CNNIC after real-name authentication. The AgentID serves as the unique identifier that binds the agent to the real-name authenticated registrant.

Doria.Li@viking-prd

AgentStatus

string

The current agent status.

Active

Version

string

The agent version number.

1.0.0

Result

string

The operation result.

SUCCESS

ErrorMessage

string

The error message of the operation.

Subject to the actual response

CreateTimestamp

integer

The creation time (timestamp).

1665987186000

UpdateTimestamp

integer

The update time (timestamp).

1711953897000

CreatorType

string

The creator type. Valid values:

  • user: user

  • system: system

USER

CreatorSubType

string

The account type. Valid values:

  • custom: primary account

  • sub: RAM user

  • sts: role assumption

  • other: other

SUB

AccessDeniedDetail

object

The details of the access denial. This field is returned only when RAM authentication fails.

AuthAction

string

The unauthorized operation that was attempted.

RemoveRspDomainServerHoldStatusForGateway

AuthPrincipalDisplayName

string

The display name of the authorization principal.

2015555733387XXXX

AuthPrincipalOwnerId

string

The owner ID of the authorization principal.

10469733312XXX

AuthPrincipalType

string

The identity type.

SubUser

EncodedDiagnosticMessage

string

The encrypted complete diagnostic message.

AQFohtp4aIbaeEXXXXQxNjFDLUIzMzgtNTXXXX05NkFCLUI2RkY5XXXXzAzQQ==

NoPermissionType

string

The reason for the authentication failure. Valid values:

  • ExplicitDeny: explicit deny

  • ImplicitDeny: implicit deny

ImplicitDeny

PolicyType

string

The policy type.

DlpSend

Examples

Success response

JSON format

{
  "RequestId": "B57C121B-A45F-44D8-A9B2-13E5A5044195",
  "PageNumber": 1,
  "PageSize": 20,
  "TotalPages": 123,
  "TotalItems": 15,
  "Logs": {
    "Log": [
      {
        "LogId": "1522180408878333954",
        "Timestamp": 1711328826977,
        "OperationType": "UPDATE_AGENT",
        "OperationName": "修改Agent",
        "OperatorAccount": "1646808646232999",
        "SourceIp": "59.82.XX.XX",
        "AgentId": "Doria.Li@viking-prd",
        "AgentStatus": "活跃",
        "Version": "1.0.0",
        "Result": "SUCCESS",
        "ErrorMessage": "以实际返回为准",
        "CreateTimestamp": 1665987186000,
        "UpdateTimestamp": 1711953897000,
        "CreatorType": "USER",
        "CreatorSubType": "SUB"
      }
    ]
  },
  "AccessDeniedDetail": {
    "AuthAction": "RemoveRspDomainServerHoldStatusForGateway",
    "AuthPrincipalDisplayName": "2015555733387XXXX",
    "AuthPrincipalOwnerId": "10469733312XXX",
    "AuthPrincipalType": "SubUser",
    "EncodedDiagnosticMessage": "AQFohtp4aIbaeEXXXXQxNjFDLUIzMzgtNTXXXX05NkFCLUI2RkY5XXXXzAzQQ==",
    "NoPermissionType": "ImplicitDeny",
    "PolicyType": "DlpSend"
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.