Show LicensedUsage
Purpose
Shows the licensed usage of Eclipse Amlen.URI
Use the Eclipse Amlen REST API GET method with the following Eclipse Amlen configuration URI:
http://<admin-endpoint-IP:Port>/ima/v1/configuration/LicensedUsage
Usage Notes®
- The command must be capitalized as shown.
- LicensedUsage can be one of the following values: Developers, Non-Production, Production or Idle Standby.
- The default value is Developers except in a SoftLayer® Bare Metal Server environment where it is Non-Production.
Example
Shows that the licensed usage of Eclipse Amlen is Developers:curl -X GET http://127.0.0.1:9089/ima/v1/configuration/LicensedUsage
An
example response to the GET
method:
{
"Version": "v1",
"LicensedUsage": "Developers"
}