summaryrefslogtreecommitdiffstats
path: root/aai-resources/src/test/resources/payloads/relationship/pserver-complex-relationship-list2.json
blob: e9232b7789456c983e1a91d0b94d10886a76dd79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "relationship": [
    {
      "related-to": "complex",
      "relationship-label": "org.onap.relationships.inventory.LocatedIn",
      "related-link": "/aai/%s/cloud-infrastructure/complexes/complex/e13d4587-19ad-4bf5-80f5-c021efb5b61d",
      "relationship-data": [
        {
          "relationship-key": "complex.physical-location-id",
          "relationship-value": "e13d4587-19ad-4bf5-80f5-c021efb5b61d"
        }
      ]
    }
  ]
}