@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,53 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"result": {
|
|
3
|
-
"data": "string"
|
|
4
|
-
},
|
|
5
|
-
"error": {
|
|
6
|
-
"message": "string",
|
|
7
|
-
"grpcCode": 4,
|
|
8
|
-
"httpStatus": "string",
|
|
9
|
-
"details": [
|
|
10
|
-
{
|
|
11
|
-
"typeUrl": "string",
|
|
12
|
-
"value": "string"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"typeUrl": "string",
|
|
16
|
-
"value": "string"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"typeUrl": "string",
|
|
20
|
-
"value": "string"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"typeUrl": "string",
|
|
24
|
-
"value": "string"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"typeUrl": "string",
|
|
28
|
-
"value": "string"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"typeUrl": "string",
|
|
32
|
-
"value": "string"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"typeUrl": "string",
|
|
36
|
-
"value": "string"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"typeUrl": "string",
|
|
40
|
-
"value": "string"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"typeUrl": "string",
|
|
44
|
-
"value": "string"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"typeUrl": "string",
|
|
48
|
-
"value": "string"
|
|
49
|
-
}
|
|
50
|
-
],
|
|
51
|
-
"httpCode": 7
|
|
52
|
-
}
|
|
53
|
-
}
|