Domain name for API request: apigateway.tencentcloudapi.com.
This API is used to create a service IP policy.
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: CreateIPStrategy. |
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. |
StrategyName | Yes | String | Custom policy name. |
StrategyType | Yes | String | Policy type. Valid values: WHITE (allowlist), BLACK (blocklist). |
StrategyData | Yes | String | Policy details. Multiple IPs are separated with \n. |
Parameter Name | Type | Description |
---|---|---|
Result | IPStrategy | New IP policy details. 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=CreateIPStrategy
&ServiceId=service-ody35h5e
&StrategyName=xx
&StrategyType=WHITE
&StrategyData=1.1.1.1\n2.2.2.2
&<Common request parameters>
{
"Response": {
"Result": {
"ServiceId": "service-ody35h5e",
"StrategyId": "IPStrategy-4xj4r1ou",
"StrategyName": "xx",
"StrategyType": "WHITE",
"StrategyData": "1.1.1.1\n2.2.2.2",
"CreatedTime": "2020-02-24T19:02:00Z",
"ModifiedTime": "2020-02-24T19:02:00Z",
"BindApiTotalCount": null,
"BindApis": null
},
"RequestId": "4336cff4-1d75-433b-8823-bcf8fa8773c6"
}
}
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. |
LimitExceeded.IpStrategyLimitExceeded | The number of IP policies exceeds the limit. |
ResourceNotFound.InvalidService | The corresponding service is invisible. |
UnsupportedOperation.InvalidAction | API error. |
Was this page helpful?