[CCSDK-6] Populate seed code
[ccsdk/sli/plugins.git] / restapi-call-node / provider / src / test / resources / test-template.json
1 /*-
2  * ============LICENSE_START=======================================================
3  * openECOMP : SDN-C
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property. All rights
6  *                                              reserved.
7  * ================================================================================
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  * 
12  *      http://www.apache.org/licenses/LICENSE-2.0
13  * 
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  * ============LICENSE_END=========================================================
20  */
21
22 {
23   "sdn-circuit-request": [
24     ${repeat:tmp.sdn-circuit-req-row_length:
25     {
26         "request-id": ${tmp.sdn-circuit-req-row[${1}].request-id},
27         "source-uid": ${tmp.sdn-circuit-req-row[${1}].source-uid},
28         "action": ${tmp.sdn-circuit-req-row[${1}].action},
29         "request-timestamp": ${tmp.sdn-circuit-req-row[${1}].request-timestamp},
30         "update-timestamp": ${tmp.sdn-circuit-req-row[${1}].update-timestamp},
31         "request-status": ${tmp.sdn-circuit-req-row[${1}].request-status},
32         "processing-status": ${tmp.sdn-circuit-req-row[${1}].processing-status},
33         "reason-code": ${tmp.sdn-circuit-req-row[${1}].reason-code},
34         "reason-message": ${tmp.sdn-circuit-req-row[${1}].reason-message},
35         "customer-code": ${tmp.sdn-circuit-req-row[${1}].customer-code},
36         "bundle-id": ${tmp.sdn-circuit-req-row[${1}].bundle-id},
37         "router-name-1": ${tmp.sdn-circuit-req-row[${1}].router-name-1},
38         "tail-clfi-1": ${tmp.sdn-circuit-req-row[${1}].tail-clfi-1},
39         "srg-1": ${tmp.sdn-circuit-req-row[${1}].srg-1},
40         "router-name-2": ${tmp.sdn-circuit-req-row[${1}].router-name-2},
41         "tail-clfi-2": ${tmp.sdn-circuit-req-row[${1}].tail-clfi-2},
42         "srg-2": ${tmp.sdn-circuit-req-row[${1}].srg-2},
43         "facility-speed": ${tmp.sdn-circuit-req-row[${1}].facility-speed},
44         "facility-speed-units": ${tmp.sdn-circuit-req-row[${1}].facility-speed-units},
45         "facility-type": ${tmp.sdn-circuit-req-row[${1}].facility-type},
46         "service-clfi": ${tmp.sdn-circuit-req-row[${1}].service-clfi},
47         "clci": ${tmp.sdn-circuit-req-row[${1}].clci},
48         "wavelength-purpose": ${tmp.sdn-circuit-req-row[${1}].wavelength-purpose},
49         "activate-setting": ${tmp.sdn-circuit-req-row[${1}].activate-setting},
50         "apply-date": ${tmp.sdn-circuit-req-row[${1}].apply-date},
51         "run-id": ${tmp.sdn-circuit-req-row[${1}].run-id},
52         "hostname": ${tmp.sdn-circuit-req-row[${1}].hostname},
53         "algo-request-reason": ${tmp.sdn-circuit-req-row[${1}].algo-request-reason}
54     },
55    }
56    ]
57 }