aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-archive-schema-dublin-moco.json
blob: 89d73567adeb3139219a933a9076c963412405e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[ {
  "request" : {
    "method" : "put",
    "uri" : "/onboarding-api/v1.0/items/d572f583bf224b4c93b99105cd35b0a9/actions",
    "headers" : {
      "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "USER_ID" : "cs0008",
      "X-TransactionId" : "req-6dcbc225-6079-4003-849f-2a848005788f",
      "Content-Type" : "application/json"
    },
    "json" : {
      "action" : "ARCHIVE"
    }
  },
  "response" : {
    "status" : 200,
    "json" : { }
  }
} ]