1 open_cli_schema_version: 1.0
 
   3 description: Create Entitlement Pool
 
  13     description: Entitlement Pool name
 
  18   - name: license-model-id
 
  19     description: License Model ID
 
  22     long_option: license-model-id
 
  24   - name: ep-description
 
  25     description: Description for Entitlement Pool
 
  28     long_option: ep-description
 
  30   - name: threshold-value
 
  31     description: threshold
 
  34     long_option: threshold-value
 
  36   - name: threshold-unit
 
  37     description: threshold
 
  40     long_option: threshold-unit
 
  42   - name: entitlement-metric
 
  43     description: Entitlement Metric
 
  46     long_option: entitlement-metric
 
  48   - name: aggregation-function
 
  49     description: Aggregation Function
 
  52     long_option: aggregation-function
 
  54   - name: operational-scope
 
  55     description: Operational Scope
 
  58     long_option: operational-scope
 
  60   - name: reference-number
 
  61     description: Reference Number
 
  64     long_option: reference-number
 
  72       description: Entitlement Pool ID
 
  77     uri: /onboarding-api/v1.0/vendor-license-models/${license-model-id}/entitlement-pools
 
  79     body: '{"name": "${ep-name}", "description": "${ep-description}",  "thresholdValue": "${threshold-value}", "thresholdUnits": "${threshold-unit}", "entitlementMetric":{"choice": "${entitlement-metric}","other": ""}, "increments": "robot", "aggregationFunction":{"choice": "${aggregation-function}","other": ""}, "operationalScope":{"choices":["${operational-scope}"], "other":""},"time":{"choice": "Hour", "other":""}, "manufacturerReferenceNumber":"${reference-number}"}'
 
  85     body: '{"value":"2DEB6CB4B082415BB7A697C9CD1273BA"}'