aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sdc/src/test/resources/onap-cli-sample/license-entitlement-pool-show-schema-moco.json
blob: 02b068753e43e821155453531d437430d0992614 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[{
  "requesN" :
    {
      "method" : "get",
      "uri" : "onboarding-api/v1.0/vendor-license-models/4904E77EC4EF4CB18083E8ED7D283585/entitlement-pools/840FFB495CAA46A6B720E3D734D52C66",
      "headers" : {
          "USER_ID": "cs0008",
          "content-type" : "application/json"
      }
    },
  "response" :{
    "json" : {
        "name": "demo-ep",
        "description": "demo ep desc",
        "thresholdValue": 99,
        "thresholdUnits": "Absolute",
        "entitlementMetric": {
            "choice": "CPU"
        },
        "increments": "robot",
        "aggregationFunction": {
            "choice": "Peak"
        },
        "operationalScope": {
            "choices": [
                "Availability_Zone"
            ]
        },
        "time": {
            "choice": "Hour"
        },
        "manufacturerReferenceNumber": "robot12345",
        "id": "840FFB495CAA46A6B720E3D734D52C66",
        "referencingFeatureGroups": []
    }}
}]