Skip to content

Add license installation #1483

@drenout

Description

@drenout

Add license installation command similar to the revoking the license:

Code snippet for the revoking the license:

mgnt = ManagementRoot(bigip_mgnt, user, pass)
mgnt.tm.sys.license.exec_cmd('revoke')`

Code snippet for the license installation:

mgnt = ManagementRoot(bigip_mgnt, user, pass)
mgnt.tm.sys.license.exec_cmd('install', registrationKey=regkey)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions