@itentialopensource/adapter-digicert_pki 0.1.1 → 1.0.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.
Files changed (92) hide show
  1. package/CALLS.md +1245 -0
  2. package/CHANGELOG.md +8 -1
  3. package/adapter.js +13519 -0
  4. package/entities/ACME/action.json +166 -0
  5. package/entities/ACME/mockdatafiles/createAcmeAuthentication-default.json +21 -0
  6. package/entities/ACME/mockdatafiles/getAcmeAuthentication-default.json +21 -0
  7. package/entities/ACME/mockdatafiles/listAcmeAuthentication-default.json +41 -0
  8. package/entities/ACME/mockdatafiles/updateAcmeAuthentication-default.json +21 -0
  9. package/entities/ACME/schema.json +125 -0
  10. package/entities/AuthenticationCACertificates/action.json +107 -0
  11. package/entities/AuthenticationCACertificates/schema.json +155 -0
  12. package/entities/AuthenticationCATemplates/action.json +187 -0
  13. package/entities/AuthenticationCATemplates/mockdatafiles/createAuthenticationCATemplate-default.json +33 -0
  14. package/entities/AuthenticationCATemplates/mockdatafiles/getAuthenticationCATemplate-default.json +33 -0
  15. package/entities/AuthenticationCATemplates/mockdatafiles/updateAuthenticationCATemplate-default.json +33 -0
  16. package/entities/AuthenticationCATemplates/schema.json +137 -0
  17. package/entities/AuthenticationCertificates/action.json +166 -0
  18. package/entities/AuthenticationCertificates/mockdatafiles/addAuthenticationCertificate-default.json +48 -0
  19. package/entities/AuthenticationCertificates/mockdatafiles/getAuthenticationCertificateDetails-default.json +49 -0
  20. package/entities/AuthenticationCertificates/mockdatafiles/listAuthenticationCertificates-default.json +93 -0
  21. package/entities/AuthenticationCertificates/mockdatafiles/updateAuthenticationCertificate-default.json +48 -0
  22. package/entities/AuthenticationCertificates/schema.json +202 -0
  23. package/entities/BatchCertificateEnrollment/action.json +268 -0
  24. package/entities/BatchCertificateEnrollment/mockdatafiles/batchCSREnroll-default.json +22 -0
  25. package/entities/BatchCertificateEnrollment/mockdatafiles/batchEnrollWithKeyGen-default.json +22 -0
  26. package/entities/BatchCertificateEnrollment/mockdatafiles/batchEnrollWithKeyGenMac-default.json +22 -0
  27. package/entities/BatchCertificateEnrollment/mockdatafiles/downloadCertificates-default.json +18 -0
  28. package/entities/BatchCertificateEnrollment/mockdatafiles/getBatchJobSettings-default.json +22 -0
  29. package/entities/BatchCertificateEnrollment/mockdatafiles/regenerateBatchJobPasscode-default.json +22 -0
  30. package/entities/BatchCertificateEnrollment/mockdatafiles/updateBatchJobSettings-default.json +22 -0
  31. package/entities/BatchCertificateEnrollment/schema.json +284 -0
  32. package/entities/CertificateProfiles/action.json +206 -0
  33. package/entities/CertificateProfiles/mockdatafiles/listCertificateProfiles-default.json +219 -0
  34. package/entities/CertificateProfiles/schema.json +116 -0
  35. package/entities/CertificateRequests/action.json +25 -0
  36. package/entities/CertificateRequests/mockdatafiles/getRequestStatus-default.json +5 -0
  37. package/entities/CertificateRequests/schema.json +30 -0
  38. package/entities/CertificateTemplates/action.json +186 -0
  39. package/entities/CertificateTemplates/schema.json +104 -0
  40. package/entities/Certificates/action.json +312 -0
  41. package/entities/Certificates/mockdatafiles/downloadApprovedCertificate-default.json +47 -0
  42. package/entities/Certificates/mockdatafiles/renewBySerial-default.json +23 -0
  43. package/entities/Certificates/mockdatafiles/renewCertificate-default.json +31 -0
  44. package/entities/Certificates/schema.json +462 -0
  45. package/entities/DeviceProfiles/action.json +126 -0
  46. package/entities/DeviceProfiles/mockdatafiles/createDeviceProfile-default.json +28 -0
  47. package/entities/DeviceProfiles/mockdatafiles/getDeviceProfile-default.json +28 -0
  48. package/entities/DeviceProfiles/mockdatafiles/listdeviceprofiles-default.json +53 -0
  49. package/entities/DeviceProfiles/mockdatafiles/updateDeviceProfile-default.json +28 -0
  50. package/entities/DeviceProfiles/schema.json +57 -0
  51. package/entities/Devices/action.json +166 -0
  52. package/entities/Devices/mockdatafiles/archiveDevice-default.json +33 -0
  53. package/entities/Devices/mockdatafiles/disableDevice-default.json +33 -0
  54. package/entities/Devices/mockdatafiles/enableDevice-default.json +33 -0
  55. package/entities/Devices/mockdatafiles/restoreDevice-default.json +33 -0
  56. package/entities/Devices/schema.json +103 -0
  57. package/entities/DevicesV2/action.json +186 -0
  58. package/entities/DevicesV2/mockdatafiles/archiveDeviceV2-default.json +33 -0
  59. package/entities/DevicesV2/mockdatafiles/disableDeviceV2-default.json +33 -0
  60. package/entities/DevicesV2/mockdatafiles/enableDeviceV2-default.json +33 -0
  61. package/entities/DevicesV2/mockdatafiles/restoreDeviceV2-default.json +33 -0
  62. package/entities/DevicesV2/schema.json +115 -0
  63. package/entities/Divisions/action.json +288 -0
  64. package/entities/Divisions/schema.json +164 -0
  65. package/entities/EnrollmentProfilePasscodes/action.json +186 -0
  66. package/entities/EnrollmentProfilePasscodes/schema.json +181 -0
  67. package/entities/EnrollmentProfiles/action.json +191 -0
  68. package/entities/EnrollmentProfiles/mockdatafiles/getEnrollmentProfile-default.json +153 -0
  69. package/entities/EnrollmentProfiles/mockdatafiles/getEnrollmentProfileSpecification-default.json +125 -0
  70. package/entities/EnrollmentProfiles/mockdatafiles/updateEnrollmentProfile-default.json +117 -0
  71. package/entities/EnrollmentProfiles/schema.json +148 -0
  72. package/entities/ExternalBatchCertificateEnrollment/action.json +150 -0
  73. package/entities/ExternalBatchCertificateEnrollment/mockdatafiles/batchEnrollExternal-default.json +16 -0
  74. package/entities/ExternalBatchCertificateEnrollment/mockdatafiles/downloadByCertificateValue-default.json +154 -0
  75. package/entities/ExternalBatchCertificateEnrollment/mockdatafiles/downloadByCommonName-default.json +150 -0
  76. package/entities/ExternalBatchCertificateEnrollment/mockdatafiles/downloadByJobIdAndCertificateValue-default.json +36 -0
  77. package/entities/ExternalBatchCertificateEnrollment/mockdatafiles/downloadByJobIdAndCommonName-default.json +130 -0
  78. package/entities/ExternalBatchCertificateEnrollment/mockdatafiles/downloadByJobIdAndUniqueId-default.json +42 -0
  79. package/entities/ExternalBatchCertificateEnrollment/schema.json +102 -0
  80. package/entities/Gateways/action.json +187 -0
  81. package/entities/Gateways/schema.json +126 -0
  82. package/entities/ICAs/action.json +46 -0
  83. package/entities/ICAs/schema.json +163 -0
  84. package/entities/OCSPGroups/action.json +167 -0
  85. package/entities/OCSPGroups/schema.json +466 -0
  86. package/package.json +1 -1
  87. package/pronghorn.json +22589 -32
  88. package/refs?service=git-upload-pack +0 -0
  89. package/report/adapterInfo.json +7 -7
  90. package/sampleProperties.json +3 -3
  91. package/test/integration/adapterTestIntegration.js +4544 -0
  92. package/test/unit/adapterTestUnit.js +4866 -0
@@ -0,0 +1,150 @@
1
+ [
2
+ {
3
+ "certificate_id": "b5db525b-fff8-44de-abab-fd4e8b68f2c5",
4
+ "format": null,
5
+ "certificate": "string",
6
+ "private_key": "string",
7
+ "chain": [
8
+ {
9
+ "cert_type": null,
10
+ "blob": "string"
11
+ },
12
+ {
13
+ "cert_type": null,
14
+ "blob": "string"
15
+ }
16
+ ],
17
+ "pkcs12": "string",
18
+ "pkcs12_password": "string"
19
+ },
20
+ {
21
+ "certificate_id": "b5db525b-fff8-44de-abab-fd4e8b68f2c5",
22
+ "format": null,
23
+ "certificate": "string",
24
+ "private_key": "string",
25
+ "chain": [
26
+ {
27
+ "cert_type": null,
28
+ "blob": "string"
29
+ },
30
+ {
31
+ "cert_type": null,
32
+ "blob": "string"
33
+ },
34
+ {
35
+ "cert_type": null,
36
+ "blob": "string"
37
+ },
38
+ {
39
+ "cert_type": null,
40
+ "blob": "string"
41
+ },
42
+ {
43
+ "cert_type": null,
44
+ "blob": "string"
45
+ },
46
+ {
47
+ "cert_type": null,
48
+ "blob": "string"
49
+ },
50
+ {
51
+ "cert_type": null,
52
+ "blob": "string"
53
+ },
54
+ {
55
+ "cert_type": null,
56
+ "blob": "string"
57
+ },
58
+ {
59
+ "cert_type": null,
60
+ "blob": "string"
61
+ }
62
+ ],
63
+ "pkcs12": "string",
64
+ "pkcs12_password": "string"
65
+ },
66
+ {
67
+ "certificate_id": "b5db525b-fff8-44de-abab-fd4e8b68f2c5",
68
+ "format": null,
69
+ "certificate": "string",
70
+ "private_key": "string",
71
+ "chain": [
72
+ {
73
+ "cert_type": null,
74
+ "blob": "string"
75
+ },
76
+ {
77
+ "cert_type": null,
78
+ "blob": "string"
79
+ },
80
+ {
81
+ "cert_type": null,
82
+ "blob": "string"
83
+ },
84
+ {
85
+ "cert_type": null,
86
+ "blob": "string"
87
+ },
88
+ {
89
+ "cert_type": null,
90
+ "blob": "string"
91
+ },
92
+ {
93
+ "cert_type": null,
94
+ "blob": "string"
95
+ }
96
+ ],
97
+ "pkcs12": "string",
98
+ "pkcs12_password": "string"
99
+ },
100
+ {
101
+ "certificate_id": "b5db525b-fff8-44de-abab-fd4e8b68f2c5",
102
+ "format": null,
103
+ "certificate": "string",
104
+ "private_key": "string",
105
+ "chain": [
106
+ {
107
+ "cert_type": null,
108
+ "blob": "string"
109
+ },
110
+ {
111
+ "cert_type": null,
112
+ "blob": "string"
113
+ },
114
+ {
115
+ "cert_type": null,
116
+ "blob": "string"
117
+ },
118
+ {
119
+ "cert_type": null,
120
+ "blob": "string"
121
+ },
122
+ {
123
+ "cert_type": null,
124
+ "blob": "string"
125
+ },
126
+ {
127
+ "cert_type": null,
128
+ "blob": "string"
129
+ },
130
+ {
131
+ "cert_type": null,
132
+ "blob": "string"
133
+ },
134
+ {
135
+ "cert_type": null,
136
+ "blob": "string"
137
+ },
138
+ {
139
+ "cert_type": null,
140
+ "blob": "string"
141
+ },
142
+ {
143
+ "cert_type": null,
144
+ "blob": "string"
145
+ }
146
+ ],
147
+ "pkcs12": "string",
148
+ "pkcs12_password": "string"
149
+ }
150
+ ]
@@ -0,0 +1,36 @@
1
+ [
2
+ {
3
+ "certificate_id": "b5db525b-fff8-44de-abab-fd4e8b68f2c5",
4
+ "format": null,
5
+ "certificate": "string",
6
+ "private_key": "string",
7
+ "chain": [
8
+ {
9
+ "cert_type": null,
10
+ "blob": "string"
11
+ },
12
+ {
13
+ "cert_type": null,
14
+ "blob": "string"
15
+ },
16
+ {
17
+ "cert_type": null,
18
+ "blob": "string"
19
+ },
20
+ {
21
+ "cert_type": null,
22
+ "blob": "string"
23
+ },
24
+ {
25
+ "cert_type": null,
26
+ "blob": "string"
27
+ },
28
+ {
29
+ "cert_type": null,
30
+ "blob": "string"
31
+ }
32
+ ],
33
+ "pkcs12": "string",
34
+ "pkcs12_password": "string"
35
+ }
36
+ ]
@@ -0,0 +1,130 @@
1
+ [
2
+ {
3
+ "certificate_id": "b5db525b-fff8-44de-abab-fd4e8b68f2c5",
4
+ "format": null,
5
+ "certificate": "string",
6
+ "private_key": "string",
7
+ "chain": [
8
+ {
9
+ "cert_type": null,
10
+ "blob": "string"
11
+ },
12
+ {
13
+ "cert_type": null,
14
+ "blob": "string"
15
+ },
16
+ {
17
+ "cert_type": null,
18
+ "blob": "string"
19
+ }
20
+ ],
21
+ "pkcs12": "string",
22
+ "pkcs12_password": "string"
23
+ },
24
+ {
25
+ "certificate_id": "b5db525b-fff8-44de-abab-fd4e8b68f2c5",
26
+ "format": null,
27
+ "certificate": "string",
28
+ "private_key": "string",
29
+ "chain": [
30
+ {
31
+ "cert_type": null,
32
+ "blob": "string"
33
+ },
34
+ {
35
+ "cert_type": null,
36
+ "blob": "string"
37
+ },
38
+ {
39
+ "cert_type": null,
40
+ "blob": "string"
41
+ },
42
+ {
43
+ "cert_type": null,
44
+ "blob": "string"
45
+ },
46
+ {
47
+ "cert_type": null,
48
+ "blob": "string"
49
+ },
50
+ {
51
+ "cert_type": null,
52
+ "blob": "string"
53
+ },
54
+ {
55
+ "cert_type": null,
56
+ "blob": "string"
57
+ },
58
+ {
59
+ "cert_type": null,
60
+ "blob": "string"
61
+ },
62
+ {
63
+ "cert_type": null,
64
+ "blob": "string"
65
+ },
66
+ {
67
+ "cert_type": null,
68
+ "blob": "string"
69
+ }
70
+ ],
71
+ "pkcs12": "string",
72
+ "pkcs12_password": "string"
73
+ },
74
+ {
75
+ "certificate_id": "b5db525b-fff8-44de-abab-fd4e8b68f2c5",
76
+ "format": null,
77
+ "certificate": "string",
78
+ "private_key": "string",
79
+ "chain": [
80
+ {
81
+ "cert_type": null,
82
+ "blob": "string"
83
+ },
84
+ {
85
+ "cert_type": null,
86
+ "blob": "string"
87
+ },
88
+ {
89
+ "cert_type": null,
90
+ "blob": "string"
91
+ },
92
+ {
93
+ "cert_type": null,
94
+ "blob": "string"
95
+ },
96
+ {
97
+ "cert_type": null,
98
+ "blob": "string"
99
+ },
100
+ {
101
+ "cert_type": null,
102
+ "blob": "string"
103
+ },
104
+ {
105
+ "cert_type": null,
106
+ "blob": "string"
107
+ },
108
+ {
109
+ "cert_type": null,
110
+ "blob": "string"
111
+ }
112
+ ],
113
+ "pkcs12": "string",
114
+ "pkcs12_password": "string"
115
+ },
116
+ {
117
+ "certificate_id": "b5db525b-fff8-44de-abab-fd4e8b68f2c5",
118
+ "format": null,
119
+ "certificate": "string",
120
+ "private_key": "string",
121
+ "chain": [
122
+ {
123
+ "cert_type": null,
124
+ "blob": "string"
125
+ }
126
+ ],
127
+ "pkcs12": "string",
128
+ "pkcs12_password": "string"
129
+ }
130
+ ]
@@ -0,0 +1,42 @@
1
+ {
2
+ "certificate_id": "b5db525b-fff8-44de-abab-fd4e8b68f2c5",
3
+ "format": null,
4
+ "certificate": "string",
5
+ "private_key": "string",
6
+ "chain": [
7
+ {
8
+ "cert_type": null,
9
+ "blob": "string"
10
+ },
11
+ {
12
+ "cert_type": null,
13
+ "blob": "string"
14
+ },
15
+ {
16
+ "cert_type": null,
17
+ "blob": "string"
18
+ },
19
+ {
20
+ "cert_type": null,
21
+ "blob": "string"
22
+ },
23
+ {
24
+ "cert_type": null,
25
+ "blob": "string"
26
+ },
27
+ {
28
+ "cert_type": null,
29
+ "blob": "string"
30
+ },
31
+ {
32
+ "cert_type": null,
33
+ "blob": "string"
34
+ },
35
+ {
36
+ "cert_type": null,
37
+ "blob": "string"
38
+ }
39
+ ],
40
+ "pkcs12": "<base64_encoded_PKCS12_file>",
41
+ "pkcs12_password": "<passcode>"
42
+ }
@@ -0,0 +1,102 @@
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": "",
12
+ "enum": [
13
+ "batchEnrollExternal",
14
+ "downloadMapping",
15
+ "downloadByJobIdAndUniqueId",
16
+ "downloadByCommonName",
17
+ "downloadByJobIdAndCommonName",
18
+ "downloadByCertificateValue",
19
+ "downloadByJobIdAndCertificateValue"
20
+ ],
21
+ "external_name": "ph_request_type"
22
+ },
23
+ "enrollmentProfileId": {
24
+ "type": "string",
25
+ "description": "Enrollment profile ID.",
26
+ "parse": false,
27
+ "encode": false,
28
+ "encrypt": {
29
+ "type": "AES",
30
+ "key": ""
31
+ },
32
+ "external_name": "enrollment_profile_id"
33
+ },
34
+ "keyType": {
35
+ "type": "",
36
+ "description": "",
37
+ "parse": false,
38
+ "encode": false,
39
+ "encrypt": {
40
+ "type": "AES",
41
+ "key": ""
42
+ },
43
+ "external_name": "key_type"
44
+ },
45
+ "signatureAlgorithm": {
46
+ "type": "",
47
+ "description": "",
48
+ "parse": false,
49
+ "encode": false,
50
+ "encrypt": {
51
+ "type": "AES",
52
+ "key": ""
53
+ },
54
+ "external_name": "signature_algorithm"
55
+ },
56
+ "jobId": {
57
+ "type": "string",
58
+ "description": "Batch certificate enrollment job ID.",
59
+ "parse": false,
60
+ "encode": false,
61
+ "encrypt": {
62
+ "type": "AES",
63
+ "key": ""
64
+ },
65
+ "external_name": "job_id"
66
+ },
67
+ "uniqueIdentifier": {
68
+ "type": "string",
69
+ "description": "Unique identifier for the certificate. To get the unique identifier for each certificate in a batch job, use the **Download certificate ID mapping** endpoint.",
70
+ "parse": false,
71
+ "encode": false,
72
+ "encrypt": {
73
+ "type": "AES",
74
+ "key": ""
75
+ },
76
+ "external_name": "unique_identifier"
77
+ },
78
+ "commonName": {
79
+ "type": "string",
80
+ "description": "Common name on the certificate.",
81
+ "parse": false,
82
+ "encode": false,
83
+ "encrypt": {
84
+ "type": "AES",
85
+ "key": ""
86
+ },
87
+ "external_name": "common_name"
88
+ },
89
+ "certificateValue": {
90
+ "type": "string",
91
+ "description": "Certificate value for the certificate.",
92
+ "parse": false,
93
+ "encode": false,
94
+ "encrypt": {
95
+ "type": "AES",
96
+ "key": ""
97
+ },
98
+ "external_name": "certificate_value"
99
+ }
100
+ },
101
+ "definitions": {}
102
+ }
@@ -0,0 +1,187 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "getGatewayDetails",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/api/v1/gateway/{pathv1}?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "sendGetBody": false,
13
+ "requestDatatype": "JSON",
14
+ "responseDatatype": "JSON",
15
+ "headers": {},
16
+ "responseObjects": [
17
+ {
18
+ "type": "default",
19
+ "key": "",
20
+ "mockFile": ""
21
+ }
22
+ ]
23
+ },
24
+ {
25
+ "name": "updateGateway",
26
+ "protocol": "REST",
27
+ "method": "PUT",
28
+ "entitypath": "{base_path}/{version}/api/v1/gateway/{pathv1}?{query}",
29
+ "requestSchema": "schema.json",
30
+ "responseSchema": "schema.json",
31
+ "timeout": 0,
32
+ "sendEmpty": false,
33
+ "requestDatatype": "JSON",
34
+ "responseDatatype": "JSON",
35
+ "headers": {},
36
+ "responseObjects": [
37
+ {
38
+ "type": "default",
39
+ "key": "",
40
+ "mockFile": ""
41
+ }
42
+ ]
43
+ },
44
+ {
45
+ "name": "listGateways",
46
+ "protocol": "REST",
47
+ "method": "GET",
48
+ "entitypath": "{base_path}/{version}/api/v1/gateway?{query}",
49
+ "requestSchema": "schema.json",
50
+ "responseSchema": "schema.json",
51
+ "timeout": 0,
52
+ "sendEmpty": false,
53
+ "sendGetBody": false,
54
+ "requestDatatype": "JSON",
55
+ "responseDatatype": "JSON",
56
+ "headers": {},
57
+ "responseObjects": [
58
+ {
59
+ "type": "default",
60
+ "key": "",
61
+ "mockFile": ""
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "name": "createGateway",
67
+ "protocol": "REST",
68
+ "method": "POST",
69
+ "entitypath": "{base_path}/{version}/api/v1/gateway?{query}",
70
+ "requestSchema": "schema.json",
71
+ "responseSchema": "schema.json",
72
+ "timeout": 0,
73
+ "sendEmpty": false,
74
+ "requestDatatype": "JSON",
75
+ "responseDatatype": "JSON",
76
+ "headers": {},
77
+ "responseObjects": [
78
+ {
79
+ "type": "default",
80
+ "key": "",
81
+ "mockFile": ""
82
+ }
83
+ ]
84
+ },
85
+ {
86
+ "name": "enableGateway",
87
+ "protocol": "REST",
88
+ "method": "PUT",
89
+ "entitypath": "{base_path}/{version}/api/v1/gateway/{pathv1}/enable?{query}",
90
+ "requestSchema": "schema.json",
91
+ "responseSchema": "schema.json",
92
+ "timeout": 0,
93
+ "sendEmpty": false,
94
+ "requestDatatype": "JSON",
95
+ "responseDatatype": "JSON",
96
+ "headers": {},
97
+ "responseObjects": [
98
+ {
99
+ "type": "default",
100
+ "key": "",
101
+ "mockFile": ""
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "name": "disableGateway",
107
+ "protocol": "REST",
108
+ "method": "PUT",
109
+ "entitypath": "{base_path}/{version}/api/v1/gateway/{pathv1}/disable?{query}",
110
+ "requestSchema": "schema.json",
111
+ "responseSchema": "schema.json",
112
+ "timeout": 0,
113
+ "sendEmpty": false,
114
+ "requestDatatype": "JSON",
115
+ "responseDatatype": "JSON",
116
+ "headers": {},
117
+ "responseObjects": [
118
+ {
119
+ "type": "default",
120
+ "key": "",
121
+ "mockFile": ""
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "name": "deleteGateway",
127
+ "protocol": "REST",
128
+ "method": "PUT",
129
+ "entitypath": "{base_path}/{version}/api/v1/gateway/{pathv1}/delete?{query}",
130
+ "requestSchema": "schema.json",
131
+ "responseSchema": "schema.json",
132
+ "timeout": 0,
133
+ "sendEmpty": false,
134
+ "requestDatatype": "JSON",
135
+ "responseDatatype": "JSON",
136
+ "headers": {},
137
+ "responseObjects": [
138
+ {
139
+ "type": "default",
140
+ "key": "",
141
+ "mockFile": ""
142
+ }
143
+ ]
144
+ },
145
+ {
146
+ "name": "restoreGateway",
147
+ "protocol": "REST",
148
+ "method": "PUT",
149
+ "entitypath": "{base_path}/{version}/api/v1/gateway/{pathv1}/undelete?{query}",
150
+ "requestSchema": "schema.json",
151
+ "responseSchema": "schema.json",
152
+ "timeout": 0,
153
+ "sendEmpty": false,
154
+ "requestDatatype": "JSON",
155
+ "responseDatatype": "JSON",
156
+ "headers": {},
157
+ "responseObjects": [
158
+ {
159
+ "type": "default",
160
+ "key": "",
161
+ "mockFile": ""
162
+ }
163
+ ]
164
+ },
165
+ {
166
+ "name": "downloadGatewayConfig",
167
+ "protocol": "REST",
168
+ "method": "GET",
169
+ "entitypath": "{base_path}/{version}/api/v1/gateway/{pathv1}/config?{query}",
170
+ "requestSchema": "schema.json",
171
+ "responseSchema": "schema.json",
172
+ "timeout": 0,
173
+ "sendEmpty": false,
174
+ "sendGetBody": false,
175
+ "requestDatatype": "JSON",
176
+ "responseDatatype": "JSON",
177
+ "headers": {},
178
+ "responseObjects": [
179
+ {
180
+ "type": "default",
181
+ "key": "",
182
+ "mockFile": ""
183
+ }
184
+ ]
185
+ }
186
+ ]
187
+ }