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