Skip to content

Commit e7cfd04

Browse files
committed
Update digicert to new schema
1 parent 245840e commit e7cfd04

3 files changed

Lines changed: 18 additions & 16 deletions

File tree

plugins/DigiCert/v1/data_streams/accountUsers.json renamed to plugins/DigiCert/v1/dataStreams/accountUsers.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "accountUsers",
3-
"dataSourceConfig": {
3+
"config": {
44
"httpMethod": "get",
55
"expandInnerObjects": true,
66
"endpointPath": "user",
@@ -59,6 +59,6 @@
5959
],
6060
"timeframes": false,
6161
"displayName": "Account Users",
62-
"dataSourceName": "httpRequestUnscoped",
62+
"baseDataSourceName": "httpRequestUnscoped",
6363
"matches": "none"
6464
}

plugins/DigiCert/v1/data_streams/certificateOrders.json renamed to plugins/DigiCert/v1/dataStreams/certificateOrders.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "certificateOrders",
3-
"dataSourceConfig": {
3+
"config": {
44
"httpMethod": "get",
55
"expandInnerObjects": true,
66
"endpointPath": "order/certificate",
@@ -111,6 +111,6 @@
111111
],
112112
"timeframes": false,
113113
"displayName": "Certificate Orders",
114-
"dataSourceName": "httpRequestUnscoped",
114+
"baseDataSourceName": "httpRequestUnscoped",
115115
"matches": "none"
116116
}

plugins/DigiCert/v1/metadata.json

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,20 @@
1212
"restrictedToPlatforms": [],
1313
"importNotSupported": true,
1414
"schemaVersion": "2.0",
15-
"basePlugin": "WebAPI",
16-
"basePluginMajorVersion": "1",
17-
"basePluginConfig": {
18-
"authMode": "none",
19-
"headers": [
20-
{
21-
"value": "{{apiKey}}",
22-
"key": "X-DC-DEVKEY"
23-
}
24-
],
25-
"queryArgs": [],
26-
"baseUrl": "https://www.digicert.com/services/v2"
15+
"base": {
16+
"plugin": "WebAPI",
17+
"majorVersion": "1",
18+
"config": {
19+
"authMode": "none",
20+
"headers": [
21+
{
22+
"value": "{{apiKey}}",
23+
"key": "X-DC-DEVKEY"
24+
}
25+
],
26+
"queryArgs": [],
27+
"baseUrl": "https://www.digicert.com/services/v2"
28+
}
2729
},
2830
"links": [
2931
{

0 commit comments

Comments
 (0)