diff options
author | ys9693 <ys9693@att.com> | 2020-01-19 13:50:02 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-01-22 12:33:31 +0000 |
commit | 16a9fce0e104a38371a9e5a567ec611ae3fc7f33 (patch) | |
tree | 03a2aff3060ddb5bc26a90115805a04becbaffc9 /catalog-ui/cypress/fixtures/metadata-vf.json | |
parent | aa83a2da4f911c3ac89318b8e9e8403b072942e1 (diff) |
Catalog alignment
Issue-ID: SDC-2724
Signed-off-by: ys9693 <ys9693@att.com>
Change-Id: I52b4aacb58cbd432ca0e1ff7ff1f7dd52099c6fe
Diffstat (limited to 'catalog-ui/cypress/fixtures/metadata-vf.json')
-rw-r--r-- | catalog-ui/cypress/fixtures/metadata-vf.json | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/catalog-ui/cypress/fixtures/metadata-vf.json b/catalog-ui/cypress/fixtures/metadata-vf.json new file mode 100644 index 0000000000..c8fcae5f49 --- /dev/null +++ b/catalog-ui/cypress/fixtures/metadata-vf.json @@ -0,0 +1,100 @@ +{ + "artifacts": null, + "deploymentArtifacts": null, + "toscaArtifacts": null, + "categories": null, + "creatorUserId": null, + "creatorFullName": null, + "lastUpdaterUserId": null, + "lastUpdaterFullName": null, + "componentType": null, + "componentInstances": null, + "componentInstancesRelations": null, + "componentInstancesInputs": null, + "componentInstancesProperties": null, + "componentInstancesAttributes": null, + "capabilities": null, + "policies": null, + "requirements": null, + "inputs": null, + "groups": null, + "additionalInformation": null, + "metadata": { + "uniqueId": "56d04fe8-b501-4037-bf98-dc9997fd5ec2", + "name": "vf", + "version": "0.1", + "isHighestVersion": true, + "creationDate": 1543399737925, + "lastUpdateDate": 1543399737925, + "description": "dsafdsf", + "lifecycleState": "NOT_CERTIFIED_CHECKOUT", + "tags": [ + "vf" + ], + "icon": "defaulticon", + "normalizedName": "vf", + "systemName": "Vf", + "contactId": "cs0008", + "allVersions": { + "0.1": "46d04fe8-b501-4037-bf98-dc9997fd5ec2", + "0.2": "56d04fe8-b501-4037-bf98-dc9997fd5ec2" + }, + "isDeleted": null, + "csarUUID": null, + "csarVersion": null, + "importedToscaChecksum": null, + "invariantUUID": "c2c660c4-340a-4ad5-862e-c57076bd4708", + "componentType": "RESOURCE", + "categories": [ + { + "name": "Allotted Resource", + "normalizedName": "allotted resource", + "uniqueId": "resourceNewCategory.allotted resource", + "icons": null, + "subcategories": [ + { + "name": "IP Mux Demux", + "normalizedName": "ip mux demux", + "uniqueId": "resourceNewCategory.allotted resource.ip mux demux", + "icons": [ + "ip_mux_demux" + ], + "groupings": null, + "version": null, + "ownerId": null, + "empty": false, + "type": null + } + ], + "version": null, + "ownerId": null, + "empty": false, + "type": null + } + ], + "creatorUserId": "cs0008", + "creatorFullName": "Carlos Santana", + "lastUpdaterUserId": "cs0008", + "lastUpdaterFullName": "Carlos Santana", + "archiveTime": 0, + "vendorName": "324324", + "vendorRelease": "3243243", + "resourceVendorModelNumber": "", + "resourceType": "VF", + "isAbstract": null, + "cost": null, + "licenseType": null, + "toscaResourceName": "org.openecomp.resource.vf.Vf", + "derivedFrom": null, + "uuid": "b6c1da0f-90a8-4f4b-b6e5-f95a7f8b465f", + "archived": false, + "vspArchived": false + }, + "derivedFrom": null, + "derivedList": null, + "properties": null, + "attributes": null, + "interfaces": null, + "defaultCapabilities": null, + "interfaceOperations": null +}
\ No newline at end of file |