Create a new network listCopy Pagepost https://{hostname}/network-list/v2/network-listsCreates a new network list.Body Paramslistarray of stringsrequiredlist*ADD stringnamestringrequiredlength between 1 and 100Display name of the network list.typestringenumrequiredThe network list type, either IP for IP addresses and CIDR blocks, or GEO for two-letter country codes.IPGEOAllowed:IPGEOdescriptionstringlength between 1 and 255Detailed description of the list.contractIdstringlength between 5 and 20Identifies the contract where you want to create the list. You need to have write access to lists in the contract you specify. If you provide a contractId, you you need to pair it with a groupId.groupIdnumberIdentifies the group where you want to create the list. You need to have write access to the group you specify. If you include a groupId, you need to pair it with a contractId.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 201Successful response. 400Incorrect client input. See the field errors provided in the response for more information. This error may also be returned in place of a 404 if a URL parameter was provided in an incorrect format. 403Forbidden. You don't have permission to perform that function on this network list. Check that your user has the required privileges. 404Incorrect URL. Check that the network list ID and other URL parameters are valid. 500We encountered an unexpected issue while processing your request. Please follow the advice provided in the message.Updated 4 months ago