aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOInfrastructureBPMN/src/test/resources/__files/CreateServiceInstance/createServiceInstance_queryGlobalCustomerId_AAIResponse_Success.xml
blob: be820b83b1460a48add1f8ba4fc3b233c5e4510e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<rest:RESTResponse
	xmlns:rest="http://schemas.activebpel.org/REST/2007/12/01/aeREST.xsd"
	statusCode="200">
	<rest:headers>
		<rest:header name="Transfer-Encoding" value="chunked" />
		<rest:header name="Date" value="Thu,10 Mar 2016 00:01:18 GMT" />
		<rest:header name="Expires" value="Thu,01 Jan 1970 00:00:00 UTC" />
		<rest:header name="X-AAI-TXID"
			value="mtcnjv9aaas03-20160310-00:01:18:502-132671" />
		<rest:header name="Content-Type" value="application/xml" />
		<rest:header name="Server" value="Apache-Coyote/1.1" />
		<rest:header name="Cache-Control" value="private" />
	</rest:headers>
	<rest:payload contentType="text/xml">
		<customer xmlns="http://org.openecomp.aai.inventory/v8">
			<global-customer-id>8310000058863</global-customer-id>
			<subscriber-name>Mobility</subscriber-name>
			<subscriber-type>INFRA</subscriber-type>
			<resource-version>1452288058</resource-version>
			<service-subscriptions>
				<service-subscription>
					<service-type>vMOG</service-type>
					<resource-version>1452288058</resource-version>
					<service-instances>
						<service-instance>
							<service-instance-id>f70e927b-6087-4974-9ef8-c5e4d5847ca4</service-instance-id>
							<persona-model-id>gg0e927b-6087-5574-9ef8-c5e4d5847db5</persona-model-id>
							<persona-model-version>V1.0</persona-model-version>
							<service-instance-name>vMOG-AKRON-1234</service-instance-name>
							<resource-version>1462561835</resource-version>
							<relationship-list />
							<metadata />
						</service-instance>
					</service-instances>
					<relationship-list>
						<relationship>
							<related-to>tenant</related-to>
							<related-link>https://aai-conexus-e2e.test.com:8443/aai/v8/cloud-infrastructure/cloud-regions/cloud-region/att-aic/AAIAIC25/tenants/tenant/396d61752cf04c3b8ca2afcb4ee049e9/</related-link>
							<relationship-data>
								<relationship-key>tenant.tenant-id</relationship-key>
								<relationship-value>396d61752cf04c3b8ca2afcb4ee049e9</relationship-value>
							</relationship-data>
							<relationship-data>
								<relationship-key>cloud-region.cloud-owner</relationship-key>
								<relationship-value>att-aic</relationship-value>
							</relationship-data>
							<relationship-data>
								<relationship-key>cloud-region.cloud-region-id</relationship-key>
								<relationship-value>AAIAIC25</relationship-value>
							</relationship-data>
							<related-to-property>
								<property-key>tenant.tenant-name</property-key>
								<property-value>vMOG-AKRON-PROD</property-value>
							</related-to-property>
						</relationship>		
					</relationship-list>					
				</service-subscription>
			</service-subscriptions>
			<relationship-list />
		</customer>
	</rest:payload>
</rest:RESTResponse>