Checks the project name of a real-time log delivery task.
Try it now
Test
RAM authorization
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 |
| 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.