aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/dcae/inventory-response.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/example/dcae/inventory-response.json')
-rw-r--r--src/test/resources/example/dcae/inventory-response.json78
1 files changed, 0 insertions, 78 deletions
diff --git a/src/test/resources/example/dcae/inventory-response.json b/src/test/resources/example/dcae/inventory-response.json
deleted file mode 100644
index 1ebf068b8..000000000
--- a/src/test/resources/example/dcae/inventory-response.json
+++ /dev/null
@@ -1,78 +0,0 @@
-{
- "links": {
- "previousLink": {
- "title": "string",
- "rel": "string",
- "uri": "string",
- "uriBuilder": {},
- "rels": [
- "string"
- ],
- "params": {
- "additionalProp1": "string",
- "additionalProp2": "string",
- "additionalProp3": "string"
- },
- "type": "string"
- },
- "nextLink": {
- "title": "string",
- "rel": "string",
- "uri": "string",
- "uriBuilder": {},
- "rels": [
- "string"
- ],
- "params": {
- "additionalProp1": "string",
- "additionalProp2": "string",
- "additionalProp3": "string"
- },
- "type": "string"
- }
- },
- "totalCount": 0,
- "items": [
- {
- "owner": "testOwner",
- "application": "testApplication",
- "component": "testComponent",
- "typeName": "testTypeName",
- "typeVersion": 0,
- "blueprintTemplate": "testBlueprintTemplate",
- "serviceIds": [
- "serviceId1",
- "serviceId2"
- ],
- "vnfTypes": [
- "vnfType1",
- "vnfType2"
- ],
- "serviceLocations": [
- "serviceLocation1",
- "serviceLocation2"
- ],
- "asdcServiceId": "testAsdcServiceId",
- "asdcResourceId": "testAsdcResourceId",
- "asdcServiceURL": "testAsdcServiceURL",
- "typeId": "testTypeId",
- "selfLink": {
- "title": "selfLinkTitle",
- "rel": "selfLinkRel",
- "uri": "selfLinkUri",
- "uriBuilder": {},
- "rels": [
- "string"
- ],
- "params": {
- "additionalProp1": "string",
- "additionalProp2": "string",
- "additionalProp3": "string"
- },
- "type": "string"
- },
- "created": "2020-01-22T09:38:15.436Z",
- "deactivated": "2020-01-22T09:38:15.437Z"
- }
- ]
-} \ No newline at end of file