All Products
Search
Document Center

Anti-DDoS:DescribeInstanceSpecs

Last Updated:Apr 26, 2024

Queries the specifications of Anti-DDoS Pro or Anti-DDoS Premium instances.

Operation description

You can call the DescribeInstanceSpecs operation to query the specifications of multiple Anti-DDoS Pro or Anti-DDoS Premium instances at a time. The specifications include the clean bandwidth, protection bandwidth, function plan, and the numbers of domain names and ports that can be protected.

Limits

You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.

Debugging

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

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-ddoscoo:DescribeInstanceSpecsRead
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
InstanceIdsarrayYes

An array that consists of the IDs of instances to query.

stringYes

The ID of the instance to query.

Note You can call the DescribeInstanceIds operation to query the IDs of all instances.
ddoscoo-cn-zvp2eibz****

All Alibaba Cloud API operations must include common request parameters. For more information about common request parameters, see Common parameters.

For more information about sample requests, see the "Examples" section of this topic.

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

4E3A9B5F-5DDB-593D-A1E6-F1F451DB5E0B
InstanceSpecsobject []

An array that consists of the specifications of instances.

BaseBandwidthinteger

The basic protection bandwidth. Unit: Gbit/s.

30
QpsLimitinteger

The clean queries per second (QPS) of normal services.

3000
BandwidthMbpsinteger

The clean bandwidth of normal services. Unit: Mbit/s.

100
ElasticBwinteger

The burstable clean bandwidth. Unit: Mbit/s.

300
DefenseCountinteger

The number of available advanced mitigation sessions for this month. If -1 is returned, advanced mitigation capabilities are unlimited.

Note This parameter is returned only when RegionId is set to ap-southeast-1. If RegionId is set to ap-southeast-1, the specifications of Anti-DDoS Premium instances are queried.
2
SiteLimitinteger

The number of sites that can be protected by the instance.

5
PortLimitinteger

The number of ports that can be protected by the instance.

50
ElasticBandwidthinteger

The burstable protection bandwidth. Unit: Gbit/s.

30
FunctionVersionstring

The function plan of the instance. Valid values:

  • default: Standard
  • enhance: Enhanced
  • cnhk: Chinese Mainland Acceleration (CMA)
  • cnhk_default: Secure Chinese Mainland Acceleration (Sec-CMA) standard function plan
  • cnhk_enhance: Sec-CMA enhanced function plan
default
InstanceIdstring

The ID of the instance.

ddoscoo-cn-zvp2eibz****
DomainLimitinteger

The number of domain names that can be protected by the instance.

50
ElasticBwModelstring

The metering method of the burstable clean bandwidth. Valid values:

  • day: the metering method of daily 95th percentile
  • month: the metering method of monthly 95th percentile
day
CpsLimitlong

The specification of new connections of the instance.

5000
ConnLimitlong

The specification of concurrent connections of the instance.

100000

Examples

Sample success responses

JSONformat

{
  "RequestId": "4E3A9B5F-5DDB-593D-A1E6-F1F451DB5E0B",
  "InstanceSpecs": [
    {
      "BaseBandwidth": 30,
      "QpsLimit": 3000,
      "BandwidthMbps": 100,
      "ElasticBw": 300,
      "DefenseCount": 2,
      "SiteLimit": 5,
      "PortLimit": 50,
      "ElasticBandwidth": 30,
      "FunctionVersion": "default",
      "InstanceId": "ddoscoo-cn-zvp2eibz****",
      "DomainLimit": 50,
      "ElasticBwModel": "day",
      "CpsLimit": 5000,
      "ConnLimit": 100000,
      "RealLimitBw": 0,
      "ElasticQpsMode": "",
      "ElasticQps": 0
    }
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
2023-05-17The response structure of the API has changedsee changesets
Change itemChange content
Output ParametersThe response structure of the API has changed.
2023-04-04The response structure of the API has changedsee changesets
Change itemChange content
Output ParametersThe response structure of the API has changed.