diff options
Diffstat (limited to 'catalog-ui/cypress/fixtures/metadata-vf1.json')
-rw-r--r-- | catalog-ui/cypress/fixtures/metadata-vf1.json | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/catalog-ui/cypress/fixtures/metadata-vf1.json b/catalog-ui/cypress/fixtures/metadata-vf1.json new file mode 100644 index 0000000000..5953127225 --- /dev/null +++ b/catalog-ui/cypress/fixtures/metadata-vf1.json @@ -0,0 +1,92 @@ +{ + "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, + "interfaceOperations": null, + "interfaces": null, + "metadata": { + "uniqueId": "e32297d7-078c-4197-a3e2-8ee20779bc56", + "name": "ShayTestVF", + "version": "1.1", + "isHighestVersion": true, + "creationDate": 1559216047656, + "lastUpdateDate": 1559216047656, + "description": "111", + "lifecycleState": "NOT_CERTIFIED_CHECKOUT", + "tags": ["ShayTestVF"], + "icon": "defaulticon", + "normalizedName": "shaytestvf", + "systemName": "Shaytestvf", + "contactId": "cs0008", + "allVersions": { + "1.0": "f481208f-ae8f-4059-8e25-db6d3ed0dbdd", + "1.1": "e32297d7-078c-4197-a3e2-8ee20779bc56" + }, + "isDeleted": null, + "csarUUID": null, + "csarVersion": null, + "importedToscaChecksum": null, + "invariantUUID": "08cad9e4-e965-4f46-b917-b932aa885095", + "componentType": "RESOURCE", + "categories": [{ + "name": "Application L4+", + "normalizedName": "application l4+", + "uniqueId": "resourceNewCategory.application l4+", + "icons": null, + "subcategories": [{ + "name": "Border Element", + "normalizedName": "border element", + "uniqueId": "resourceNewCategory.application l4+.border element", + "icons": ["borderElement"], + "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": "111", + "vendorRelease": "111", + "resourceVendorModelNumber": "", + "resourceType": "VF", + "isAbstract": null, + "cost": null, + "licenseType": null, + "toscaResourceName": "org.openecomp.resource.vf.Shaytestvf", + "derivedFrom": null, + "uuid": "eb3d9b9b-bebb-4b75-8702-29d25285f8da", + "archived": false, + "vspArchived": false + }, + "derivedFrom": null, + "derivedList": null, + "properties": null, + "attributes": null, + "defaultCapabilities": null +}
\ No newline at end of file |