1 open_cli_schema_version: 1.0
 
   2 name: license-key-group-create
 
   3 description: Create License Key Group
 
  12   - name: license-model-id
 
  13     description: License Model Id
 
  16     long_option: license-model-id
 
  25     description: type of group (Universal, unique, one-time)
 
  31     description: Description for License Key Group
 
  34     long_option: description
 
  36   - name: operational-scope
 
  37     description: Operational Scope
 
  39     long_option: operational-scope
 
  45       description: License Model ID
 
  50     uri: /onboarding-api/v1.0/vendor-license-models/${license-model-id}/versions/0.1/license-key-groups
 
  52     body: '{"description": "${description}","name": "${name}","operationalScope": {"choices": ["${operational-scope}"],"other": ""},"type": "${type}"}'