push addional code
[sdc.git] / openecomp-be / tools / build / scripts / action_library_client / test / scenarios / Copy_image.json
1 {
2       "name": "Copy_image",
3       "displayName": "Copy_image",
4       "description": "MCAP Copy Image",
5       "vendorList": ["BROCADE"],
6       "categoryList": ["Upgrade"],
7       "endpointURI": "engine-rest/process-definition/key/Copy_image/start",
8       "supportedModels": [{
9             "versionID": "AA56B177-9383-4934-8543-0F91A7A04971",
10             "versionInvariantUUID": "CC87B177-9383-4934-8543-0F91A7A07193",
11             "name": "vCE",
12             "version": "2.1",
13             "category": "cpe"
14       }],
15       "supportedComponents": [{
16             "ID": "BB47B177-9383-4934-8543-0F91A7A06448",
17             "componentName": "appc"
18       }],
19       "inputParameters": [{
20             "name": "VNF_NAME",
21             "description": "VNF name",
22             "type": "STRING",
23             "max-length": "50",
24             "optional": true,
25             "allowed_values": ["string1", "string2"]
26       }],
27       "outputParameters": [{
28             "name": "STATUS",
29             "defaultValue": "Default Value",
30             "type": "STRING",
31             "description": "The status of execution"
32       }],
33       "operationalData": {
34             "outageDuration": "0",
35             "approxDuration": "5",
36             "staticFields": {},
37             "updatableFields": {}
38       },
39       "serverList": [{
40             "name": "appcserver",
41             "hostName": "cm-server1.client.com",
42             "port": "666"
43       }],
44       "updatedBy": "AUTHusername"
45 }