Checks whether a project name is valid for a real-time log delivery task.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
esa:CheckUserProjectName |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectName |
string |
Yes |
The name of the real-time log delivery task. |
ali-dcdn-log-56 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
34DCBC8A-****-****-****-6DAA11D7DDBD |
| Check |
boolean |
Indicates whether the name is valid. Valid values:
|
true |
| ProjectName |
string |
The name of the real-time log delivery task. |
ali-dcdn-log-56 |
| Description |
string |
The reason why the name passed or failed the check. |
project name pass the check |
Examples
Success response
JSON format
{
"RequestId": "34DCBC8A-****-****-****-6DAA11D7DDBD",
"Check": true,
"ProjectName": "ali-dcdn-log-56",
"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. |
| 403 | EsaService.NotOpen | ESA service has not opend. | Edge Security Accelerator (ESA) is not turned on |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.