Add Login IP Allow List
POST/ip_allow_list_login
Adds a named list of CIDRs (IP addresses) that are in the allow list to access Prisma Cloud. You can add up to 10 CIDRs per named list, and there can be up to 50 named lists.
Request
- 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
- 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_size_exceeded / login_ip_allow_list_cidr_list_size_exceeded
login_ip_allow_list_feature_flag_disabled
login_ip_allow_list_duplicate_key