/status/app/licensing/dossier

Use

Use the show licensing dossier command or the /status/app/licensing/dossier node to generate a dossier after entering your registration key, then use the dossier at https://activate.f5.com to activate your license. The system generates a new dossier each time you run the command or access the node.

Data Key

The data key contains the encrypted dossier.

Data Type

string

Default Data Value

“”

Request Methods

GET

Examples

GET

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/app/licensing/dossier

GET Response

{"/status/app/licensing/dossier": {"data": "",
                                    "default": False,
                                    "defaultAllowed": False,
                                    "deleteAllowed": False,
                                    "numChildren": 0,
                                    "type": "string"},
 "httpResponseCode": 200,
 "recurse": False,
 "requestPath": "/status/app/licensing/dossier"}
  1. /status/app/licensing/dossier 1. Data Key
    1. Data Type
    2. Default Data Value 2. Request Methods 3. Related 4. Examples