The Kemp 360 Central API enables a user or application to pass requests to the Kemp 360 Central product. Kemp 360 Central answers the request with a JSON response.

The Kemp 360 Central API commands can be run using cURL. Some GET requests can also be run by using a browser address bar.

Example syntax for a cURL command follows:

curl -k --dump-header - -X GET "https://Kemp360CentralIPAddress/api/v1/:ResourceName/?&api_key=APIKey&username=Username"

The Kemp 360 Central API commands are categorized by resource. The relevant resource name must be entered when running a Kemp 360 Central API command. The resources relate to the different areas that can be updated, for example:

To get a list of the resources run the following command:

curl -k "https://Kemp360CentralIPAddress/api/v1/"