put https://api.netography.com/api/v1/labels/ips/upload
Upload IP labels via a CSV file. New labels will be created, and existing labels will be replaced. Limited to 10,000 labels per request.
The CSV must be a text file and should NOT have any headers. Multiple labels can be assigned per context by having additional columns.
Example CSV:
IP1, Context1, Label1
IP1, Context2, Label1, Label2
IP2, Context1, Label3
IP2, Context4, Label4, Label5, Label6