aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-create-vnf-schema-moco.json
blob: 9c4f4c55501b074a2ee56ae0a4197180fa53bc38 (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
[ {
  "request" : {
    "method" : "post",
    "uri" : "/api/vnfpkgm/v1/vnf_packages",
    "headers" : {
      "Accept" : "application/json",
      "Content-Type" : "application/json"
    },
    "json" : {
      "userDefinedData" : {
        "key2" : "value2"
      }
    }
  },
  "response" : {
    "status" : 201,
    "json" : {
      "id" : "763fc4d2-cc90-4534-9c27-460ca30754ff",
      "onboardingState" : "CREATED",
      "operationalState" : "DISABLED",
      "usageState" : "NOT_IN_USE",
      "userDefinedData" : {
        "key2" : "value2"
      },
      "_links" : null
    }
  }
} ]