aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCoreBPMN/src/test/resources/json-examples/OofExample.json
blob: 127748a5e82f5a3d2e5910b05271caa21bb7f73d (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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
  "requestStatus":"completed",
  "statusMessage":"",
  "solutions":{
    "placementSolutions":[
      [
        {
          "serviceResourceId":"78976677-bca7-446a-8b31-52b83e9aa925",
          "resourceModuleName":"7400fd06C75f4a44A68f",
          "solution":{
            "identifierType":"cloudRegionId",
            "cloudOwner":"HPA-cloud",
            "identifiers":[
              "Cloud-region3"
            ]
          },
          "assignmentInfo":[
            {
              "value":"false",
              "key":"isRehome"
            },
            {
              "value":"att_aic",
              "key":"locationType"
            },
            {
              "value":"Cloud-region3",
              "key":"locationId"
            },
            {
              "value":{
                "directives":[
                  {
                    "directives":[
                      {
                        "attributes":[
                          {
                            "attribute_value":"Flavor31",
                            "attribute_name":"label_1"
                          }
                        ],
                        "type":"flavor_directives"
                      },
                      {
                        "attributes":[
                          {
                            "attribute_value":"direct",
                            "attribute_name":"oof_returned_vnic_type_for_firewall_protected"
                          }
                        ],
                        "type":"sriovNICNetwork_directives"
                      }
                    ],
                    "type":"vnfc",
                    "id":"vfw_1"
                  },
                  {
                    "directives":[
                      {
                        "attributes":[
                          {
                            "attribute_value":"Flavor32",
                            "attribute_name":"label_2"
                          }
                        ],
                        "type":"flavor_directives"
                      }
                    ],
                    "type":"vnfc",
                    "id":"vfw_2"
                  },
                  {
                    "directives":[
                      {
                        "attributes":[
                          {
                            "attribute_value":"Flavor32",
                            "attribute_name":"label_3"
                          }
                        ],
                        "type":"flavor_directives"
                      }
                    ],
                    "type":"vnfc",
                    "id":"vfw_3"
                  }
                ]
              },
              "key":"oof_directives"
            },
            {
              "value":"DLLSTX233",
              "key":"cloudClli"
            },
            {
              "value":"75919",
              "key":"aic_version"
            },
            {
              "value":"HPA-cloud",
              "key":"cloudOwner"
            }
          ]
        }
      ]
    ]
  },
  "transactionId":"",
  "requestId":"05da4f90-15f7-4128-8ac4-e06dc3cc06f9"
}