aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/resources/registration_to_simulator/add_subinterface/get_sdc_catalog_services_vid-test-444.json
blob: 40fdc09b64c69f57e51908aa7ef60ded7487c248 (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/v./catalog/services/6bce7302-70bd-4057-b48e-8d5b99e686ca/toscaModel"
    },
    "simulatorResponse": {
      "responseCode": 200,
      "file": "service-VdbeSrv-csar.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-VdbeSrv-csar.zip",
        "category": "VIRTUAL USP",
        "lifecycleState": "CERTIFIED",
        "lastUpdaterUserId": "rg276b",
        "lastUpdaterFullName": null,
        "distributionStatus": "DISTRIBUTED",
        "artifacts": null,
        "resources": null
      }
    }
  }
]