Create IP Allowlist Network Policy
POST {{baseUrl}}/v1/orgs/self/ip/allowlist
Create a new entry to allow an IP address
Request Body
{"ip_address"=>"82.217.192.0/18", "name"=>"Office", "description"=>"Office IP address"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"data":{"ip_address":"82.217.192.0/18","name":"Office","description":"Office IP address","creator_email":"xyz@rockset.com","created_at":"2001-08-28T00:23:41Z"}}