diff options
Diffstat (limited to 'catalog-ui/cypress/fixtures/deployment-artifacts/metadata-service-with-vsp.json')
-rw-r--r-- | catalog-ui/cypress/fixtures/deployment-artifacts/metadata-service-with-vsp.json | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/catalog-ui/cypress/fixtures/deployment-artifacts/metadata-service-with-vsp.json b/catalog-ui/cypress/fixtures/deployment-artifacts/metadata-service-with-vsp.json new file mode 100644 index 0000000000..a6d8cf5e24 --- /dev/null +++ b/catalog-ui/cypress/fixtures/deployment-artifacts/metadata-service-with-vsp.json @@ -0,0 +1,82 @@ +{ + "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": "b4fc3b6b-8681-4327-86a3-285c81ff8046", + "name": "MyService1", + "version": "0.2", + "isHighestVersion": true, + "creationDate": 1563292814667, + "lastUpdateDate": 1563292814667, + "description": "qqqq", + "lifecycleState": "NOT_CERTIFIED_CHECKOUT", + "tags": [ + "MyService1" + ], + "icon": "defaulticon", + "normalizedName": "myservice1", + "systemName": "Myservice1", + "contactId": "m08740", + "allVersions": { + "0.1": "769acf73-8547-41ea-9843-c2bad19b4fef", + "0.2": "b4fc3b6b-8681-4327-86a3-285c81ff8046" + }, + "isDeleted": null, + "serviceFunction": null, + "csarUUID": null, + "csarVersion": null, + "importedToscaChecksum": null, + "invariantUUID": "248b6860-b210-473f-825d-110da07e5cd5", + "componentType": "SERVICE", + "categories": [ + { + "name": "Network L4+", + "normalizedName": "network l4+", + "uniqueId": "serviceNewCategory.network l4+", + "icons": null, + "subcategories": null, + "version": null, + "ownerId": null, + "empty": false, + "type": null + } + ], + "creatorUserId": "m08740", + "creatorFullName": "Carlos Santana", + "lastUpdaterUserId": "m08740", + "lastUpdaterFullName": "Carlos Santana", + "archiveTime": 0, + "distributionStatus": "DISTRIBUTION_NOT_APPROVED", + "ecompGeneratedNaming": true, + "namingPolicy": "", + "serviceType": "", + "serviceRole": "", + "environmentContext": "General_Revenue-Bearing", + "instantiationType": "A-la-carte", + "uuid": "b8385662-3e3f-49fa-87c1-9f411affdf0b", + "archived": false, + "vspArchived": false + } +}
\ No newline at end of file |