@itentialopensource/adapter-paragon_pathfinder 1.0.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CALLS.md +0 -2812
- package/CHANGELOG.md +16 -0
- package/adapter.js +0 -39496
- package/package.json +1 -1
- package/pronghorn.json +0 -99689
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +7 -7
- package/test/integration/adapterTestIntegration.js +0 -35252
- package/test/unit/adapterTestUnit.js +0 -13305
- package/entities/Authentication/action.json +0 -45
- package/entities/Authentication/schema.json +0 -20
- package/entities/Authorization/action.json +0 -105
- package/entities/Authorization/schema.json +0 -23
- package/entities/CommandService/action.json +0 -44
- package/entities/CommandService/schema.json +0 -20
- package/entities/ConfigOperationService/action.json +0 -184
- package/entities/ConfigOperationService/schema.json +0 -27
- package/entities/ConfigResourceService/action.json +0 -964
- package/entities/ConfigResourceService/schema.json +0 -66
- package/entities/ConfigTemplateService/action.json +0 -345
- package/entities/ConfigTemplateService/schema.json +0 -266
- package/entities/DeviceLCMService/action.json +0 -44
- package/entities/DeviceLCMService/schema.json +0 -20
- package/entities/DeviceOnboardingService/action.json +0 -105
- package/entities/DeviceOnboardingService/schema.json +0 -23
- package/entities/DevicemanagerService/action.json +0 -1770
- package/entities/DevicemanagerService/schema.json +0 -402
- package/entities/DevicemodelService/action.json +0 -2114
- package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportComponent-default.json +0 -49
- package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportDevice-default.json +0 -29
- package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportDeviceView-default.json +0 -53
- package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportInterface-default.json +0 -21
- package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportLicense-default.json +0 -45
- package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportLicenseFeature-default.json +0 -41
- package/entities/DevicemodelService/schema.json +0 -419
- package/entities/IamRPCService/action.json +0 -872
- package/entities/IamRPCService/schema.json +0 -325
- package/entities/IamService/action.json +0 -2740
- package/entities/IamService/mockdatafiles/iamServiceExportUserView-default.json +0 -53
- package/entities/IamService/schema.json +0 -670
- package/entities/InventoryService/action.json +0 -164
- package/entities/InventoryService/schema.json +0 -26
|
@@ -1,164 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"actions": [
|
|
3
|
-
{
|
|
4
|
-
"name": "inventoryServiceSyncInventoryAsync",
|
|
5
|
-
"protocol": "REST",
|
|
6
|
-
"method": "POST",
|
|
7
|
-
"entitypath": "{base_path}/{version}/devicemanager/sync-inventory-async?{query}",
|
|
8
|
-
"requestSchema": "schema.json",
|
|
9
|
-
"responseSchema": "schema.json",
|
|
10
|
-
"timeout": 0,
|
|
11
|
-
"sendEmpty": false,
|
|
12
|
-
"requestDatatype": "JSON",
|
|
13
|
-
"responseDatatype": "JSON",
|
|
14
|
-
"headers": {},
|
|
15
|
-
"responseObjects": [
|
|
16
|
-
{
|
|
17
|
-
"type": "default",
|
|
18
|
-
"key": "",
|
|
19
|
-
"mockFile": ""
|
|
20
|
-
}
|
|
21
|
-
]
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"name": "inventoryServiceUpdateArchivedConfigVersion",
|
|
25
|
-
"protocol": "REST",
|
|
26
|
-
"method": "POST",
|
|
27
|
-
"entitypath": "{base_path}/{version}/devicemanager/update-archived-config-version?{query}",
|
|
28
|
-
"requestSchema": "schema.json",
|
|
29
|
-
"responseSchema": "schema.json",
|
|
30
|
-
"timeout": 0,
|
|
31
|
-
"sendEmpty": false,
|
|
32
|
-
"requestDatatype": "JSON",
|
|
33
|
-
"responseDatatype": "JSON",
|
|
34
|
-
"headers": {},
|
|
35
|
-
"responseObjects": [
|
|
36
|
-
{
|
|
37
|
-
"type": "default",
|
|
38
|
-
"key": "",
|
|
39
|
-
"mockFile": ""
|
|
40
|
-
}
|
|
41
|
-
]
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"name": "inventoryServiceGetDeviceInfo",
|
|
45
|
-
"protocol": "REST",
|
|
46
|
-
"method": "POST",
|
|
47
|
-
"entitypath": "{base_path}/{version}/devicemanager/get-device-info?{query}",
|
|
48
|
-
"requestSchema": "schema.json",
|
|
49
|
-
"responseSchema": "schema.json",
|
|
50
|
-
"timeout": 0,
|
|
51
|
-
"sendEmpty": false,
|
|
52
|
-
"requestDatatype": "JSON",
|
|
53
|
-
"responseDatatype": "JSON",
|
|
54
|
-
"headers": {},
|
|
55
|
-
"responseObjects": [
|
|
56
|
-
{
|
|
57
|
-
"type": "default",
|
|
58
|
-
"key": "",
|
|
59
|
-
"mockFile": ""
|
|
60
|
-
}
|
|
61
|
-
]
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"name": "inventoryServiceDiffArchivedConfigVersions",
|
|
65
|
-
"protocol": "REST",
|
|
66
|
-
"method": "POST",
|
|
67
|
-
"entitypath": "{base_path}/{version}/devicemanager/diff-archived-config-versions?{query}",
|
|
68
|
-
"requestSchema": "schema.json",
|
|
69
|
-
"responseSchema": "schema.json",
|
|
70
|
-
"timeout": 0,
|
|
71
|
-
"sendEmpty": false,
|
|
72
|
-
"requestDatatype": "JSON",
|
|
73
|
-
"responseDatatype": "JSON",
|
|
74
|
-
"headers": {},
|
|
75
|
-
"responseObjects": [
|
|
76
|
-
{
|
|
77
|
-
"type": "default",
|
|
78
|
-
"key": "",
|
|
79
|
-
"mockFile": ""
|
|
80
|
-
}
|
|
81
|
-
]
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"name": "inventoryServiceListDeviceConfiguration",
|
|
85
|
-
"protocol": "REST",
|
|
86
|
-
"method": "POST",
|
|
87
|
-
"entitypath": "{base_path}/{version}/devicemanager/list-device-configuration?{query}",
|
|
88
|
-
"requestSchema": "schema.json",
|
|
89
|
-
"responseSchema": "schema.json",
|
|
90
|
-
"timeout": 0,
|
|
91
|
-
"sendEmpty": false,
|
|
92
|
-
"requestDatatype": "JSON",
|
|
93
|
-
"responseDatatype": "JSON",
|
|
94
|
-
"headers": {},
|
|
95
|
-
"responseObjects": [
|
|
96
|
-
{
|
|
97
|
-
"type": "default",
|
|
98
|
-
"key": "",
|
|
99
|
-
"mockFile": ""
|
|
100
|
-
}
|
|
101
|
-
]
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"name": "inventoryServiceSyncInventory",
|
|
105
|
-
"protocol": "REST",
|
|
106
|
-
"method": "POST",
|
|
107
|
-
"entitypath": "{base_path}/{version}/devicemanager/sync-inventory?{query}",
|
|
108
|
-
"requestSchema": "schema.json",
|
|
109
|
-
"responseSchema": "schema.json",
|
|
110
|
-
"timeout": 0,
|
|
111
|
-
"sendEmpty": false,
|
|
112
|
-
"requestDatatype": "JSON",
|
|
113
|
-
"responseDatatype": "JSON",
|
|
114
|
-
"headers": {},
|
|
115
|
-
"responseObjects": [
|
|
116
|
-
{
|
|
117
|
-
"type": "default",
|
|
118
|
-
"key": "",
|
|
119
|
-
"mockFile": ""
|
|
120
|
-
}
|
|
121
|
-
]
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"name": "inventoryServiceGetArchivedConfigVersion",
|
|
125
|
-
"protocol": "REST",
|
|
126
|
-
"method": "POST",
|
|
127
|
-
"entitypath": "{base_path}/{version}/devicemanager/get-archived-config-version?{query}",
|
|
128
|
-
"requestSchema": "schema.json",
|
|
129
|
-
"responseSchema": "schema.json",
|
|
130
|
-
"timeout": 0,
|
|
131
|
-
"sendEmpty": false,
|
|
132
|
-
"requestDatatype": "JSON",
|
|
133
|
-
"responseDatatype": "JSON",
|
|
134
|
-
"headers": {},
|
|
135
|
-
"responseObjects": [
|
|
136
|
-
{
|
|
137
|
-
"type": "default",
|
|
138
|
-
"key": "",
|
|
139
|
-
"mockFile": ""
|
|
140
|
-
}
|
|
141
|
-
]
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"name": "inventoryServiceDeleteArchivedConfigVersion",
|
|
145
|
-
"protocol": "REST",
|
|
146
|
-
"method": "POST",
|
|
147
|
-
"entitypath": "{base_path}/{version}/devicemanager/delete-archived-config-version?{query}",
|
|
148
|
-
"requestSchema": "schema.json",
|
|
149
|
-
"responseSchema": "schema.json",
|
|
150
|
-
"timeout": 0,
|
|
151
|
-
"sendEmpty": false,
|
|
152
|
-
"requestDatatype": "JSON",
|
|
153
|
-
"responseDatatype": "JSON",
|
|
154
|
-
"headers": {},
|
|
155
|
-
"responseObjects": [
|
|
156
|
-
{
|
|
157
|
-
"type": "default",
|
|
158
|
-
"key": "",
|
|
159
|
-
"mockFile": ""
|
|
160
|
-
}
|
|
161
|
-
]
|
|
162
|
-
}
|
|
163
|
-
]
|
|
164
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$id": "schema.json",
|
|
3
|
-
"type": "object",
|
|
4
|
-
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate": false,
|
|
6
|
-
"dynamicfields": true,
|
|
7
|
-
"properties": {
|
|
8
|
-
"ph_request_type": {
|
|
9
|
-
"type": "string",
|
|
10
|
-
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "inventoryServiceSyncInventoryAsync",
|
|
12
|
-
"enum": [
|
|
13
|
-
"inventoryServiceSyncInventoryAsync",
|
|
14
|
-
"inventoryServiceUpdateArchivedConfigVersion",
|
|
15
|
-
"inventoryServiceGetDeviceInfo",
|
|
16
|
-
"inventoryServiceDiffArchivedConfigVersions",
|
|
17
|
-
"inventoryServiceListDeviceConfiguration",
|
|
18
|
-
"inventoryServiceSyncInventory",
|
|
19
|
-
"inventoryServiceGetArchivedConfigVersion",
|
|
20
|
-
"inventoryServiceDeleteArchivedConfigVersion"
|
|
21
|
-
],
|
|
22
|
-
"external_name": "ph_request_type"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"definitions": {}
|
|
26
|
-
}
|