Checks whether a real-time log delivery project exists.
Operation description
You can call this operation up to 100 times per second per account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:CheckDcdnProjectExist |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectName |
string |
Yes |
The name of a real-time log delivery project. |
example |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
b021e538-9dde-46ed-a1f2-9469da8f3e77 |
| Content |
object |
The returned results. |
|
| Exist |
string |
Indicates whether the real-time log delivery project exists. Valid values:
|
false |
Examples
Success response
JSON format
{
"RequestId": "b021e538-9dde-46ed-a1f2-9469da8f3e77",
"Content": {
"Exist": "false"
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | Internal Exception | The request processing has failed due to some unknown error, exception or failure. | Internal error, please try again later or contact us. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.