All Products
Search
Document Center

Edge Security Acceleration:CheckSiteProjectName

Last Updated:Aug 03, 2026

Checks the project name of a real-time log delivery task.

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

ProjectName

string

Yes

The real-time log project name.

Note

Allowed character set (hyphens only, no underscores), length range, and naming rule examples (such as 'ali-dcdn-log-56')

ali-dcdn-log-56

SiteId

integer

No

The site ID. You can call ListSites to obtain the site ID.

12312312213212

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

34DCBC8A-****-****-****-6DAA11D7DDBD

Check

boolean

Valid values:

  • true: Can be added.

  • false: Cannot be added.

true

ProjectName

string

The real-time log project name.

dcdn_waf_userAccount_log

Description

string

The result description.

project name pass the check

Examples

Success response

JSON format

{
  "RequestId": "34DCBC8A-****-****-****-6DAA11D7DDBD",
  "Check": true,
  "ProjectName": "dcdn_waf_userAccount_log",
  "Description": "project name pass the check"
}

Error codes

HTTP status code

Error code

Error message

Description

400 RealtimeLogProjectExistError Realtime-log project name already exist. Real-time log entry name already exists
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.