aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-create-ns-schema-moco.json
blob: 5bbc26139089c5e2eae7efd83af3c1169f4873f1 (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/nsd/v1/ns_descriptors",
    "headers" : {
      "Accept" : "application/json",
      "Content-Type" : "application/json"
    },
    "json" : {
      "userDefinedData" : {
        "key1" : "value1"
      }
    }
  },
  "response" : {
    "status" : 201,
    "json" : {
      "id" : "cb847c7f-8c35-4b11-a42d-9535c512e08e",
      "nsdOnboardingState" : "CREATED",
      "nsdOperationalState" : "DISABLED",
      "nsdUsageState" : "NOT_IN_USE",
      "userDefinedData" : {
        "key1" : "value1"
      },
      "_links" : null
    }
  }
} ]