All Products
Search
Document Center

Edge Security Acceleration:CheckDcdnProjectExist

Last Updated:Oct 17, 2024

Checks whether a real-time log delivery project exists.

Operation description

Note You can call this operation up to 100 times per second per account.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ProjectNamestringYes

The name of a real-time log delivery project.

example

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

b021e538-9dde-46ed-a1f2-9469da8f3e77
Contentobject

The returned results.

Existstring

Indicates whether the real-time log delivery project exists. Valid values:

  • false
  • true
false

Examples

Sample success responses

JSONformat

{
  "RequestId": "b021e538-9dde-46ed-a1f2-9469da8f3e77",
  "Content": {
    "Exist": "false"
  }
}

Error codes

HTTP status codeError codeError messageDescription
400UnauthorizedRealtimeLogDelivery service is not authorized.Real-time log delivery does not have the required permissions.

For a list of error codes, visit the Service error codes.