aboutsummaryrefslogtreecommitdiffstats
path: root/prh-commons/src/test/resources/some_aai_service_instance.json
blob: 318573140c69764d53cf4ebcdc21ec5a847f5ca1 (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
{
  "service-instance-id": "some serviceInstanceId",
  "service-instance-name": "some serviceInstanceName",
  "service-type": "some serviceType",
  "service-role": "some serviceRole",
  "environment-context": "some environmentContext",
  "workload-context": "some workloadContext",
  "created-at": "some createdAt",
  "updated-at": "some updatedAt",
  "description": "some description",
  "model-invariant-id": "some modelInvariantId",
  "model-version-id": "some modelVersionId",
  "persona-model-version": "some personaModelVersion",
  "widget-model-id": "some widgetModelId",
  "widget-model-version": "some widgetModelVersion",
  "bandwidth-total": "some bandwidthTotal",
  "bandwidth-up-wan1": "some bandwidthUpWan1",
  "bandwidth-down-wan1": "some bandwidthDownWan1",
  "bandwidth-up-wan2": "some bandwidthUpWan2",
  "bandwidth-down-wan2": "some bandwidthDownWan2",
  "vhn-portal-url": "some vhnPortalUrl",
  "service-instance-location-id": "some serviceInstanceLocationId",
  "resource-version": "some resourceVersion",
  "selflink": "some selflink",
  "orchestration-status": "some orchestrationStatus",
  "relationship-list": {
    "relationship": [
      {
        "related-to": "some relatedTo",
        "relationship-data": [
          {
            "relationship-key": "some relationshipKey",
            "relationship-value": "some relationshipValue"
          }
        ]
      }
    ]
  }
}