aboutsummaryrefslogtreecommitdiffstats
path: root/vid-ext-services-simulator/src/main/resources/preset_registration/SI-test-fabric-conf/get_sdc_catalog_services_fabric_conf.json
blob: 4ce461212a5729acbe6d308899932843c7e92bd0 (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/12344bb4-a416-4b4e-997e-0059973630b9/toscaModel"
    },
    "simulatorResponse": {
      "responseCode": 200,
      "file": "service-fabric-configuration.zip"
    }
  },
  {
    "simulatorRequest": {
      "method": "GET",
      "path": "/sdc/v1/catalog/services/12344bb4-a416-4b4e-997e-0059973630b9/metadata"
    },
    "simulatorResponse": {
      "responseCode": 200,
      "responseHeaders": {
        "Content-Type": "application/json"
      },
      "body": {
        "uuid": "12344bb4-a416-4b4e-997e-0059973630b9",
        "invariantUUID": "12343f9e-3244-4d8f-a8e0-0e5d7a29eda9",
        "name": "PASQUALE vMX vPE_BV Service 488",
        "version": "1.0",
        "toscaModelURL": "./service-fabric-configuration.zip",
        "category": "Emanuel",
        "lifecycleState": "CERTIFIED",
        "lastUpdaterUserId": "rg276b",
        "lastUpdaterFullName": null,
        "distributionStatus": "DISTRIBUTED",
        "artifacts": null,
        "resources": null
      }
    }
  }
]