All Products
Search
Document Center

Dynamic Content Delivery Network:DescribeDcdnDdosService

Last Updated:Apr 11, 2024

Queries the status of DCDN DDoS mitigation.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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
Statusstring

The status of the service. Valid values:

  • Normal
  • WaitForExpire
  • expired
  • Released
Normal
ChangingAffectTimestring

The time when the renewed service takes effect. The time is displayed in UTC.

2018-03-31T16:00:00Z
OpeningTimestring

The time when the service was enabled.

2021-09-26T16:00:00Z
ChangingEditionstring

The protection edition for which the configuration changes take effect. Valid values:

  • poc: POC Edition
  • basic: Basic Edition
  • insurance: Insurance Edition
  • unlimited: Unlimited Edition
basic
ChargeTypestring

The billing method. Valid values:

  • PayByBandwidth
  • PayByTraffic
  • PayByBandwidth95
PayByTraffic
DomianNuminteger

The number of protected domain names.

20
ChangingProtectNuminteger

The number of mitigation sessions with configuration changes.

100
ChangingDomianNuminteger

The number of protected domain names.

30
InstanceIdstring

The instance ID.

xxx-12345
Editionstring

The protection edition. Valid values:

  • poc: POC Edition
  • basic: Basic Edition
  • insurance: Insurance Edition
  • unlimited: Unlimited Edition
poc
ChangingChargeTypestring

The metering method after the configuration changes Valid values:

  • PayByBandwidth
  • PayByTraffic
  • PayByBandwidth95
PayByBandwidth
RequestIdstring

The request ID.

C370DAF1-C838-4288-A1A0-9A87633D248E
ProtectNuminteger

The number of mitigation sessions.

100
Enabledstring

The activation status of the service. Valid values:

  • on
  • off
on
EndingTimestring

The service expiration time.

2023-09-26T16:00:00Z

Examples

Sample success responses

JSONformat

{
  "Status": "Normal",
  "ChangingAffectTime": "2018-03-31T16:00:00Z",
  "OpeningTime": "2021-09-26T16:00:00Z",
  "ChangingEdition": "basic",
  "ChargeType": "PayByTraffic",
  "DomianNum": 20,
  "ChangingProtectNum": 100,
  "ChangingDomianNum": 30,
  "InstanceId": "xxx-12345",
  "Edition": "poc",
  "ChangingChargeType": "PayByBandwidth",
  "RequestId": "C370DAF1-C838-4288-A1A0-9A87633D248E",
  "ProtectNum": 100,
  "Enabled": "on",
  "EndingTime": "2023-09-26T16:00:00Z"
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history