Kemp 360 Central API Overview
- Last Updated: October 14, 2024
- 1 minute read
- LoadMaster
- Kemp 360 Central
- Documentation
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:
- user - Commands relating to users and authentication (refer to the Authentication section).
- 360 - Commands relating to Kemp 360 Central administration (refer to the Manage Kemp 360 Central Commands section).
- network - Commands relating to network management (refer to the Network Commands section).
- loadmaster - Commands relating to LoadMaster management (refer to the following sections: LoadMaster Commands and License an Activation Server Local (ASL) LoadMaster).
- patch - Commands relating to LoadMaster firmware update patch files (refer to the Update the LoadMaster Firmware section).
To get a list of the resources run the following command:
curl -k "https://Kemp360CentralIPAddress/api/v1/"