Domain name for API request: apigateway.tencentcloudapi.com.
This API is used to display the throttling policies bound to an API.
A maximum of 20 requests can be initiated per second for this API.
Note: This API supports Finance regions. If the common parameter Region is a Finance region, a domain name with the Finance region needs to be specified, for example: apigateway.ap-shanghai-fsi.tencentcloudapi.com
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: DescribeApiEnvironmentStrategy. |
Version | Yes | String | Common parameter. The value used for this API: 2018-08-08. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
ServiceId | Yes | String | Unique service ID of API. |
EnvironmentNames.N | No | Array of String | Environment list. |
ApiId | No | String | Unique API ID. |
Limit | No | Integer | Number of results to be returned. Default value: 20. Maximum value: 100. |
Offset | No | Integer | Offset. Default value: 0. |
Parameter Name | Type | Description |
---|---|---|
Result | ApiEnvironmentStrategyStataus | Details of policies bound to API Note: this field may return null, indicating that no valid values can be obtained. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://apigateway.tencentcloudapi.com/?Action= DescribeApiEnvironmentStrategy
&ServiceId=service-ody35h5e
&EnvironmentNames.0=test
&<Common request parameters>
{
"Response": {
"Result": {
"TotalCount": 12,
"ApiEnvironmentStrategySet": [
{
"ApiId": "api-ne9wyb30",
"ApiName": "hadongtestapi_ed3f0c",
"Path": "/pathtest03",
"Method": "GET",
"EnvironmentStrategySet": [
{
"EnvironmentName": "test",
"Quota": -1
}
]
},
{
"ApiId": "api-k3ezsaoi",
"ApiName": "name",
"Path": "/lkjdszfhbgv",
"Method": "GET",
"EnvironmentStrategySet": [
{
"EnvironmentName": "test",
"Quota": -1
}
]
},
{
"ApiId": "api-04h0i7z0",
"ApiName": "name",
"Path": "/lkjhbgv",
"Method": "GET",
"EnvironmentStrategySet": [
{
"EnvironmentName": "test",
"Quota": -1
}
]
},
{
"ApiId": "api-qsmlelcu",
"ApiName": "name",
"Path": "/cfgvbhjgfdn",
"Method": "GET",
"EnvironmentStrategySet": [
{
"EnvironmentName": "test",
"Quota": -1
}
]
},
{
"ApiId": "api-g0wgjcz8",
"ApiName": "name",
"Path": "/ghkjhbhvb",
"Method": "GET",
"EnvironmentStrategySet": [
{
"EnvironmentName": "test",
"Quota": -1
}
]
},
{
"ApiId": "api-c6d2x8fk",
"ApiName": "name",
"Path": "/testxxx",
"Method": "GET",
"EnvironmentStrategySet": [
{
"EnvironmentName": "test",
"Quota": -1
}
]
},
{
"ApiId": "api-gsd5bks6",
"ApiName": "name",
"Path": "/tsf",
"Method": "GET",
"EnvironmentStrategySet": [
{
"EnvironmentName": "test",
"Quota": -1
}
]
},
{
"ApiId": "api-jmh3naag",
"ApiName": "name",
"Path": "/mytest",
"Method": "GET",
"EnvironmentStrategySet": [
{
"EnvironmentName": "test",
"Quota": -1
}
]
},
{
"ApiId": "api-7kcivknq",
"ApiName": "name",
"Path": "/bsdbsddd",
"Method": "GET",
"EnvironmentStrategySet": [
{
"EnvironmentName": "test",
"Quota": -1
}
]
},
{
"ApiId": "api-4beu85p0",
"ApiName": "name",
"Path": "/xxxxxx",
"Method": "GET",
"EnvironmentStrategySet": [
{
"EnvironmentName": "test",
"Quota": -1
}
]
},
{
"ApiId": "api-qctp0evy",
"ApiName": "name",
"Path": "/",
"Method": "GET",
"EnvironmentStrategySet": []
},
{
"ApiId": "api-e92i2jds",
"ApiName": "test2",
"Path": "/users",
"Method": "POST",
"EnvironmentStrategySet": [
{
"EnvironmentName": "test",
"Quota": -1
}
]
},
{
"ApiId": "api-3v4tzy3u",
"ApiName": "test1",
"Path": "/users/{name}",
"Method": "GET",
"EnvironmentStrategySet": [
{
"EnvironmentName": "test",
"Quota": -1
}
]
}
]
},
"RequestId": "6b191d6c-dbdd-4214-b464-b7385ff01e15"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InvalidParameter.FormatError | Incorrect parameter format. |
ResourceNotFound.InvalidService | The corresponding service is invisible. |
Was this page helpful?