Creating an IP Address Group
Function
This API is used to create an IP address group.
URI
POST /v1/edgesec/configuration/http/ip-groups
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
Tenant token |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
name |
Yes |
String |
IP address group name |
ips |
Yes |
String |
IP address or IP address segment. Use commas (,) to separate multiple IP addresses or IP address segments. A maximum of 200 IP addresses or IP address segments can be configured. |
description |
No |
String |
Remarks of the IP address group. The value contains a maximum of 512 characters. |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
id |
String |
IP address group ID. |
name |
String |
IP address group name |
ips |
String |
IP address/range. |
size |
String |
IP address/address segment size |
description |
String |
IP address group remarks |
timestamp |
Long |
Time when the IP address group was created. |
rules |
Array of HttpRuleInfo objects |
List of policies and rules that use the IP address group. |
Parameter |
Type |
Description |
---|---|---|
rule_id |
String |
Rule ID in the policy. |
rule_name |
String |
Rule name in the policy. |
policy_id |
String |
Policy ID. |
policy_name |
String |
Policy name. |
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 |
Created |
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