IPLookup

IPLookup - Delete

Delete the IPLookup Table with given ID

DELETE

https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/IPLookup/{id}

Parameter

Field
Label in UI
Type
Description

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/install

Parameters

Field
Label in UI
Type
Description

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

Field
Label in UI
Type
Description

file_name

String

File to be deleted. Mandatory Field

Success Response

IPLookup - TrashPublic

Delete the file with given name from public storage

DELETE

Parameter

Field
Label in UI
Type
Description

file_name

String

File to be deleted. Mandatory Field

Success Response

IPLookup - Upload

Upload files to private storage

POST

Field
Label in UI
Description

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

Field
Label in UI
Type
Description

file

-

[Object]

(csv) to be uploaded. Mandatory Field

Success Response

IPLookup - UploadPublic

Upload files to public storage

POST

Header

Field
Label in UI
Description

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

Field
Label in UI
Type
Description

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?