All Products
Search
Document Center

Edge Security Acceleration:GetRealtimeDeliveryField

Last Updated:Jul 13, 2026

Retrieves the field list of real-time logs based on the log business type.

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

BusinessType

string

Yes

The business type. Valid values:

  • dcdn_log_access_l1 (default): access logs.

  • dcdn_log_er: Edge Routine function logs.

  • dcdn_log_waf: security protection logs.

  • dcdn_log_ipa: Layer 4 acceleration logs.

dcdn_log_er

Response elements

Element

Type

Description

Example

object

The response parameters.

RequestId

string

The request ID.

15C66C7B-671A-4297-9187-2C4477247B78

FieldContent

object

The list of response fields.

object

The response field.

SortOrder

integer

The sort order of the field.

1

FieldList

array<object>

The field list.

object

FieldName

string

The field name.

ClientIp

Description

string

The description of the field in English.

IP address of the client.

DescriptionCn

string

The description of the field in Chinese.

IP

Category

string

The category of the field.

Client

DataType

string

The data type of the field.

String

SortOrder

integer

The sequence number of the field.

1

IsDefault

boolean

Indicates whether the field is available by default.

true

Examples

Success response

JSON format

{
  "RequestId": "15C66C7B-671A-4297-9187-2C4477247B78",
  "FieldContent": {
    "key": {
      "SortOrder": 1,
      "FieldList": [
        {
          "FieldName": "ClientIp",
          "Description": "IP address of the client.",
          "DescriptionCn": "IP",
          "Category": "Client",
          "DataType": "String",
          "SortOrder": 1,
          "IsDefault": true
        }
      ]
    }
  }
}

Error codes

HTTP status code

Error code

Error message

Description

400 InvalidParameter The specified parameter is invalid. The specified parameter is invalid.
400 InternalError An internal exception occurred, please try again later. An inner exception was triggered. Please try again later.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.