Labels IPs
Returns an array of ip labels.
List of IP Labels Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Creates a IP label from the data that's been supplied
IP Label Create Config.
IP address
10.250.0.1IP label context. default context is 'name'.
nameArray containing the IP labels.
["name1","name2"]IP Label Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Update an IP Label given the provided object. This does not do a diff. You must send the complete object.
IP Label Create Config.
IP address
10.250.0.1IP label context. default context is 'name'.
nameArray containing the IP labels.
["name1","name2"]IP Label Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Fetches all labels by a specific context for all IPs.
The context of the IP labels to be returned.
IP Label Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Fetches a all IP labels for the IP address supplied in the path.
The IP Address of the IP labels to be returned.
IP Label Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Fetches a specific IP label from the IP supplied in the path.
The IP Address of the IP labels to be returned.
The context of the IP labels.
IP Label Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Removes all the labels for the provided context.
The IP of the IP label to be deleted.
The context of the IP label to be deleted.
An empty array
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
No content
Bulk create/update IP labels. New labels will be created, and existing labels will be replaced. Limited to 10,000 labels per request. Note: the API path has changed from previous versions
IP Label Create Config.
IP address
10.250.0.1IP label context. default context is 'name'.
nameArray containing the IP labels.
["name1","name2"]Result of IP Labels bulk upload
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Bulk delete IP labels from the data that's been supplied.
Delete IP Labels via ip or context or both. One of ip or context is required. Both may be provided as well.
IP address.
10.250.0.1IP label context. Default context is 'name'. Optional if ip is provided.
nameResult of IP Labels bulk upload
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
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
The CSV file to upload
Result of IP Labels bulk upload
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Last updated