Domain name for API request: apigateway.tencentcloudapi.com.
This API is used to query IP policy details.
A maximum of 20 requests can be initiated per second for this API.
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 Params. The value used for this API: DescribeIPStrategy. |
Version | Yes | String | Common Params. The value used for this API: 2018-08-08. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
ServiceId | Yes | String | Unique service ID. |
StrategyId | Yes | String | Unique IP policy ID. |
EnvironmentName | No | String | Environment associated with policy. |
Limit | No | Integer | Number of results to be returned. Default value: 20. Maximum value: 100. |
Offset | No | Integer | Offset. Default value: 0. |
Filters.N | No | Array of Filter | Filter, which is a reserved field. Filtering is not supported currently. |
Parameter Name | Type | Description |
---|---|---|
Result | IPStrategy | IP policy details. Note: this field may return null, indicating that no valid values can be obtained. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
https://apigateway.tencentcloudapi.com/?Action=DescribeIPStrategy
&ServiceId=service-ody35h5e
&EnvironmentName=test
&StrategyId=IPStrategy-0ez0c8to
&<Common request parameters>
{
"Response": {
"Result": {
"ServiceId": "service-ody35h5e",
"StrategyId": "IPStrategy-0ez0c8to",
"StrategyName": "xx",
"StrategyType": "WHITE",
"StrategyData": "2.2.2.2",
"CreatedTime": "2020-02-13T16:39:08Z",
"ModifiedTime": "2020-02-16T07:16:09Z",
"BindApiTotalCount": 0,
"BindApis": []
},
"RequestId": "7723481f-45f0-48c1-8b64-03cfaa822116"
}
}
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. |
InvalidParameterValue.InvalidFilterNotSupportedName | The parameter value is incorrect. |
ResourceNotFound.InvalidIPStrategy | The IP policy does not exist. |
ResourceNotFound.InvalidService | The corresponding service is invisible. |
Was this page helpful?