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/general-page/service-metadata.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/general-page/service-metadata.json')
-rw-r--r-- | catalog-ui/cypress/fixtures/general-page/service-metadata.json | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/catalog-ui/cypress/fixtures/general-page/service-metadata.json b/catalog-ui/cypress/fixtures/general-page/service-metadata.json new file mode 100644 index 0000000000..5fded874ce --- /dev/null +++ b/catalog-ui/cypress/fixtures/general-page/service-metadata.json @@ -0,0 +1,88 @@ +{ + "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, + "serviceApiArtifacts": null, + "forwardingPaths": null, + "metadata": { + "uniqueId": "035ca9eb-ab9a-4e03-9bfb-e051a6c47a82", + "name": "Service1", + "version": "4.3", + "isHighestVersion": true, + "creationDate": 1574695759754, + "lastUpdateDate": 1574695759754, + "description": "My Description", + "lifecycleState": "NOT_CERTIFIED_CHECKOUT", + "tags": [ + "Service1", + "ttt" + ], + "icon": "defaulticon", + "normalizedName": "service1", + "systemName": "Service1", + "contactId": "m08740", + "allVersions": { + "1.0": "cd40f757-9c3e-43fc-8ff8-791e91b3eed6", + "2.0": "552fced9-b278-4c74-80ce-b46088bc9a1b", + "3.0": "f91e6424-c23b-4132-a18b-7cf69c00459d", + "4.0": "11868537-096c-4de1-8448-a8edec847878", + "4.1": "d433bebe-f020-4eed-9e88-49767bb89f1e", + "4.2": "655cdafd-806b-419a-9901-6692f0236beb", + "4.3": "035ca9eb-ab9a-4e03-9bfb-e051a6c47a82" + }, + "isDeleted": null, + "csarUUID": null, + "csarVersion": null, + "importedToscaChecksum": null, + "invariantUUID": "cacde30b-3a74-460d-9fcc-d2fb63ebe75f", + "componentType": "SERVICE", + "categories": [ + { + "name": "Network Service", + "normalizedName": "network service", + "uniqueId": "serviceNewCategory.network service", + "icons": null, + "subcategories": null, + "version": null, + "ownerId": null, + "empty": false, + "type": null + } + ], + "creatorUserId": "m08740", + "creatorFullName": "Carlos Santana", + "lastUpdaterUserId": "m08740", + "lastUpdaterFullName": "Carlos Santana", + "archiveTime": 1574695514690, + "distributionStatus": "DISTRIBUTION_NOT_APPROVED", + "ecompGeneratedNaming": true, + "namingPolicy": "", + "serviceType": "", + "serviceFunction": "serviceFunction1", + "serviceRole": "", + "environmentContext": "General_Revenue-Bearing", + "instantiationType": "A-la-carte", + "uuid": "af8f1c59-620b-4603-bf3f-1e81a737d79e", + "archived": false, + "vspArchived": false + } +}
\ No newline at end of file |