( Return to API Overview )

Available methods

Description

Contains methods to access common activation key functions available from the web interface.

Namespace: activationkey


Method: addChildChannels

Description:
Add child channels to an activation key.

Parameters:

Returns:


Method: addConfigChannels

Description:
Given a list of activation keys and configuration channels, this method adds given configuration channels to either the top or the bottom (whichever you specify) of an activation key's configuration channels list. The ordering of the configuration channels provided in the add list is maintained while adding. If one of the configuration channels in the 'add' list already exists in an activation key, the configuration channel will be re-ranked to the appropriate place.

Parameters:

Returns:


Method: addEntitlements

Description:
Add entitlements to an activation key. Currently only add-on entitlements are permitted. (provisioning_entitled, virtualization_host, virtualization_host_platform)

Parameters:

Returns:


Method: addPackageNames

Description:
Add packages to an activation key using package name only.

Deprecated - being replaced by addPackages(string sessionKey, string key, array[packages])

Parameters:

Returns:

Available since: 10.2


Method: addPackages

Description:
Add packages to an activation key.

Parameters:

Returns:


Method: addServerGroups

Description:
Add server groups to an activation key.

Parameters:

Returns:


Method: checkConfigDeployment

Description:
Check configuration file deployment status for the activation key specified.

Parameters:

Returns:


Method: clone

Description:
Clone an existing activation key.

Parameters:

Returns:


Method: create

Description:
Create a new activation key. The activation key parameter passed in will be prefixed with the organization ID, and this value will be returned from the create call. Eg. If the caller passes in the key "foo" and belong to an organization with the ID 100, the actual activation key will be "100-foo". This call allows for the setting of a usage limit on this activation key. If unlimited usage is desired see the similarly named API method with no usage limit argument.

Parameters:

Returns:


Method: create

Description:
Create a new activation key with unlimited usage. The activation key parameter passed in will be prefixed with the organization ID, and this value will be returned from the create call. Eg. If the caller passes in the key "foo" and belong to an organization with the ID 100, the actual activation key will be "100-foo".

Parameters:

Returns:


Method: delete

Description:
Delete an activation key.

Parameters:

Returns:


Method: disableConfigDeployment

Description:
Disable configuration file deployment for the specified activation key.

Parameters:

Returns:


Method: enableConfigDeployment

Description:
Enable configuration file deployment for the specified activation key.

Parameters:

Returns:


Method: getDetails

Description:
Lookup an activation key's details.

Parameters:

Returns:

Available since: 10.2


Method: listActivatedSystems

Description:
List the systems activated with the key provided.

Parameters:

Returns:


Method: listActivationKeys

Description:
List activation keys that are visible to the user.

Parameters:

Returns:

Available since: 10.2


Method: listConfigChannels

Description:
List configuration channels associated to an activation key.

Parameters:

Returns:


Method: removeChildChannels

Description:
Remove child channels from an activation key.

Parameters:

Returns:


Method: removeConfigChannels

Description:
Remove configuration channels from the given activation keys.

Parameters:

Returns:


Method: removeEntitlements

Description:
Remove entitlements (by label) from an activation key. Currently only add-on entitlements are permitted. ( provisioning_entitled, virtualization_host, virtualization_host_platform)

Parameters:

Returns:


Method: removePackageNames

Description:
Remove package names from an activation key.

Deprecated - being replaced by removePackages(string sessionKey, string key, array[packages])

Parameters:

Returns:

Available since: 10.2


Method: removePackages

Description:
Remove package names from an activation key.

Parameters:

Returns:


Method: removeServerGroups

Description:
Remove server groups from an activation key.

Parameters:

Returns:


Method: setConfigChannels

Description:
Replace the existing set of configuration channels on the given activation keys. Channels are ranked by their order in the array.

Parameters:

Returns:


Method: setDetails

Description:
Update the details of an activation key.

Parameters:

Returns:


Generated on 10/5/2015