Updated rst doc for clsimulation.rst
[policy/engine.git] / docs / platform / clsimulation.rst
1
2 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
3 .. http://creativecommons.org/licenses/by/4.0
4
5 **********************************************************
6 Control Loop Simulation and Injection of Messages Overview 
7 **********************************************************
8
9 .. contents::
10     :depth: 3
11
12 Telemetry
13 ^^^^^^^^^
14 The username and password for the Telemetry commands are in *${POLCIY_HOME}/config/policy-engine.properties*.
15
16 Injecting messages:
17 -------------------
18
19 To inject messages use the following command.  The injected message will look as if it came in from the specified topic and will be processed accordingly.
20
21 Use the command:
22
23     .. code-block:: bash
24
25         http --verify=no --default-scheme=https -a <userName>:<password> PUT :9696/policy/pdp/engine/topics/sources/ueb/<topic>/events @<onsetFile> Content-Type:"text/plain"
26
27 Alternatively, this command could be used:
28
29     .. code-block:: bash
30
31         curl --insecure --silent --user <userName>:<password> -X PUT --header "Content-Type: text/plain" --data @<onsetFile> https://localhost:9696/policy/pdp/engine/topics/sources/ueb/<topic>/events
32
33 The topic being used is *unauthenticated.DCAE_CL_OUTPUT*, which is subject to change.  The onset file is a file that contains the data to inject as the onset.  The data contained depends on the use case. This is an example for VoLTE:
34
35     .. code-block:: json
36        :caption: VoLTE_Sample_Onset
37
38         {
39             "closedLoopControlName": "ControlLoop-VOLTE-2179b738-fd36-4843-a71a-a8c24c70c55b",
40             "closedLoopAlarmStart": 1484677482204798,
41             "closedLoopEventClient": "DCAE.HolmesInstance",
42             "closedLoopEventStatus": "ONSET",
43             "requestID": "97964e10-686e-4790-8c45-bdfa61df770f",
44             "target_type": "VM",
45             "target": "vserver.vserver-name",
46             "AAI": {
47                 "vserver.is-closed-loop-disabled": "false",
48                 "vserver.vserver-name": "dfw1lb01lb01",
49                 "service-instance.service-instance-id" : "vserver-name-16102016-aai3255-data-11-1",
50                 "generic-vnf.vnf-id" : "vnf-id-16102016-aai3255-data-11-1",
51                 "generic-vnf.vnf-name" : "vnf-name-16102016-aai3255-data-11-1"
52             },
53             "from": "DCAE",
54             "version": "1.0.2"
55         }
56
57 Getting Information 
58 -------------------
59
60 To get the name of the active controller(s), use:
61
62     .. code-block:: bash
63
64         curl --insecure --silent --user <username>:<password> -X GET https://localhost:9696/policy/pdp/engine/controllers | python -m json.tool
65
66 To check the facts currently in memory, use the following command.  There should be 1 each of org.onap.policy.controlloop.PapParams and org.onap.policy.controlloop.Params per policy pushed.
67
68     .. code-block:: bash
69
70         curl --insecure --silent --user <username>:<password> -X GET https://localhost:9696/policy/pdp/engine/controllers/<controllerName>/drools/facts/<artifactId> | python -m json.tool
71
72 To get additional information about the controller, use:
73
74     .. code-block:: bash
75
76         curl --insecure --silent --user <username>:<password> -X GET https://localhost:9696/policy/pdp/engine/controllers/<controllerName> | python -m json.tool
77
78
79 Simulators
80 ^^^^^^^^^^
81
82 Currently, there are 4 supported simulators: A&AI, SO, vFC, and guard.  When they are up, they are accessed via localhost on the following ports: A&AI – 6666, SO – 6667, vFC – 6668, and guard – 6669.  They all respond with hard-coded values representing their various success messages except for with certain inputs.  For the A&AI simulator, if the value being queried with a “GET” query is “getFail” the simulator returns an exception message, if the value being queried in a “GET” query is “disableClosedLoop” the simulator returns a response with the value of “is-closed-loop-disabled” set to true, and if the value being queried in a named query is “error” the response from the simulator is A&AI’s failure message.  The other simulator that can return multiple response is the guard simulator, and that returns a deny response if the closed loop control name passed in is “denyGuard” 
83
84 Using the Simulators
85 --------------------
86
87 To check the status of the simulators, run the command: "*features status*".  If the feature controlloop-utils is enabled, the simulators are being used, otherwise, they are not.
88
89 **Turning on the simulators**
90
91     - First, make sure the controller is off by running the command “*policy stop*”. 
92     - Then turn the feature on with the command “*features enable controlloop-utils*”.  
93     - Finally restart the controller by running “*policy start*”.  
94     - Run “*features status*” again and the *feature controlloop-utils* will be **enabled**.
95
96 **Turning the simulators off**
97
98     - First, make sure the controller is off by running the command “*policy stop*”. 
99     - Then turn the feature off with the command “*features disable controlloop-utils*”.
100     - Finally restart the controller by running “*policy start*”.  
101     - Run “*features status*” again and the *feature controlloop-utils* will be **disabled**.
102
103 **For Junits**
104
105     For Junits, the package *org.onap.policy.simulators* is neeeded.  In the Util class, there are four methods to start the four different simulators: *buildAaiSim()*, *buildSoSim()*, *buildVfcSim()*, and *buildGuardSim()*.  Once the method is called, the simulator should be up and waiting to respond to requests.  To bring down the simulators, call *HttpServletServer.factory.destroy()*.
106
107 Responses
108 ---------
109
110 **A&AI**
111
112     .. code-block:: bash
113        :caption: vnf-GET-response
114
115         {
116          "vnf-id": vnfId, //vnfId will be the vnfId you query on.  If you query on a vnfName, the id will be "error" if the name is "error", "5e49ca06-2972-4532-9ed4-6d071588d792" otherwise
117          "vnf-name": vnfName, //vnfName will be the vnfName you query on.  If you query on a vnfId, the name will be "USUCP0PCOIL0110UJRT01"
118          "vnf-type": "RT",
119          "service-id": "d7bb0a21-66f2-4e6d-87d9-9ef3ced63ae4",
120          "equipment-role": "UCPE",
121          "orchestration-status": "created",
122          "management-option": "ATT",
123          "ipv4-oam-address": "32.40.68.35",
124          "ipv4-loopback0-address": "32.40.64.57",
125          "nm-lan-v6-address": "2001:1890:e00e:fffe::1345",
126          "management-v6-address": "2001:1890:e00e:fffd::36",
127          "in-maint": false,
128          "prov-status":"ACTIVE",
129          "is-closed-loop-disabled": isDisabled, //isDisabled will be true if the vnf name/Id you query on is disableClosedLoop, false otherwise
130          "resource-version": "1493389458092",
131          "relationship-list": {
132           "relationship": [{
133            "related-to": "service-instance",
134            "related-link": "/aai/v11/business/customers/customer/1610_Func_Global_20160817084727/service-subscriptions/service-subscription/uCPE-VMS/service-instances/service-instance/USUCP0PCOIL0110UJZZ01",
135            "relationship-data": [{
136             "relationship-key": "customer.global-customer-id",
137             "relationship-value": "1610_Func_Global_20160817084727"
138            }, {
139             "relationship-key": "service-subscription.service-type",
140             "relationship-value": "uCPE-VMS"
141            }, {
142             "relationship-key": "service-instance.service-instance-id",
143             "relationship-value": "USUCP0PCOIL0110UJZZ01"
144            }],
145            "related-to-property": [{
146             "property-key": "service-instance.service-instance-name"
147            }]
148           }, {
149            "related-to": "vserver",
150            "related-link": "/aai/v11/cloud-infrastructure/cloud-regions/cloud-region/att-aic/AAIAIC25/tenants/tenant/USUCP0PCOIL0110UJZZ01%3A%3AuCPE-VMS/vservers/vserver/3b2558f4-39d8-40e7-bfc7-30660fb52c45",
151            "relationship-data": [{
152             "relationship-key": "cloud-region.cloud-owner",
153             "relationship-value": "att-aic"
154            }, {
155             "relationship-key": "cloud-region.cloud-region-id",
156             "relationship-value": "AAIAIC25"
157            }, {
158             "relationship-key": "tenant.tenant-id",
159             "relationship-value": "USUCP0PCOIL0110UJZZ01::uCPE-VMS"
160            }, {
161             "relationship-key": "vserver.vserver-id",
162             "relationship-value": "3b2558f4-39d8-40e7-bfc7-30660fb52c45"
163            }],
164            "related-to-property": [{
165             "property-key": "vserver.vserver-name",
166             "property-value": "USUCP0PCOIL0110UJZZ01-vsrx"
167            }]
168           }]
169          }
170
171
172     .. code-block:: bash
173        :caption: vnf-GET-fail
174
175         //This is returned if you query on the value "getFail"
176         {
177          "requestError": {
178           "serviceException": {
179            "messageId": "SVC3001",
180            "text": "Resource not found for %1 using id %2 (msg=%3) (ec=%4)",
181            "variables": ["GET", "network/generic-vnfs/generic-vnf/getFail", "Node Not Found:No Node of type generic-vnf found at network/generic-vnfs/generic-vnf/getFail", "ERR.5.4.6114"]
182           }
183          }
184         }
185
186
187     .. code-block:: bash
188        :caption: vserver-GET-response
189
190         {
191          "vserver": [{
192           "vserver-id": "d0668d4f-c25e-4a1b-87c4-83845c01efd8",
193           "vserver-name": vserverName, // The value you query on
194           "vserver-name2": "vjunos0",
195           "vserver-selflink": "https://aai-ext1.test.att.com:8443/aai/v7/cloud-infrastructure/cloud-regions/cloud-region/att-aic/AAIAIC25/tenants/tenant/USMSO1SX7NJ0103UJZZ01%3A%3AuCPE-VMS/vservers/vserver/d0668d4f-c25e-4a1b-87c4-83845c01efd8",
196           "in-maint": false,
197           "is-closed-loop-disabled": isDisabled, // True if the vserverName is "disableClosedLoop", false otherwise
198           "resource-version": "1494001931513",
199           "relationship-list": {
200            "relationship": [{
201             "related-to": "generic-vnf",
202             "related-link": "/aai/v11/network/generic-vnfs/generic-vnf/e1a41e99-4ede-409a-8f9d-b5e12984203a",
203             "relationship-data": [{
204              "relationship-key": "generic-vnf.vnf-id",
205              "relationship-value": "e1a41e99-4ede-409a-8f9d-b5e12984203a"
206             }],
207             "related-to-property": [{
208              "property-key": "generic-vnf.vnf-name",
209              "property-value": "USMSO1SX7NJ0103UJSW01"
210             }]
211            }, {
212             "related-to": "pserver",
213             "related-link": "/aai/v11/cloud-infrastructure/pservers/pserver/USMSO1SX7NJ0103UJZZ01",
214             "relationship-data": [{
215              "relationship-key": "pserver.hostname",
216              "relationship-value": "USMSO1SX7NJ0103UJZZ01"
217             }],
218             "related-to-property": [{
219              "property-key": "pserver.pserver-name2"
220             }]
221            }]
222           }
223          }]
224         }
225
226
227     .. code-block:: bash
228        :caption: vserver-GET-error
229
230         //This is returned if you query on the value "getFail"
231         {
232          "requestError": {
233           "serviceException": {
234            "messageId": "SVC3001",
235            "text": "Resource not found for %1 using id %2 (msg=%3) (ec=%4)",
236            "variables": ["GET", "nodes/vservers", "Node Not Found:No Node of type generic-vnf found at nodes/vservers", "ERR.5.4.6114"]
237           }
238          }
239         }
240
241
242     .. code-block:: bash
243        :caption: vnf-NamedQuery-response
244
245         {
246           "inventory-response-item": [
247             {
248               "model-name": "service-instance",
249               "generic-vnf": {
250                 "vnf-id": "vnfId",  //vnfId will be the vnfId you query on
251                 "vnf-name": "ZRDM2MMEX39",
252                 "vnf-type": "vMME Svc Jul 14/vMME VF Jul 14 1",
253                 "service-id": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
254                 "prov-status": "ACTIVE",
255                 "in-maint": false,
256                 "is-closed-loop-disabled": false,
257                 "resource-version": "1503082370097",
258                 "model-invariant-id": "82194af1-3c2c-485a-8f44-420e22a9eaa4",
259                 "model-version-id": "46b92144-923a-4d20-b85a-3cbd847668a9"
260               },
261               "extra-properties": {
262                 "extra-property": []
263               },
264               "inventory-response-items": {
265                 "inventory-response-item": [
266                   {
267                     "model-name": "service-instance",
268                     "service-instance": {
269                       "service-instance-id": "37b8cdb7-94eb-468f-a0c2-4e3c3546578e",
270                       "service-instance-name": "Changed Service Instance NAME",
271                       "resource-version": "1503082993532",
272                       "model-invariant-id": "82194af1-3c2c-485a-8f44-420e22a9eaa4",
273                       "model-version-id": "46b92144-923a-4d20-b85a-3cbd847668a9"
274                     },
275                     "extra-properties": {
276                       "extra-property": []
277                     },
278                     "inventory-response-items": {
279                       "inventory-response-item": [
280                         {
281                           "model-name": "pnf",
282                           "generic-vnf": {
283                             "vnf-id": "pnfVnfId",   // pnfVnfId is UUID generated from ${pnfVnfName}
284                             "vnf-name": "pnfVnfName",   // pnfVnfName is pnf-test-${vnfId}
285                             "vnf-type": "vMME Svc Jul 14/vMME VF Jul 14 1",
286                             "service-id": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
287                             "in-maint": false,
288                             "is-closed-loop-disabled": false,
289                             "resource-version": "1504013830207",
290                             "model-invariant-id": "862b25a1-262a-4961-bdaa-cdc55d69785a",
291                             "model-version-id": "e9f1fa7d-c839-418a-9601-03dc0d2ad687"
292                           },
293                           "extra-properties": {
294                             "extra-property": []
295                           }
296                         },
297                         {
298                           "model-name": "service-instance",
299                           "generic-vnf": {
300                             "vnf-id": "serviceInstanceVnfId",   // serviceInstanceVnfId is UUID generated from ${serviceInstanceVnfName}
301                             "vnf-name": "serviceInstanceVnfName",   // serviceInstanceVnfName is service-instance-test-${vnfId}
302                             "vnf-type": "vMME Svc Jul 14/vMME VF Jul 14 1",
303                             "service-id": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
304                             "in-maint": false,
305                             "is-closed-loop-disabled": false,
306                             "resource-version": "1504014833841",
307                             "model-invariant-id": "Eace933104d443b496b8.nodes.heat.vpg",
308                             "model-version-id": "46b92144-923a-4d20-b85a-3cbd847668a9"
309                           },
310                           "extra-properties": {
311                             "extra-property": []
312                           }
313                         }
314                       ]
315                     }
316                   }
317                 ]
318               }
319             }
320           ]
321         }
322
323
324     .. code-block:: bash
325        :caption: vserver-NamedQuery-response
326
327         {
328           "inventory-response-item": [
329             {
330               "vserver": {
331                 "vserver-id": "6ed3642c-f7a1-4a7c-9290-3d51fe1531eb",
332                 "vserver-name": "zdfw1lb01lb02",
333                 "vserver-name2": "zdfw1lb01lb02",
334                 "prov-status": "ACTIVE",
335                 "vserver-selflink": "http://10.12.25.2:8774/v2.1/41d6d38489bd40b09ea8a6b6b852dcbd/servers/6ed3642c-f7a1-4a7c-9290-3d51fe1531eb",
336                 "in-maint": false,
337                 "is-closed-loop-disabled": false,
338                 "resource-version": "1510606403522"
339               },
340               "extra-properties": {
341                 "extra-property": []
342               },
343               "inventory-response-items": {
344                 "inventory-response-item": [
345                   {
346                     "model-name": "vLoadBalancer",
347                     "generic-vnf": {
348                       "vnf-id": "db373a8d-f7be-4d02-8ac8-6ca4c305d144",
349                       "vnf-name": "Vfmodule_vLB1113",
350                       "vnf-type": "vLoadBalancer-1106/vLoadBalancer 0",
351                       "service-id": "66f157fc-4148-4880-95f5-e120677e98d1",
352                       "prov-status": "PREPROV",
353                       "in-maint": false,
354                       "is-closed-loop-disabled": false,
355                       "resource-version": "1510604011851",
356                       "model-invariant-id": "cee050ed-92a5-494f-ab04-234307a846dc",
357                       "model-version-id": "fd65becc-6b2c-4fe8-ace9-cc29db9a3da2"
358                     },
359                     "extra-properties": {
360                       "extra-property": [
361                         {
362                           "property-name": "model-ver.model-version-id",
363                           "property-value": "fd65becc-6b2c-4fe8-ace9-cc29db9a3da2"
364                         },
365                         {
366                           "property-name": "model-ver.model-name",
367                           "property-value": "vLoadBalancer"
368                         },
369                         {
370                           "property-name": "model.model-type",
371                           "property-value": "resource"
372                         },
373                         {
374                           "property-name": "model.model-invariant-id",
375                           "property-value": "cee050ed-92a5-494f-ab04-234307a846dc"
376                         },
377                         {
378                           "property-name": "model-ver.model-version",
379                           "property-value": "1.0"
380                         }
381                       ]
382                     },
383                     "inventory-response-items": {
384                       "inventory-response-item": [
385                         {
386                           "model-name": "vLoadBalancer-1106",
387                           "service-instance": {
388                             "service-instance-id": "3b12f31f-8f2d-4f5c-b875-61ff1194b941",
389                             "service-instance-name": "vLoadBalancer-1113",
390                             "resource-version": "1510603936425",
391                             "model-invariant-id": "1321d60d-f7ff-4300-96c2-6bf0b3268b7a",
392                             "model-version-id": "732d4692-4b97-46f9-a996-0b3339e88c50"
393                           },
394                           "extra-properties": {
395                             "extra-property": [
396                               {
397                                 "property-name": "model-ver.model-version-id",
398                                 "property-value": "732d4692-4b97-46f9-a996-0b3339e88c50"
399                               },
400                               {
401                                 "property-name": "model-ver.model-name",
402                                 "property-value": "vLoadBalancer-1106"
403                               },
404                               {
405                                 "property-name": "model.model-type",
406                                 "property-value": "service"
407                               },
408                               {
409                                 "property-name": "model.model-invariant-id",
410                                 "property-value": "1321d60d-f7ff-4300-96c2-6bf0b3268b7a"
411                               },
412                               {
413                                 "property-name": "model-ver.model-version",
414                                 "property-value": "1.0"
415                               }
416                             ]
417                           }
418                         },
419                         {
420                           "model-name": "Vloadbalancer..base_vlb..module-0",
421                           "vf-module": {
422                             "vf-module-id": "e6b3e3eb-34e1-4c00-b8c1-2a4fbe479b12",
423                             "vf-module-name": "Vfmodule_vLB1113-1",
424                             "heat-stack-id": "Vfmodule_vLB1113-1/3dd6d900-772f-4fcc-a0cb-e250ab2bb4db",
425                             "orchestration-status": "active",
426                             "is-base-vf-module": true,
427                             "resource-version": "1510604612557",
428                             "model-invariant-id": "6d760188-9a24-451a-b05b-e08b86cb94f2",
429                             "model-version-id": "93facad9-55f2-4fe0-9574-814c2bc2d071"
430                           },
431                           "extra-properties": {
432                             "extra-property": [
433                               {
434                                 "property-name": "model-ver.model-version-id",
435                                 "property-value": "93facad9-55f2-4fe0-9574-814c2bc2d071"
436                               },
437                               {
438                                 "property-name": "model-ver.model-name",
439                                 "property-value": "Vloadbalancer..base_vlb..module-0"
440                               },
441                               {
442                                 "property-name": "model.model-type",
443                                 "property-value": "resource"
444                               },
445                               {
446                                 "property-name": "model.model-invariant-id",
447                                 "property-value": "6d760188-9a24-451a-b05b-e08b86cb94f2"
448                               },
449                               {
450                                 "property-name": "model-ver.model-version",
451                                 "property-value": "1"
452                               }
453                             ]
454                           }
455                         },
456                         {
457                           "model-name": "Vloadbalancer..dnsscaling..module-1",
458                           "vf-module": {
459                             "vf-module-id": "dummy_db373a8d-f7be-4d02-8ac8-6ca4c305d144",
460                             "vf-module-name": "dummy_db373a8d-f7be-4d02-8ac8-6ca4c305d144",
461                             "is-base-vf-module": false,
462                             "resource-version": "1510610079687",
463                             "model-invariant-id": "356a1cff-71f2-4086-9980-a2927ce11c1c",
464                             "model-version-id": "6b93d804-cfc8-4be3-92cc-9336d135859a"
465                           },
466                           "extra-properties": {
467                             "extra-property": [
468                               {
469                                 "property-name": "model-ver.model-version-id",
470                                 "property-value": "6b93d804-cfc8-4be3-92cc-9336d135859a"
471                               },
472                               {
473                                 "property-name": "model-ver.model-name",
474                                 "property-value": "Vloadbalancer..dnsscaling..module-1"
475                               },
476                               {
477                                 "property-name": "model.model-type",
478                                 "property-value": "resource"
479                               },
480                               {
481                                 "property-name": "model.model-invariant-id",
482                                 "property-value": "356a1cff-71f2-4086-9980-a2927ce11c1c"
483                               },
484                               {
485                                 "property-name": "model-ver.model-version",
486                                 "property-value": "1"
487                               }
488                             ]
489                           }
490                         },
491                         {
492                           "model-name": "Vloadbalancer..dnsscaling..module-1",
493                           "vf-module": {
494                             "vf-module-id": "my_module_db373a8d-f7be-4d02-8ac8-6ca4c305d144",
495                             "vf-module-name": "my_module_1",
496                             "is-base-vf-module": false,
497                             "resource-version": "1510610079687",
498                             "model-invariant-id": "356a1cff-71f2-4086-9980-a2927ce11c1c",
499                             "model-version-id": "6b93d804-cfc8-4be3-92cc-9336d135859a"
500                           },
501                           "extra-properties": {
502                             "extra-property": [
503                               {
504                                 "property-name": "model-ver.model-version-id",
505                                 "property-value": "6b93d804-cfc8-4be3-92cc-9336d135859a"
506                               },
507                               {
508                                 "property-name": "model-ver.model-name",
509                                 "property-value": "Vloadbalancer..dnsscaling..module-1"
510                               },
511                               {
512                                 "property-name": "model.model-type",
513                                 "property-value": "resource"
514                               },
515                               {
516                                 "property-name": "model.model-invariant-id",
517                                 "property-value": "356a1cff-71f2-4086-9980-a2927ce11c1c"
518                               },
519                               {
520                                 "property-name": "model-ver.model-version",
521                                 "property-value": "1"
522                               }
523                             ]
524                           }
525                         },
526                         {
527                           "model-name": "Vloadbalancer..dnsscaling..module-1",
528                           "vf-module": {
529                             "vf-module-id": "my_module_db373a8d-f7be-4d02-8ac8-6ca4c305d144",
530                             "vf-module-name": "my_module_2",
531                             "is-base-vf-module": false,
532                             "resource-version": "1510610079687",
533                             "model-invariant-id": "356a1cff-71f2-4086-9980-a2927ce11c1c",
534                             "model-version-id": "6b93d804-cfc8-4be3-92cc-9336d135859a"
535                           },
536                           "extra-properties": {
537                             "extra-property": [
538                               {
539                                 "property-name": "model-ver.model-version-id",
540                                 "property-value": "6b93d804-cfc8-4be3-92cc-9336d135859a"
541                               },
542                               {
543                                 "property-name": "model-ver.model-name",
544                                 "property-value": "Vloadbalancer..dnsscaling..module-1"
545                               },
546                               {
547                                 "property-name": "model.model-type",
548                                 "property-value": "resource"
549                               },
550                               {
551                                 "property-name": "model.model-invariant-id",
552                                 "property-value": "356a1cff-71f2-4086-9980-a2927ce11c1c"
553                               },
554                               {
555                                 "property-name": "model-ver.model-version",
556                                 "property-value": "1"
557                               }
558                             ]
559                           }
560                         }
561                       ]
562                     }
563                   },
564                   {
565                     "tenant": {
566                       "tenant-id": "41d6d38489bd40b09ea8a6b6b852dcbd",
567                       "tenant-name": "Integration-SB-00",
568                       "resource-version": "1509587770200"
569                     },
570                     "extra-properties": {
571                       "extra-property": []
572                     },
573                     "inventory-response-items": {
574                       "inventory-response-item": [
575                         {
576                           "cloud-region": {
577                             "cloud-owner": "CloudOwner",
578                             "cloud-region-id": "RegionOne",
579                             "cloud-region-version": "v1",
580                             "resource-version": "1509587770092"
581                           },
582                           "extra-properties": {
583                             "extra-property": []
584                           }
585                         }
586                       ]
587                     }
588                   }
589                 ]
590               }
591             }
592           ]
593         }
594         
595
596     .. code-block:: bash
597        :caption: NamedQuery-error
598
599         // This is returned if you query the value "error"
600         {
601          "requestError": {
602           "serviceException": {
603            "messageId": "SVC3001",
604            "text": "Resource not found for %1 using id %2 (msg=%3) (ec=%4)",
605            "variables": ["POST Search", "getNamedQueryResponse", "Node Not Found:No Node of type generic-vnf found for properties", "ERR.5.4.6114"]
606           }
607          }
608         }
609
610
611 **SO**
612
613     .. code-block:: bash
614        :caption: SO-response
615
616         {
617          "requestReferences": {
618           "requestId":"3e074e0e-5468-48f2-9226-51039d30fe5d"    // randomly generated UUID
619           },
620           "request": {
621            "requestId":"a8f58372-aab2-45b8-9d36-c7a42e701c29",  // randomly generated UUID
622            "requestStatus": {
623             "percentProgress":0,
624             "requestState":"COMPLETE",
625             "wasRolledBack":false
626            }
627           }
628          }
629         }
630
631
632
633 **vFC**
634
635     .. code-block:: bash
636        :caption: vFC-POST-response
637
638         {
639          "jobId": "1"
640         }
641
642
643     .. code-block:: bash
644        :caption: vFC-GET-response
645
646         {
647          "jobId": jobId, //The jod id that you query
648          "responseDescriptor": {
649           "progress": "40",
650           "status": "finished",
651           "statusDescription": "OMC VMs are decommissioned in VIM",
652           "errorCode": null,
653           "responseId": 101,
654           "responseHistoryList": [{
655            "progress": "40",
656            "status": "proccessing",
657            "statusDescription": "OMC VMs are decommissioned in VIM",
658            "errorCode": null,
659            "responseId": "1"
660           }, {
661            "progress": "41",
662            "status": "proccessing",
663            "statusDescription": "OMC VMs are decommissioned in VIM",
664            "errorCode": null,
665            "responseId": "2"
666           }]
667          }
668         }
669
670
671 **GUARD**
672
673     .. code-block:: bash
674        :caption: permit-response
675
676         {
677          "decision": "PERMIT",
678          "details": "Decision Permit. OK!"
679         }
680
681
682     .. code-block:: bash
683        :caption: deny-response
684
685         //This is returned if the closed loop name is denyGuard
686         {
687          "decision": "DENY",
688          "details": "Decision Deny. You asked for it"
689         }
690
691
692 End of Document
693
694 .. SSNote: Wiki page ref.  https://wiki.onap.org/display/DW/Control+Loop+Simulation+and+Injection+of+Messages+Overview
695