diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-12-31 12:17:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-31 12:17:59 +0000 |
commit | 5a6827854508ed8e0cbfb0611cb5261b8564b0be (patch) | |
tree | 9e3e54f7778c4410674fa205c9720cc539172b2d /vid-automation/src/test/resources/asyncInstantiation/vidRequestCreateBulkOfMacro__template_info.json | |
parent | 7b10265c43a1097b730516e19177ad2ae419b808 (diff) | |
parent | 64d65262d73039b1c5b1a6c02f087141046a1169 (diff) |
Merge "Create Service Info file for assertion on Cypress and API test"
Diffstat (limited to 'vid-automation/src/test/resources/asyncInstantiation/vidRequestCreateBulkOfMacro__template_info.json')
-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 |