Skip to main content

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 stringrequired

    ID of named network

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...