Update Login IP Allow List
PUT/ip_allow_list_login/:id
Updates a named list of CIDRs (IP addresses) that are in the allow list for login access.
Request
Path Parameters
ID of named network
- application/json
Body
required
Model for login IP allow list parameters
List of CIDRs to Allow List for login access. You can include from 1 to 10 CIDRs
Description of CIDR (IP addresses) allow list
Unique name for CIDR (IP addresses) allow list
Responses
- 200
- 400
- 403
- 404
- 409
successful operation
- */*
- Schema
- Example (from schema)
Schema
List of CIDR blocks (IP addresses) from which access is allowed when Login IP Allow List is enabled.
Description
Login IP allow list ID
Timestamp for last modification of CIDR block list
Name of the list of CIDR blocks that are in allow list for access
{
"cidr": [
"string"
],
"description": "string",
"id": "string",
"lastModifiedTs": 0,
"name": "string"
}
login_ip_allow_list_invalid_cidr_format / login_ip_allow_list_missing_cidr_field / login_ip_allow_list_enable_not_allowed_ip_absent / login_ip_allow_list_not_allowed_ip_present
login_ip_allow_list_feature_flag_disabled
not_found
login_ip_allow_list_duplicate_name