1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
{
"requestDetails": {
"requestInfo": {
"instanceName": "{{service_instance_name}}",
"source": "onap_client",
"suppressRollback": false,
"requestorId": "{{requestor_id}}"
},
"modelInfo": {
"modelType": "service",
"modelInvariantId": "{{model_invariant_id}}",
"modelVersionId": "{{model_version_id}}",
"modelName": "{{model_name}}",
"modelVersion": "{{model_version}}"
},
"cloudConfiguration": {
"tenantId": "{{tenant_id}}",
"cloudOwner": "{{cloud_owner}}",
"lcpCloudRegionId": "{{cloud_region}}"
},
"requestParameters": {
"userParams": [],
"testApi": "{{api_type}}",
"subscriptionServiceType": "{{service_type}}",
"aLaCarte": true
},
"subscriberInfo": {
"globalSubscriberId": "{{customer_id}}"
},
"project": {
"projectName": "{{project_name}}"
},
"owningEntity": {
"owningEntityId": "{{owning_entity_id}}"
}
}
}
|