Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following page lists the HTTP operations that need to be performed to successfully deactivate an LAC license. The client can successfully use the methods described below if the server is configured to support a given combination of methods.Each web service that a client wishes to interact with has two parts: request parameters and the response, as described below.

To deactivate a license for a given, unique combination of an activation key and a HostID, use the following request:

Panel

DELETE /licenses/(activation_key)/(hostids)

 where: 

...

  • activation_key (string) is

...

and

  • hostids (string) are Base64 encoded values. The format of HostID(s) that you can specify is a comma-separated list of types and values; for example, ETHERNET=AABBCCDDEEFF,IPADDRESS=192.168.0.5 

 Note that request headers are used by default.

...