This API is used to update a geolocation access control rule.
Function
This API is used to update a geolocation access control rule.
URI
PUT /v1/edgesec/configuration/http/policies/{policy_id}/geoip-rule/{rule_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
policy_id |
Yes |
String |
Policy ID. |
rule_id |
Yes |
String |
Protection rule ID. |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
auth token |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
name |
Yes |
String |
Rule name |
description |
No |
String |
Rule description, which contains a maximum of 512 characters. |
status |
No |
Integer |
Rule enabling status |
geo_ip |
Yes |
String |
Blocked region. Select the letter code corresponding to the region. (CN: China; CA: Canada; US: USA; AU: Australia; IN: India; JP: Japan; UK: UK; FR: France; DE: Germany; BR: Brazil; Ukraine: Ukraine; North Korea: North Korea; The Republic of Korea: South Korea; Iran: Iran; Cuba: Cuba; Sultan: Sudan; Syria: Syria; Pakistan: Pakistan; Palestine: Palestine; Israel: Israel; Iraq: Iraq; Afghanistan: Afghanistan; Libya: Libya; Türkiye: Turkey; Thailand: Thailand, Singapore: Singapore, South Africa: South Africa, Mexico: Mexico, Peru: Peru, Indonesia: Indonesia, GD: Guangdong, FJ: Fujian, JL: Jilin, LN: Liaoning, TW: Taiwan, GZ: Guizhou, AH: Anhui, HL: Heilongjiang, HA: Henan, SC: Sichuan, HE: Hebei, YN: Yunnan, HB: Hubei, HI: Hainan, QH: Qinghai, HN: Hunan, JX: Jiangxi, SX: Shanxi, SN: Shaanxi, ZJ: Zhejiang, GS: Gansu, JS: Jiangsu, SD: Shandong, BJ: Beijing, SH: Shanghai, TJ: Tianjin, CQ: Chongqing, MO: Macao, HK: Hong Kong, NX: Ningxia, GX: Guangxi, XJ: Xinjiang, XZ: Xizang, NM: Inner Mongolia) |
white |
Yes |
Integer |
Protection action: |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
id |
String |
Rule ID |
name |
String |
Rule name |
policyid |
String |
ID of the policy to which the rule belongs |
policy_name |
String |
Name of the policy to which the rule belongs |
timestamp |
Long |
Time when a rule is created |
description |
String |
Rule description |
status |
Integer |
Rule enabling status |
geo_ip |
String |
Geo-location |
geo_tag_list |
Array of strings |
Geographical location list |
white |
Integer |
Block/Allow/Record only |
Status code: 400
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Standard error code: service name.8-digit code |
error_msg |
String |
Detailed error information. |
encoded_authorization_message |
String |
If the service is integrated with IAM5.0, an IAM response must be returned when access is denied. |
Status code: 401
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Standard error code: service name.8-digit code |
error_msg |
String |
Detailed error information. |
encoded_authorization_message |
String |
If the service is integrated with IAM5.0, an IAM response must be returned when access is denied. |
Status code: 500
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Standard error code: service name.8-digit code |
error_msg |
String |
Detailed error information. |
encoded_authorization_message |
String |
If the service is integrated with IAM5.0, an IAM response must be returned when access is denied. |
Example Requests
None
Example Responses
None
Status Codes
Status Code |
Description |
---|---|
200 |
Request successful. |
400 |
Request failed. |
401 |
The token does not have required permissions. |
500 |
Internal server error. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot