Table Of Contents
LicensingApp Service
Information About LicensingApp Service
getDetailedLicenseInfo
getHostIdentifier
getLicenseInfo
performActivateLicenses
LicensingApp Service
This chapter describes the DCNM web services' API methods for the LicensingApp service.
Information About LicensingApp Service
This chapter defines the APIs exposed by the Licensing service feature of the DCNM server.
getDetailedLicenseInfo
Returns the detailed license information of DCNM server.
For each valid license file, there will be corresponding LicenseInfo object.
Return Value
The detailed license information
getHostIdentifier
Returns the host identifier of this DCNM server.
Parameters
opContext—Operational context of this API call
Return Value
The host id of this DCNM server
getLicenseInfo
Returns the license information of the server.
Parameters
opContext—Operational context of this API call
Return Value
The license info of the server
performActivateLicenses
Re-reads the license files and refreshes the licenses information.
If there is a change in license information, an event, whose source instance set as modified instance of LicenseInfo, will be sent
Parameters
opContext—Operational context of this API call
Return Value
void