aboutsummaryrefslogtreecommitdiffstats
path: root/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/get_sdc_catalog_services_83d587e1.json
blob: ca94ed1fb03f00ea74c6ccd300922c36fbf59ccd (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
37
38
[
  {
    "simulatorRequest": {
      "method": "GET",
      "path": "/sdc/v1/catalog/services/83d587e1-742d-4cb0-b087-3963b012dfe3/toscaModel"
    },
    "simulatorResponse": {
      "responseCode": 200,
      "file": "csar15782222_instantiationTypeMacroWithPnf.zip"
    }
  },
  {
    "simulatorRequest": {
      "method": "GET",
      "path": "/sdc/v1/catalog/services/83d587e1-742d-4cb0-b087-3963b012dfe3/metadata"
    },
    "simulatorResponse": {
      "responseCode": 200,
      "responseHeaders": {
        "Content-Type": "application/json"
      },
      "body": {
        "uuid": "83d587e1-742d-4cb0-b087-3963b012dfe3",
        "invariantUUID": "any-id",
        "name": "test-pnf",
        "version": "1.0",
        "toscaModelURL": "./csar15782222_instantiationTypeMacroWithPnf.zip",
        "category": "Emanuel",
        "lifecycleState": "CERTIFIED",
        "lastUpdaterUserId": "rg276b",
        "lastUpdaterFullName": null,
        "distributionStatus": "DISTRIBUTED",
        "artifacts": null,
        "resources": null
      }
    }
  }
]