diff options
Diffstat (limited to 'vid-automation/src/test/resources/asyncInstantiation')
-rw-r--r-- | vid-automation/src/test/resources/asyncInstantiation/vidRequestCreateBulkOfMacro__template_info.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/vid-automation/src/test/resources/asyncInstantiation/vidRequestCreateBulkOfMacro__template_info.json b/vid-automation/src/test/resources/asyncInstantiation/vidRequestCreateBulkOfMacro__template_info.json new file mode 100644 index 000000000..0770025aa --- /dev/null +++ b/vid-automation/src/test/resources/asyncInstantiation/vidRequestCreateBulkOfMacro__template_info.json @@ -0,0 +1,45 @@ +{ + "id": 56, + "created": 1577354225000, + "modified": 1577354325000, + "createdId": null, + "modifiedId": null, + "rowNum": null, + "auditUserId": null, + "auditTrail": null, + "jobId": "ef3430f8-6350-454c-a7c2-89ba301522c1", + "templateId": "a313b887-ccfd-4d85-a232-5ec9d4d94013", + "userId": "us16807000", + "msoRequestId": null, + "jobStatus": "IN_PROGRESS", + "statusModifiedDate": 1577354226000, + "hidden": false, + "pause": false, + "deletedAt": null, + "owningEntityId": "someID", + "owningEntityName": "someName", + "project": "myProject", + "aicZoneId": "NFT1", + "aicZoneName": "NFTJSSSS-NFT1", + "tenantId": "greatTenant", + "tenantName": "greatTenant", + "regionId": "hvf3", + "regionName": null, + "serviceType": "mySubType", + "subscriberName": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb", + "subscriberId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb", + "serviceInstanceId": null, + "serviceInstanceName": "SERVICE_NAME", + "serviceModelId": "5c9e863f-2716-467b-8799-4a67f378dcaa", + "serviceModelName": "AIM_TRANSPORT_00004", + "serviceModelVersion": "1.0", + "createdBulkDate": 1577354225000, + "action": "INSTANTIATE", + "isRetryEnabled": false, + "aLaCarte": false, + "requestSummary": { + "vnf": 1, + "vfModule": 2, + "volumeGroup": 1 + } +}
\ No newline at end of file |