-
Notifications
You must be signed in to change notification settings - Fork 3
/
MultiDomainInventoryProxy+data.json
53 lines (53 loc) · 1.48 KB
/
MultiDomainInventoryProxy+data.json
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
[
{
"serverList": [
{
"serverName": "dummy",
"dummyUri": "ping.openBackhaul.com"
},
{
"serverName": "mdip",
"server": "http://10.118.127.11:3013",
"authorizationCode": "Basic YWRtaW46YWRtaW5AMTIz",
"operationKey": "Operation key not yet provided.",
"userName": "Thorsten Heinze",
"originator": "Tcc_MDIPv1.0.1",
"xCorrelator": "00000000-0000-0000-0000-000000000000",
"traceIndicator": "1",
"customerJourney": ""
},
{
"serverName": "resultServer",
"server": "ping.openBackhaul.com",
"recordServiceName": "",
"authorizationCode": "",
"operationKey": "",
"userName": "Thorsten Heinze",
"originator": "Tcc_MDIPv1.0.1",
"xCorrelator": "00000000-0000-0000-0000-000000000000",
"traceIndicator": "1",
"customerJourney": ""
}
],
"collectionInputList": [
{
"collectionName": "services",
"linkId": "305551234",
"listOfOutOfMwSdnDomainServices": [
"/v1/provide-list-of-connected-devices",
"/v1/provide-list-of-device-interfaces",
"/v1/provide-list-of-actual-device-equipment",
"/v1/provide-list-of-parallel-links"
],
"listOfIntraDomainServicesWithoutRequestBody": [
"/v1/list-ltps-and-fcs",
"/v1/start-application-in-generic-representation",
"/v1/inform-about-application",
"/v1/inform-about-application-in-generic-representation",
"/v1/inform-about-release-history",
"/v1/inform-about-release-history-in-generic-representation"
]
}
]
}
]