Viewing the licensed usage for Eclipse Amlen by using REST Administration APIs
System administrators can view the licensed usage for Eclipse Amlen by using a REST Administration API.
You can view the licensed usage for Eclipse Amlen by using the Eclipse Amlen Web UI, or by using REST Administration APIs. For more information about using the Eclipse Amlen Web UI to view the licensed usage for Eclipse Amlen, see Viewing the licensed usage for Eclipse Amlen by using the Amlen WebUI.
To view licensed usage, use the Eclipse Amlen REST API GET method
with the following Eclipse Amlen
URI:
http://<admin-endpoint-IP:Port>/ima/v1/configuration/LicensedUsage
The following example shows a GET method to view licensed usage by using cURL:
curl -X GET http://127.0.0.1:9089/ima/v1/configuration/LicensedUsage
The following example shows a successful example response to the GET method that was used to view licensed usage:
{
"Version": "v1",
"LicensedUsage": "Developers",
"Accept": false
}