aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/resources/registration_to_simulator/add_subinterface/get_sdc_catalog_services_vid-test-333.json
blob: d55471fdebf747651f178930e7c2b9220d4a1e76 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
  {
    "simulatorRequest": {
      "method": "GET",
      "path": "/sdc/v./catalog/services/6bce7302-70bd-4057-b48e-8d5b99e686ca/toscaModel"
    },
    "simulatorResponse": {
      "responseCode": 200,
      "file": "service-vDOROTHEASrv-csar.zip"
    }
  },
  {
    "simulatorRequest": {
      "method": "GET",
      "path": "/sdc/v./catalog/services/6bce7302-70bd-4057-b48e-8d5b99e686cb/toscaModel"
    },
    "simulatorResponse": {
      "responseCode": 200,
      "file": "service-vDOROTHEASrv-csar_ecomp_false6.zip"
    }
  },
  {
    "simulatorRequest": {
      "method": "GET",
      "path": "/sdc/v1/catalog/services/6bce7302-70bd-4057-b48e-8d5b99e686ca/metadata"
    },
    "simulatorResponse": {
      "responseCode": 200,
      "responseHeaders": {
        "Content-Type": "application/json"
      },
      "body": {
        "uuid": "6bce7302-70bd-4057-b48e-8d5b99e686ca",
        "invariantUUID": "709d1be4-9a3f-4a29-8c4d-a20465e808a3",
        "name": "Demo Service",
        "version": "1.0",
        "toscaModelURL": "./service-vDOROTHEASrv-csar.zip",
        "category": "TYLER SILVIA",
        "lifecycleState": "CERTIFIED",
        "lastUpdaterUserId": "rg276b",
        "lastUpdaterFullName": null,
        "distributionStatus": "DISTRIBUTED",
        "artifacts": null,
        "resources": null
      }
    }
  },
  {
    "simulatorRequest": {
      "method": "GET",
      "path": "/sdc/v1/catalog/services/6bce7302-70bd-4057-b48e-8d5b99e686cb/metadata"
    },
    "simulatorResponse": {
      "responseCode": 200,
      "responseHeaders": {
        "Content-Type": "application/json"
      },
      "body": {
        "uuid": "6bce7302-70bd-4057-b48e-8d5b99e686cb",
        "invariantUUID": "709d1be4-9a3f-4a29-8c4d-a20465e808a3",
        "name": "Demo Service",
        "version": "1.0",
        "toscaModelURL": "./service-vDOROTHEASrv-csar_ecomp_false6.zip",
        "category": "TYLER SILVIA",
        "lifecycleState": "CERTIFIED",
        "lastUpdaterUserId": "rg276b",
        "lastUpdaterFullName": null,
        "distributionStatus": "DISTRIBUTED",
        "artifacts": null,
        "resources": null
      }
    }
  }
]