aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/onap_client/etc/payloads/so_delete_module.jinja
blob: f97ce10d9ab73d778f3723f46a7c135cbe4e2013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 {
  "requestDetails": {
    "requestInfo": {
      "source": "VID",
      "requestorId": "cs0008"
    },
    "modelInfo": {
      "modelType": "vfModule",
      "modelInvariantId": "{{module_invariant_id}}",
      "modelName": "{{module_name}}",
      "modelVersion": "{{module_version}}"
    },
    "requestParameters": {
      "testApi": "{{api_type}}"
    },
    "cloudConfiguration": {
      "lcpCloudRegionId": "{{cloud_region}}",
      "tenantId": "{{tenant_id}}",
      "cloudOwner": "{{cloud_owner}}"
    }
  }
 }