aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/sdc/templates/add_artifact_to_vf.json.j2
blob: 2b0446ce0e0bd77f31d900e56ab533b889b9a08e (plain)
1
2
3
4
5
6
7
8
9
{
  "artifactGroupType": "DEPLOYMENT",
  "artifactName": "{{artifact_name}}",
  "artifactLabel": "{{artifact_label}}",
  "artifactType": "{{artifact_type}}",
  "description": "test",
  "payloadData": "{{b64_artifact}}",
  "heatParameters": []
}