All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnSubList

Last Updated:Oct 17, 2024

Queries custom operations reports.

Operation description

Note
  • By default, this operation queries all custom operations reports. However, only one operations report can be displayed. Therefore, only one operations report is returned.
  • You can call this API operation up to three 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
    The current API does not require request parameters

    Response parameters

    ParameterTypeDescriptionExample
    object
    Contentstring

    The information about the custom report.

    "data": [{"subId": 336,"reportId": [6,8],"createTime": "2021-07-05T06:18:46Z","domains": ["example.com"],"effectiveFrom": "2021-07-05T06:18:46Z","effectiveEnd": "2021-10-05T06:18:46Z","status": "enable"}]
    RequestIdstring

    The request ID.

    3250A51D-C11D-46BA-B6B3-95348EEDE652

    Fields of the Content parameter

    FieldTypeDescription
    subIdLongThe ID of the request.
    reportIdLong[]The ID of the report.
    createTimeStringThe time when the report was created.
    domainsString[]The domain names from which the custom report task collects data.
    effectiveFromStringThe start time of the custom report task.
    effectiveEndStringThe end time of the custom report task.
    statusStringThe status of the custom report task. Valid values: enable and disable.

    Examples

    Sample success responses

    JSONformat

    {
      "Content": "\"data\": [{\"subId\": 336,\"reportId\": [6,8],\"createTime\": \"2021-07-05T06:18:46Z\",\"domains\": [\"example.com\"],\"effectiveFrom\": \"2021-07-05T06:18:46Z\",\"effectiveEnd\": \"2021-10-05T06:18:46Z\",\"status\": \"enable\"}]",
      "RequestId": "3250A51D-C11D-46BA-B6B3-95348EEDE652"
    }

    Error codes

    HTTP status codeError codeError messageDescription
    400InvalidParameterThe specified parameter is invalid.A parameter is set to an invalid value.
    400TimeParseFailedFailed to parse the time parameter.Failed to parse the time parameter.
    400SubscriptionAlreadyExistsThe subscription already exists.The subscription already exists.
    400SubscriptionNotFoundThe subscription is not found.The subscription is not found.
    400NameAlreadyExistsThe name already exists.The name already exists.
    400DeliverExceedLimitThe maximum number of subscribed tasks is exceeded.The number of tracking tasks has reached the upper limit.

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