IPLookup
IPLookup - Delete
Delete the IPLookup Table with given ID
DELETE
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/IPLookup/{id}Parameter
id
-
String
Existing IPLookup Table id. Mandatory Field
Success Response
{
"status": "Success",
"message": "/monitorapi/v1/{pool_UUID}/{logpoint_identifier}/orders/{request_id}"
}IPLookup - Install
Install a given application
POST
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/IPLookup/installParameters
file_location
-
String
Location of the file to install. can be either 'private' or 'public'. Mandatory Field
file_name
File
String
Name of the csv file for IP Lookup. Mandatory Field
name
Name
String
Name of IPLookup table to be created. Mandatory Field
Request Example
Success Response
IPLookup - List
List all IPLookup tables
GET
Success Response
IPLookup - TrashPrivate
Delete the file with given name from private storage
DELETE
Parameter
file_name
String
File to be deleted. Mandatory Field
Success Response
IPLookup - TrashPublic
Delete the file with given name from public storage
DELETE
Parameter
file_name
String
File to be deleted. Mandatory Field
Success Response
IPLookup - Upload
Upload files to private storage
POST
Header
file_name
File name of the file.
Content-Type
application/octet-stream
replace_existing
Set the value of this parameter as 'true' to replace the existing file with the same name with the new file. Default value is 'false'. Value can be 'true' or 'false'. Optional field
Parameter
file
-
[Object]
(csv) to be uploaded. Mandatory Field
Success Response
IPLookup - UploadPublic
Upload files to public storage
POST
Header
file_name
File name of the file.
Content-Type
application/octet-stream
replace_existing
Set the value of this parameter as 'true' to replace the existing file with the same name with the new file. Default value is 'false'. Value can be 'true' or 'false'. Optional field
Parameter
file
-
[Object]
(csv) to be uploaded. Mandatory Field
Success Response
IPLookup - UploadsList
List all files in private storage
GET
Success Response
IPLookup - UploadsListPublic
List all files in public storage
GET
Success Response
Last updated
Was this helpful?