Skip to main content

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

Body

required

Model for login IP allow list parameters

    cidr string[]required

    List of CIDRs to Allow List for login access. You can include from 1 to 10 CIDRs

    description string

    Description of CIDR (IP addresses) allow list

    name stringrequired

    Unique name for CIDR (IP addresses) allow list

Responses

successful operation

Schema
    cidr string[]

    List of CIDR blocks (IP addresses) from which access is allowed when Login IP Allow List is enabled.

    description string

    Description

    id string

    Login IP allow list ID

    lastModifiedTs int64

    Timestamp for last modification of CIDR block list

    name string

    Name of the list of CIDR blocks that are in allow list for access

Loading...